Armor Placeholders
Here you can view the the included global placeholders and ones that are available on items etc.
Global Placeholders
Below are the placeholders that are available globally from the plugin, so you can use these where-ever you want.
%phantomarmor_amount_{shard_type}%
-> Returns how many shards of the specified {shard_type} the player has currently in their inventory.
%phantomarmor_canpurchase_{armorset}_{piece}%
-> Returns if the player has enough shards to purchase the specified armor set piece, this will allow you to setup your own custom menus if you want.
%phantomarmor_totalboost_{boost-type}
-> This placeholder will return the total boost of the specified boost type equipped on the player.
Armor Set Placeholders
%level%
-> Returns the current level of the armor piece
%maxlevel%
-> Returns the max level of the armor piece
%exp%
-> Returns the currently experience on the piece
%exp_required%
-> Returns the experience required for next level
%boost_percent%
-> Returns the boost in percentage (0.01 = 1%)
%boost_amount%
-> Returns the raw boost multiplier
%boost_amount_precise%
-> Returns the boost to 3 decimal places (0.001)
%boost_amount_decimal%
-> Returns the boost to 2 decimal places. (0.01)
%progress_bar%
-> Returns the progress bar which is customizable in the armor set file
%progress_percent%
-> Returns the progress bar percentage (50%)
%progress_percent_decimal%
-> Returns the progress bar percentage (50.23%)
%armor_equipped_attribute%
-> Returns the equipped attribute
Message Placeholders
Some of the placeholders below are only available for certain message types and not all.
%player%
-> Returns the player in context
%amount%
-> The amount given in the context
%armor_set%
-> The armor set specified in the context
%armor_display%
-> The armor piece display name
%item%
-> The name of the item internally.
%item_display%
-> The display name of the item.
%piece%
-> The armor set piece
%shard%
-> The armor set shard display name
%shard_type%
-> Returns internal name of shard
%shard_display%
-> Returns the display name of the shard.
%rolls%
-> The amount of rolls given to the player
%total_rolls%
-> The total rolls on the players account
Last updated