#
Placeholders
The following placeholders are available inside plugin configuration files only.
Looking for global placeholders? Check out the PlaceholderAPI integration.
#
Dungeon Placeholders
%dungeon_id%
- Dungeon identifier (equals to file name).%dungeon_active%
- Whether dungeon is active or not.%dungeon_name%
- Dungeon display name.%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_score%
- Dungeon score (sum of all players score).%dungeon_stage%
- Name of the current dungeon stage.%dungeon_level%
- Name of the current dungeon level.%dungeon_entrance_payment%
- Dungeon entrance cost.
#
Dungeon Player Placeholders
%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 Placeholders
%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 Placeholders
%level_id%
- Level identifier (equals to file name).%level_name%
- Level display name.%level_description%
- Level description.
#
Stage Placeholders
%stage_id%
- Stage identifier (equals to file name).%stage_name%
- Stage display name.%stage_description%
- Stage description.
#
Spot Placeholders
%spot_id%
- Spot identifier (equals to file name).%spot_name%
- Spot display name.
#
Spot State Placeholders
%spot_state_id%
- State identifier.