Assign permissions in plugin.yml since they aren't assignable from player-commands

This commit is contained in:
vemacs 2015-07-05 09:10:04 -06:00
parent 1d20184f0b
commit 7fb263e75c

View File

@ -492,3 +492,10 @@ permissions:
essentials.*:
default: op
description: Give players with op everything by default
# These permissions can't be assigned from player-commands for compatibility reasons
essentials.teleport.cooldown.bypass.tpa:
default: true
description: If the player does not have this permission, /tpa will have cooldown even with the parent bypass perm
essentials.teleport.cooldown.bypass.back:
default: true
description: If the player does not have this permission, /back will have cooldown even with the parent bypass perm