# Entrance Cooldown

You can restrict repeated access to certain dungeons by adding a cooldown.

# Setup

Entrance cooldown settings located in the config.yml inside the dungeon directory under the Features -> Entrance section.

The config file contains a detailed explanation about the cooldown setup, so here is a quick example of a cooldown setup with 30 minutes for players with the vip rank, and 1 hour for all others:

Cooldown:
  Mode: RANK
  Permission_Prefix: dungeon.cooldown.
  Default_Value: 3600
  Values:
    vip: 1800