📃Placeholders - Athlaeos/ValhallaMMO GitHub Wiki

ValhallaMMO features a lot of placeholders. Many of them are generated automatically, but since there's too many to list I'll instead note the rules in which they are generated.

Profile Stats

Each stat in each profile is converted to a placeholder with the following format:
%<profiletype>_<stat>%
Where <profiletype> is usually the name of the profile + "profile" with all underscores removed, such as smithingprofile or lightweaponsprofile.
<stat> is going to be one of the stats the profile possesses, in lowercase, listed here.
Alternatively, you can use /<skill> ingame (such as /smithing) to view a complete list of these same stats you can use

Each profile also has %<profiletype>_next_level% and %<profiletype>_next_level_exp%.

Total Stats

The %stat_source_<stat>% placeholder can be used to grab the total value of any stat. Stats are in lowercase but do not have their underscores removed. Usable stats are listed in System Stats

Rigid Placeholders

Predefined hardcoded placeholders.

  • %skillpoints% Shows how many usable skill points the player has
  • %prestigepoints% Shows how many usable prestige points the player has
  • %difficulty_regional% Shows the calculated area difficulty, the level mobs will be when they spawn near you. Rounded to 1 decimal
  • %difficulty_regional_rounded% Shows the calculated area difficulty, but rounded to a whole number
  • %party_name% Shows your current party name
  • %party_description% Shows your current party description

Leaderboard Placeholders

  • %leaderboard_<leaderboard>_<place>% Shows the player entry in the given leaderboard, on the given place. For example %leaderboard_smithing_3% shows #3 in smithing.
  • %leaderboard_<leaderboard>_placement% Shows the observer's leaderboard entry in the given leaderboard.

PlaceholderAPI

Any of these placeholders can be converted to PlaceholderAPI format by using %valhallammo_<placeholder>%.
Example: %valhallammo_leaderboard_lightweapons_1%

⚠️ **GitHub.com Fallback** ⚠️