From c93a0ad66d7f90a842fd92bc3c09d88c29e3aa98 Mon Sep 17 00:00:00 2001 From: vk2gpz Date: Sat, 15 Jul 2023 13:05:58 +1000 Subject: [PATCH] Added an entry for Enchantment expansion. --- Placeholders.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Placeholders.md b/Placeholders.md index 5944fa4..dd826af 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -35,7 +35,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - *No Expansions* - ### **E** - - *No Expansions* + - **[Enchantment](#enchantment)** - ### **F** - **[Formatter](#formatter)** @@ -702,6 +702,21 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can ---- +- ### **Enchantment** + > /papi ecloud download Enchantment + + `<>` is required. + + ``` + %enchantment_list% # a list of enchantments on the item a player is holding (separated by ',') + %enchantment_listLF% # a list of enchantments on the item a player is holding (separated by '\n') + %enchantment_roman_list% # a list of enchantments on the item a player is holding (separated by ',') + %enchantment_roman_listLF% # a list of enchantments on the item a player is holding (separated by '\n') + %enchantment__level% # a level of the specified enchantment on the item a player is holding + ``` + +---- + - ### **Formatter** > /papi ecloud download Formatter