Merge pull request #696 from TeamVK/docs/wiki

added new placeholders for TokenEnchant
This commit is contained in:
Andre_601 2021-08-22 12:17:49 +02:00 committed by GitHub
commit 8c9a20c035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -4947,6 +4947,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%
@ -4954,8 +4956,11 @@ All placeholders are listed here: https://wiki.staffplusplus.org/integrations/pa
%tokenenchant_token_num%
%tokenenchant_token_num_long%
%tokenenchant_<enchantment>_level%
%tokenenchant_<enchantment>_cost%
%tokenenchant_<enchantment>_cost_long%
%tokenenchant_<enchantment>_cost% : cost to increment the enchantmnt level by one from the current level
%tokenenchant_<enchantment>_costmax% : cost to increment the enchantmnt level to its maax one from the current level
%tokenenchant_<enchantment>_cost_<X>% : cost to increment the enchantmnt level by <X> from the current level
%tokenenchant_<enchantment>_fullcostmax% : cost to enchant the max level from 0 level
%tokenenchant_<enchantment>_fullcost_<X>% : cost to enchant the <X> level from 0 level
%tokenenchant_<enchantment>_max%
%tokenenchant_<enchantment>_description%
%tokenenchant_<enchantment>_version%