From 1ab31c976f3de34155404b3304252b527862502e Mon Sep 17 00:00:00 2001 From: cj89898 Date: Mon, 10 Oct 2022 22:00:01 -0500 Subject: [PATCH 1/2] Update Placeholders.md Fixed valid slots link for checkitem --- Placeholders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Placeholders.md b/Placeholders.md index cecebbb..551d4da 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -647,7 +647,7 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can - `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)) + Check if the item is in a specific slot ([Click here for valid slots](https://i.imgur.com/3YCrfC8.png)) - `nbtstrings:=;=` Checks if the item's nbtStrings contains `` with the value of ``. * ^ ~ - `nbtints:=;=` From 6b5b6065d2174e867f492dc9ad80e92877306e6c Mon Sep 17 00:00:00 2001 From: cj89898 Date: Mon, 10 Oct 2022 22:26:12 -0500 Subject: [PATCH 2/2] Update Placeholders.md Fixed inslot for checkitem --- Placeholders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Placeholders.md b/Placeholders.md index 551d4da..581ad23 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -646,7 +646,7 @@ 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` + - `inslot:` Check if the item is in a specific slot ([Click here for valid slots](https://i.imgur.com/3YCrfC8.png)) - `nbtstrings:=;=` Checks if the item's nbtStrings contains `` with the value of ``. * ^ ~