-
Notifications
You must be signed in to change notification settings - Fork 6
Placeholders
DiamondDagger590 edited this page May 8, 2020
·
3 revisions
McRPG currently supports the following Papi placeholders:
PlaceHolder | Usage |
---|---|
%mcrpg_power_rank_5% | This represents the level of the 5th ranked player in terms of their power level. You can change the number to be whatever rank you wish |
%mcrpg_power_rank_5_name% | This represents the name of the 5th ranked player in terms of their power level. You can change the number to be whatever rank you wish. |
%mcrpg_swords_rank_1% | This represents the level of the 5th ranked player in terms of their swords skill level. You can change the number and skill to be whatever rank you wish |
%mcrpg_swords_rank_1_name% | This represents the name of the 5th ranked player in terms of their swords skill level. You can change the number and skill to be whatever rank you wish. |
%mcrpg_power_level% | This represents the players power level |
%mcrpg_skillname_level% | This represents the players skill level. Replace skillname with whatever skill you wish |
%mcrpg_skillname_exp% | This represents the players current exp for a skill. Replace skillname with whatever skill you wish |
%mcrpg_skillname_exp_needed% | This represents the players exp needed to level up in a skill. Replace skillname with whatever skill you wish |
%mcrpg_party_name% | Returns N/A if the player is not in a party, otherwise returns the party name |