mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2025-01-15 20:11:19 +01:00
Added permission to avoid cooldowns for mods.
This commit is contained in:
parent
ac09b33d98
commit
cbf3f4f987
@ -62,6 +62,9 @@ permissions:
|
|||||||
bskyblock.mod.tp:
|
bskyblock.mod.tp:
|
||||||
description: Allows teleport to an island
|
description: Allows teleport to an island
|
||||||
default: op
|
default: op
|
||||||
|
bskyblock.mod.bypasscooldowns:
|
||||||
|
description: Allow moderator to bypass cooldowns
|
||||||
|
default: op
|
||||||
bskyblock.mod.bypassprotect:
|
bskyblock.mod.bypassprotect:
|
||||||
description: Allow moderator to bypass island protection
|
description: Allow moderator to bypass island protection
|
||||||
default: op
|
default: op
|
||||||
|
@ -228,10 +228,6 @@ island:
|
|||||||
# These set the minimum and maximum size of a name.
|
# These set the minimum and maximum size of a name.
|
||||||
min-length: 0
|
min-length: 0
|
||||||
max-length: 20
|
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:
|
reset:
|
||||||
# How many resets a player is allowed (override with /asadmin clearreset <player>)
|
# How many resets a player is allowed (override with /asadmin clearreset <player>)
|
||||||
# Value of -1 means unlimited, 0 means hardcore - no resets.
|
# Value of -1 means unlimited, 0 means hardcore - no resets.
|
||||||
|
Loading…
Reference in New Issue
Block a user