mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-11 10:58:51 +01:00
Add children for gamemode perms so super perms work correctly. Solves #156.
This commit is contained in:
parent
a4aa6a22b7
commit
37f6deab85
@ -500,6 +500,8 @@ permissions:
|
||||
essentials.*:
|
||||
default: op
|
||||
description: Give players with op everything by default
|
||||
children:
|
||||
essentials.gamemode.*: true
|
||||
# These permissions can't be assigned from player-commands for compatibility reasons
|
||||
essentials.teleport.cooldown.bypass.tpa:
|
||||
default: true
|
||||
@ -507,3 +509,9 @@ permissions:
|
||||
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
|
||||
essentials.gamemode.*:
|
||||
default: op
|
||||
children:
|
||||
essentials.gamemode: true
|
||||
essentials.gamemode.others: true
|
||||
essentials.gamemode.all: true
|
||||
|
Loading…
Reference in New Issue
Block a user