Placeholders
All placeholders of McmmoGui
All McmmoGui's placeholders are registered with PlaceholderAPI. This mean you can put them anywhere that support PlaceholderAPI (Name, Lore, Message, Title, Board).
Placeholder | Description |
---|---|
%mcmmogui_power-level% | Return total level of all your skills (Except child-skill) |
%mcmmogui_top_<skill-name/overall>% | Return your rank position in a skill or overall. |
%mcmmogui_top_<skill-name/overall>_value% | Return your skill/overall level. |
Placeholder | Description |
---|---|
%mcmmogui_skill_<skill-name>_level% | Return level of your skill. Ex: %mcmmogui_skill_axes_level% |
%mcmmogui_skill_<skill-name>_progress% | Default level progress bar.
Example: (0/1000) |
%mcmmogui_skill_<skill-name>_progress_format% | Level progress bar with number format.
Example: (0/1k) |
%mcmmogui_skill_<skill-name>_progress_bar% | Level progress horizontal bar.
Example: |========| |
%mcmmogui_skill_<skill-name>_ability_<args>% | Skill's ability stats. The <args> depend on the ability type. See table below for more. |
%mcmmogui_skill_<skill-name>_xp-current% | Return your current level's xp |
%mcmmogui_skill_<skill-name>_xp-next% | Return your current level's required xp to level up. |
Placeholder | Description |
---|---|
%mcmmogui_party% | Return "true" if you are in a party "false" if not. |
%mcmmogui_party_name% | Return name of the party you are in. |
%mcmmogui_party_leader% | Return name of the party's leader |
%mcmmogui_party_level% | Return current level of your party |
%mcmmogui_party_size% | Return party current member amount |
%mcmmogui_party_online% | Return current online member amount |
%mcmmogui_party_xp-percent% | Return current xp process by percent |
%mcmmogui_party_xp% | Return the current level xp |
%mcmmogui_party_xp-next% | Return required xp to next level. |
You can see these placeholders in locale file. Updating ...
Last modified 1yr ago