PlaceholderAPI / CheckItem-Expansion

This expansion allows checking if items are in the inventory of the target player
17 stars 11 forks source link

CheckItem-Expansion

Placeholder:

Notes:
- mainhand and offhand work in getinfo:<slot>
- give and remove placeholders are DISABLED by default. See PlaceholderAPI config.yml file to enable.

Modifiers:

*For nbt data you can use compounds by putting .. inside your string Example (%checkitem_nbtstrings:PublicBukkitValues..executableitems:ei-id=Free_Money%)**

Ex: %checkitem_mat:STONE,amt:1,data:2,nameequals:&6Test%

To use commas in strings, escape them with \ (Ex: nameequals:This\, is a test)

To use semicolon in lists, escape them with \ (Ex: nbtints:ae_enchantment\;mirror=1)

PAPI Placeholders work, you just need to put them in {} instead of %%

*Works with give placeholder.

~Works with the getinfo placeholder