From ef1dc4a9da814cd9d72cbe872d35b20074ed9079 Mon Sep 17 00:00:00 2001 From: vk2gpz Date: Thu, 15 Aug 2024 12:16:25 +1000 Subject: [PATCH] Update placeholder-list.md added a new placeholder for Enchantment. --- docs/users/placeholder-list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 62549e4..c12cc56 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -728,6 +728,7 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can %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 + %enchantment__total% # a total level (sum) of the specified enchantment on the item a player is holding and wearing. ``` ----