mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-10 22:41:50 +01:00
added comments for Deprecated placeholders.
This commit is contained in:
parent
7414f0d0d3
commit
a567caabf1
@ -5714,10 +5714,11 @@ All placeholders are listed here: https://wiki.staffplusplus.org/integrations/pa
|
|||||||
If you add ```_long``` to the cost related placeholder, it will returne a number without comma/decimal point.
|
If you add ```_long``` to the cost related placeholder, it will returne a number without comma/decimal point.
|
||||||
|
|
||||||
```
|
```
|
||||||
%tokenenchant_token%
|
%tokenenchant_tokens% : Returns the token balance as a double. For formatting, use NumberFormat placeholder %nf_%.
|
||||||
%tokenenchant_token_long%
|
%tokenenchant_token% : Deprecated. (use %tokenenchant_tokens%)
|
||||||
%tokenenchant_token_num%
|
%tokenenchant_token_long% : Deprecated. (use %tokenenchant_tokens%)
|
||||||
%tokenenchant_token_num_long%
|
%tokenenchant_token_num% : Deprecated. (use %tokenenchant_tokens%)
|
||||||
|
%tokenenchant_token_num_long% : Deprecated. (use %tokenenchant_tokens%)
|
||||||
%tokenenchant_<enchantment>_level%
|
%tokenenchant_<enchantment>_level%
|
||||||
%tokenenchant_<enchantment>_cost% : cost to increment the enchantmnt level by one from the current level
|
%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>_costmax% : cost to increment the enchantmnt level to its maax one from the current level
|
||||||
@ -5729,17 +5730,17 @@ All placeholders are listed here: https://wiki.staffplusplus.org/integrations/pa
|
|||||||
%tokenenchant_<enchantment>_description%
|
%tokenenchant_<enchantment>_description%
|
||||||
%tokenenchant_<enchantment>_version%
|
%tokenenchant_<enchantment>_version%
|
||||||
%tokenenchant_<enchantment>_fullrefund%
|
%tokenenchant_<enchantment>_fullrefund%
|
||||||
%tokenenchant_<enchantment>_fullrefund_long%
|
%tokenenchant_<enchantment>_fullrefund_long% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
|
||||||
%tokenenchnat_<enchantment>_refund_Y%
|
%tokenenchnat_<enchantment>_refund_Y%
|
||||||
%tokenenchnat_<enchantment>_refund_Y_long%
|
%tokenenchnat_<enchantment>_refund_Y_long% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
|
||||||
%tokenenchant_<enchantment>_alias%
|
%tokenenchant_<enchantment>_alias%
|
||||||
%tokenenchant_tokenmultiplier%
|
%tokenenchant_tokenmultiplier%
|
||||||
%tokenenchant_<enchantment>_occurrencemultiplier%
|
%tokenenchant_<enchantment>_occurrencemultiplier%
|
||||||
%tokenenchant_<enchantment>_occurrence_<X>% : the activation chance (in %) for the <enchatnment> at the level <X>. If <X> == 0, chance of the current level will be returned.
|
%tokenenchant_<enchantment>_occurrence_<X>% : the activation chance (in %) for the <enchatnment> at the level <X>. If <X> == 0, chance of the current level will be returned.
|
||||||
%tokenenchant_repair_cost%
|
%tokenenchant_repair_cost%
|
||||||
%tokenenchant_repair_cost_long%
|
%tokenenchant_repair_cost_long% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
|
||||||
%tokenenchant_repair_cost_num%
|
%tokenenchant_repair_cost_num%
|
||||||
%tokenenchant_repair_cost_num_long%
|
%tokenenchant_repair_cost_num_long% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
|
||||||
%tokenenchant_enchantments%
|
%tokenenchant_enchantments%
|
||||||
%tokenenchant_baltop_<X>_name% : The name of X-th baltop player
|
%tokenenchant_baltop_<X>_name% : The name of X-th baltop player
|
||||||
%tokenenchant_baltop_<X>_balance% : The balance of X-th baltop player
|
%tokenenchant_baltop_<X>_balance% : The balance of X-th baltop player
|
||||||
|
Loading…
Reference in New Issue
Block a user