#
Placeholders
The following placeholders are available inside plugin configuration files only.
Looking for global placeholders? Check out the PlaceholderAPI integration.
#
Dungeon
%dungeon_id%- Dungeon identifier (equals to file name).%dungeon_active%- Whether dungeon is active or not.%dungeon_name%- Dungeon display name.%dungeon_description%- Dungeon description.%dungeon_state%- Dungeon state (Waiting, Ready, Started).%dungeon_players%- Total amount of players in the dungeon.%dungeon_alive_players%- Amount of alive players in the dungeon.%dungeon_dead_players%- Amount of dead players in the dungeon.%dungeon_max_players%- Max. allowed players for the dungeon.%dungeon_enemy_mobs%- Amount of alive enemy mobs in the dungeon.%dungeon_ally_mobs%- Amount of alive ally mobs in the dungeon.%dungeon_countdown%- Dungeon's countdown (lobby timer, finish timer, etc).%dungeon_timeleft%- Time left to complete the dungeon.%dungeon_stage%- Name of the current dungeon stage.%dungeon_level%- Name of the current dungeon level.%dungeon_entrance_payment%- Dungeon entrance cost.%dungeon_level_requirement%- Dungeon level requirement.
#
Dungeon Player
%player_name%- Player name.%player_lives%- Amount of lives a player has.%player_streak%- Kill streak value.%player_streak_decay%- Kill streak decay time.%player_kills%- Amount of mob kills.%player_score%- Player's score.%player_is_ready%- Whether player is ready to player or not (in lobby).%player_kit_name%- Name of the player's kit (if present).
#
Kit
%kit_id%- Kit identifier (equals to file name).%kit_name%- Kit display name.%kit_description%- Kit description.%kit_attributes%- Kit attribute modifiers.%kit_effects%- Kit potion effects.%kit_commands%- Kit commands.%kit_cost%- Kit cost.
#
Level
%level_id%- Level identifier (equals to file name).%level_name%- Level display name.%level_description%- Level description.
#
Stage
%stage_id%- Stage identifier (equals to file name).%stage_name%- Stage display name.%stage_description%- Stage description.
#
Spot
%spot_id%- Spot identifier (equals to file name).%spot_name%- Spot display name.
#
Spot State
%spot_state_id%- State identifier.