Merge pull request #891 from cj89898/wiki

Wiki
github-actions[bot] 2022-10-11 09:38:02 +00:00
parent 558fe9bdc1
commit 2b077fc328
25 changed files with 4 additions and 5 deletions

@ -646,8 +646,8 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can
Requires `mat:` modifier. Strictly checks the name and lore for an item. (If a Stone named `Test` is in your inventory, and you're using `%checkitem_mat:stone,strict%`, it will return false)
- `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`)
- `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))
- `inslot:<number>`
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>`
Checks if the item's nbtStrings contains `<key>` with the value of `<value>`. * ^ ~
- `nbtints:<key>=<value>;<key>=<value>`

@ -1 +0,0 @@
placeholder

@ -646,8 +646,8 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can
Requires `mat:` modifier. Strictly checks the name and lore for an item. (If a Stone named `Test` is in your inventory, and you're using `%checkitem_mat:stone,strict%`, it will return false)
- `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`)
- `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))
- `inslot:<number>`
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>`
Checks if the item's nbtStrings contains `<key>` with the value of `<value>`. * ^ ~
- `nbtints:<key>=<value>;<key>=<value>`

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB