mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-10 22:41:50 +01:00
Update Placeholders.md
Fixed valid slots link for checkitem
This commit is contained in:
parent
0157965576
commit
1ab31c976f
@ -647,7 +647,7 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can
|
|||||||
- `inhand`
|
- `inhand`
|
||||||
Check if the item is in the player's hand. `inhand` will check *both* hands. You can add `:main` or `:off` to specify. (Ex: `inhand:main`)
|
Check if the item is in the player's hand. `inhand` will check *both* hands. You can add `:main` or `:off` to specify. (Ex: `inhand:main`)
|
||||||
- `inslot`
|
- `inslot`
|
||||||
Check if the item is in a specific slot ([Click here for valid slots](https://proxy.spigotmc.org/d3e11b631e22f45fc07c3fcd1c7000b2245fed78?url=http%3A%2F%2Fi.imgur.com%2F3YCrfC8.png))
|
Check if the item is in a specific slot ([Click here for valid slots](https://i.imgur.com/3YCrfC8.png))
|
||||||
- `nbtstrings:<key>=<value>;<key>=<value>`
|
- `nbtstrings:<key>=<value>;<key>=<value>`
|
||||||
Checks if the item's nbtStrings contains `<key>` with the value of `<value>`. * ^ ~
|
Checks if the item's nbtStrings contains `<key>` with the value of `<value>`. * ^ ~
|
||||||
- `nbtints:<key>=<value>;<key>=<value>`
|
- `nbtints:<key>=<value>;<key>=<value>`
|
||||||
|
Loading…
Reference in New Issue
Block a user