Dungeon On Cooldown

Added in v2.0.1.

Description

True when the target player is currently on access cooldown for the named dungeon. Returns false when the target is not a player or the dungeon name does not resolve.

The registered name is dungeononcooldown (with two on sounds). The older dungeoncooldown spelling does not resolve; use dungeononcooldown or the alias hasdungeoncooldown.

This condition reports the raw cooldown state. Unlike the dungeon join gate, it does not honour dungeons.bypasscooldown or dungeons.bypasscooldown.<world>, so a player who can enter the dungeon anyway still reports true.

Attributes

Attribute Aliases Description Default
dungeon d The dungeon's world name, which is its folder name under plugins/MythicDungeons/maps/ (not its display name), matched case sensitively. Required. (none)

Examples

StillCooling:
  Conditions:
  - dungeononcooldown{dungeon=Ancient_Dungeon} true

Passes only when the target player is still on access cooldown for Ancient_Dungeon.

Aliases

  • hasdungeoncooldown
Updated Aug 19, 2026