Merge pull request #925 from cj89898/wiki

Updated checkitem
github-actions[bot] 2023-02-27 17:30:29 +00:00
parent 3df7524130
commit 70a0c03f18
25 changed files with 8 additions and 4 deletions

@ -632,9 +632,11 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can
Checks if the item has CustomModelData `<number>`
This is only for 1.14 and newer! ^ ~
- `lorecontains:<text>`
Checks if the item's lore contains `<text>`* ~
Checks if the item's lore contains `<text>`* ~
***Combined with `getinfo` you can specify a number for `<text>` and the specific lore line will be returned***
- `loreequals:<text>`
Checks if the item's lore equals `<text>` Lines are separated by `|` ^ ~
Checks if the item's lore equals `<text>` Lines are separated by `|` ^ ~
***Combined with `getinfo` you can specify a number for `<text>` and the specific lore line will be returned***
- `matcontains:<text>`
Checks if the item's material contains `<text>`*
- `enchantments:<enchantment=lvl>;<enchantment>`

@ -632,9 +632,11 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can
Checks if the item has CustomModelData `<number>`
This is only for 1.14 and newer! ^ ~
- `lorecontains:<text>`
Checks if the item's lore contains `<text>`* ~
Checks if the item's lore contains `<text>`* ~
***Combined with `getinfo` you can specify a number for `<text>` and the specific lore line will be returned***
- `loreequals:<text>`
Checks if the item's lore equals `<text>` Lines are separated by `|` ^ ~
Checks if the item's lore equals `<text>` Lines are separated by `|` ^ ~
***Combined with `getinfo` you can specify a number for `<text>` and the specific lore line will be returned***
- `matcontains:<text>`
Checks if the item's material contains `<text>`*
- `enchantments:<enchantment=lvl>;<enchantment>`

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: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB