mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
added new placeholders for TokenEnchant
renamed rawcost to fullcost. added costmax ```%tokenenchant_<enchantment>_costmax% : cost to increment the enchantmnt level to its maax one 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 ```
This commit is contained in:
parent
e687a06d6e
commit
c1d2effe7e
@ -4921,14 +4921,19 @@ All placeholders are listed here: https://wiki.staffplusplus.org/integrations/pa
|
|||||||
- ### **[TokenEnchant](https://www.spigotmc.org/resources/2287/)**
|
- ### **[TokenEnchant](https://www.spigotmc.org/resources/2287/)**
|
||||||
> /papi ecloud download TokenEnchant
|
> /papi ecloud download TokenEnchant
|
||||||
|
|
||||||
|
If you add ```_long``` to the cost related placeholder, it will returne a number without comma/decimal point.
|
||||||
|
|
||||||
```
|
```
|
||||||
%tokenenchant_token%
|
%tokenenchant_token%
|
||||||
%tokenenchant_token_long%
|
%tokenenchant_token_long%
|
||||||
%tokenenchant_token_num%
|
%tokenenchant_token_num%
|
||||||
%tokenenchant_token_num_long%
|
%tokenenchant_token_num_long%
|
||||||
%tokenenchant_<enchantment>_level%
|
%tokenenchant_<enchantment>_level%
|
||||||
%tokenenchant_<enchantment>_cost%
|
%tokenenchant_<enchantment>_cost% : cost to increment the enchantmnt level by one from the current level
|
||||||
%tokenenchant_<enchantment>_cost_long%
|
%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>_max%
|
||||||
%tokenenchant_<enchantment>_description%
|
%tokenenchant_<enchantment>_description%
|
||||||
%tokenenchant_<enchantment>_version%
|
%tokenenchant_<enchantment>_version%
|
||||||
|
Loading…
Reference in New Issue
Block a user