Added permission to avoid cooldowns for mods.

This commit is contained in:
tastybento 2018-08-04 18:46:28 -07:00
parent ac09b33d98
commit cbf3f4f987
2 changed files with 3 additions and 4 deletions

View File

@ -62,6 +62,9 @@ permissions:
bskyblock.mod.tp:
description: Allows teleport to an island
default: op
bskyblock.mod.bypasscooldowns:
description: Allow moderator to bypass cooldowns
default: op
bskyblock.mod.bypassprotect:
description: Allow moderator to bypass island protection
default: op

View File

@ -228,10 +228,6 @@ island:
# These set the minimum and maximum size of a name.
min-length: 0
max-length: 20
# How long a player must wait until they can rejoin a team island after being
# kicked in minutes. This slows the effectiveness of players repeating challenges
# by repetitively being invited to a team island.
invite-wait: 60
reset:
# How many resets a player is allowed (override with /asadmin clearreset <player>)
# Value of -1 means unlimited, 0 means hardcore - no resets.