mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-26 00:19:43 +00:00
Assign permissions in plugin.yml since they aren't assignable from player-commands
This commit is contained in:
parent
1d20184f0b
commit
7fb263e75c
1 changed files with 7 additions and 0 deletions
|
@ -492,3 +492,10 @@ permissions:
|
||||||
essentials.*:
|
essentials.*:
|
||||||
default: op
|
default: op
|
||||||
description: Give players with op everything by default
|
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
|
||||||
|
|
Loading…
Reference in a new issue