Placeholders
Since 2.3.0-BETA, for the convenience of displaying different information in various ways, several PlaceholderAPI placeholders have been added.
Please ensure that you have installed PlaceholderAPI properly.
Warning: Placeholder might not parse / return ... or none if the player did not join any room / dungeon.
If your PlaceholderAPI's placeholders aren't parsing, please check here.
General Placeholders
%mythicdungeons_playervariable_<key>%
Value of specified player's variable
%mythicdungeons_stamina_<type>%
Stamina of specified Dungeon Group's type
Dungeon Room Placeholders
%mythicdungeons_room_type%
Room's Dungeon Group
%mythicdungeons_room_name%
Room's Dungeon Group name
%mythicdungeons_room_id%
Room's ID
%mythicdungeons_room_current%
Room's current players amount
%mythicdungeons_room_minplayer%
Room's minimum players amount
%mythicdungeons_room_maxplayer%
Room's maximum players amount
%mythicdungeons_room_created%
Timestamp of the room created
%mythicdungeons_room_visible%
Room's visibility in menu
%mythicdungeons_room_state%
Room's state (WAITING, PRE_STARTING, STARTED)
%mythicdungeons_room_owner%
Room's owner (Regular Room only)
%mythicdungeons_room_privacy%
Room's privacy (Regular Room only)
%mythicdungeons_room_password%
Room's password (Regular Room only)
Dungeon Group Placeholders
%mythicdungeons_group_name%
Dungeon Group's name
%mythicdungeons_group_type%
Dungeon Group's type
%mythicdungeons_group_minplayer%
Dungeon Group's minimum players amount
%mythicdungeons_group_maxplayer%
Dungeon Group's maximum players amount
%mythicdungeons_group_visible%
Dungeon Group's visibility
Dungeon Placeholders
%mythicdungeons_dungeon_id%
Dungeon's ID
%mythicdungeons_dungeon_origin_world%
Dungeon's Origin world
%mythicdungeons_dungeon_origin_x%
Dungeon's Origin x-axis
%mythicdungeons_dungeon_origin_y%
Dungeon's Origin y-axis
%mythicdungeons_dungeon_origin_z%
Dungeon's Origin z-axis
%mythicdungeons_dungeon_current%
Dungeon's current players amount
%mythicdungeons_dungeon_playerdeath%
Dungeon's player death count
%mythicdungeons_dungeon_teamdeath%
Dungeon's team death count
%mythicdungeons_dungeon_startedat%
Timestamp of the dungeon started
%mythicdungeons_dungeon_state%
Dungeon's state (NOT_STARTED, PRE_STARTING, STARTED, ENDING, ENDED)
%mythicdungeons_dungeon_stage_<Stage Index>_objective_<Objective Index>_<parameter>%
Specified Dungeon stage objective index parameter's value. For parameters, please refer to the parameters column here
%mythicdungeons_dungeon_activestage_<Stage Index>_objective_<Objective Index>_<parameter>%
Specified Dungeon active stage objective index parameter's value. For parameters, please refer to the parameters column here
Last updated