Merge pull request #1077 from TeamVK/wiki

Update placeholder-list.md for Enchantment
This commit is contained in:
Andre_601 2024-08-15 12:02:20 +02:00 committed by GitHub
commit d621120186
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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_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_roman_listLF% # a list of enchantments on the item a player is holding (separated by '\n')
%enchantment_<enchantment_name>_level% # a level of the specified enchantment on the item a player is holding %enchantment_<enchantment_name>_level% # a level of the specified enchantment on the item a player is holding
%enchantment_<enchantment_name>_total% # a total level (sum) of the specified enchantment on the item a player is holding and wearing.
``` ```
---- ----