Update placeholder-list.md

added new placeholders for TokenEnchant.
This commit is contained in:
vk2gpz 2024-04-15 07:31:11 +10:00 committed by GitHub
parent 876a66b60c
commit 910b6b8330
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -6193,6 +6193,10 @@ Please see ?510 for a list of all expansions officially maintained by the Placeh
%tokenenchant_enchantments%
%tokenenchant_baltop_<X>_name% : The name of X-th baltop player
%tokenenchant_baltop_<X>_balance% : The balance of X-th baltop player
%tokenenchant_<enchantment>_allowed% : true if a palyer's item can have <enchantment>, otherwise false
%tokenenchant_<enchantment>_permission_node% : returns the permission node for the <enchantment>
%tokenenchant_<enchantment>_has_permission% : true if a player has a permission node for <enchantment>, otherwise false
%tokenenchant_<enchantment>_conflict_list% : returns a list of conflicting enchantments
```
----