From c1d2effe7e797ed2160404423006217382c503aa Mon Sep 17 00:00:00 2001 From: vk2gpz Date: Sun, 22 Aug 2021 09:42:02 +1000 Subject: [PATCH] added new placeholders for TokenEnchant renamed rawcost to fullcost. added costmax ```%tokenenchant__costmax% : cost to increment the enchantmnt level to its maax one from the current level %tokenenchant__fullcostmax% : cost to enchant the max level from 0 level %tokenenchant__fullcost_% : cost to enchant the level from 0 level ``` --- wiki/Placeholders.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index b15fed9..9c7bf1b 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -4920,6 +4920,8 @@ All placeholders are listed here: https://wiki.staffplusplus.org/integrations/pa - ### **[TokenEnchant](https://www.spigotmc.org/resources/2287/)** > /papi ecloud download TokenEnchant + + If you add ```_long``` to the cost related placeholder, it will returne a number without comma/decimal point. ``` %tokenenchant_token% @@ -4927,8 +4929,11 @@ All placeholders are listed here: https://wiki.staffplusplus.org/integrations/pa %tokenenchant_token_num% %tokenenchant_token_num_long% %tokenenchant__level% - %tokenenchant__cost% - %tokenenchant__cost_long% + %tokenenchant__cost% : cost to increment the enchantmnt level by one from the current level + %tokenenchant__costmax% : cost to increment the enchantmnt level to its maax one from the current level + %tokenenchant__cost_% : cost to increment the enchantmnt level by from the current level + %tokenenchant__fullcostmax% : cost to enchant the max level from 0 level + %tokenenchant__fullcost_% : cost to enchant the level from 0 level %tokenenchant__max% %tokenenchant__description% %tokenenchant__version%