From 910b6b833003ab93053c833f6c09520c2013bfd7 Mon Sep 17 00:00:00 2001 From: vk2gpz Date: Mon, 15 Apr 2024 07:31:11 +1000 Subject: [PATCH] Update placeholder-list.md added new placeholders for TokenEnchant. --- docs/users/placeholder-list.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index e1b5ac2..62549e4 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -6193,6 +6193,10 @@ Please see ?510 for a list of all expansions officially maintained by the Placeh %tokenenchant_enchantments% %tokenenchant_baltop__name% : The name of X-th baltop player %tokenenchant_baltop__balance% : The balance of X-th baltop player + %tokenenchant__allowed% : true if a palyer's item can have , otherwise false + %tokenenchant__permission_node% : returns the permission node for the + %tokenenchant__has_permission% : true if a player has a permission node for , otherwise false + %tokenenchant__conflict_list% : returns a list of conflicting enchantments ``` ----