mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 15:16:45 +01:00
Properly defaulting more permissions.
This commit is contained in:
parent
b843970033
commit
c7a0841c2e
@ -604,7 +604,7 @@ permissions:
|
|||||||
mcmmo.commands.mmoedit.others: true
|
mcmmo.commands.mmoedit.others: true
|
||||||
mcmmo.commands.ptp.world.all: true
|
mcmmo.commands.ptp.world.all: true
|
||||||
mcmmo.commands.skillreset.all: true
|
mcmmo.commands.skillreset.all: true
|
||||||
mcmmo.commands.xprate: true
|
mcmmo.commands.xprate.all: true
|
||||||
mcmmo.commands.ability:
|
mcmmo.commands.ability:
|
||||||
default: false
|
default: false
|
||||||
description: Allows access to the mcability command
|
description: Allows access to the mcability command
|
||||||
@ -636,6 +636,7 @@ permissions:
|
|||||||
children:
|
children:
|
||||||
mcmmo.commands.inspect.all: true
|
mcmmo.commands.inspect.all: true
|
||||||
mcmmo.commands.inspect.all:
|
mcmmo.commands.inspect.all:
|
||||||
|
default: false
|
||||||
description: Implies access to all mcmmo.commands.inspect permissions
|
description: Implies access to all mcmmo.commands.inspect permissions
|
||||||
children:
|
children:
|
||||||
mcmmo.commands.inspect: true
|
mcmmo.commands.inspect: true
|
||||||
@ -662,6 +663,7 @@ permissions:
|
|||||||
mcmmo.commands.mcmmo:
|
mcmmo.commands.mcmmo:
|
||||||
description: Allows access to the mcmmo command
|
description: Allows access to the mcmmo command
|
||||||
mcmmo.commands.mcpurge:
|
mcmmo.commands.mcpurge:
|
||||||
|
default: false
|
||||||
description: Allows access to the mcpurge command
|
description: Allows access to the mcpurge command
|
||||||
mcmmo.commands.mcrank:
|
mcmmo.commands.mcrank:
|
||||||
description: Allows access to the mcrank command
|
description: Allows access to the mcrank command
|
||||||
@ -687,6 +689,7 @@ permissions:
|
|||||||
mcmmo.commands.mcrefresh.others:
|
mcmmo.commands.mcrefresh.others:
|
||||||
description: Allows access to the mcrefresh command for other players
|
description: Allows access to the mcrefresh command for other players
|
||||||
mcmmo.commands.mcremove:
|
mcmmo.commands.mcremove:
|
||||||
|
default: false
|
||||||
description: Allows access to the mcremove command
|
description: Allows access to the mcremove command
|
||||||
mcmmo.commands.mcstats:
|
mcmmo.commands.mcstats:
|
||||||
description: Allows access to the mcstats command
|
description: Allows access to the mcstats command
|
||||||
@ -747,6 +750,7 @@ permissions:
|
|||||||
mcmmo.commands.mmoedit.others:
|
mcmmo.commands.mmoedit.others:
|
||||||
description: Allows access to the mmoedit command for other players
|
description: Allows access to the mmoedit command for other players
|
||||||
mcmmo.commands.mmoupdate:
|
mcmmo.commands.mmoupdate:
|
||||||
|
default: false
|
||||||
description: Allows access to the mmoupdate command
|
description: Allows access to the mmoupdate command
|
||||||
mcmmo.commands.party.*:
|
mcmmo.commands.party.*:
|
||||||
default: false
|
default: false
|
||||||
@ -807,6 +811,7 @@ permissions:
|
|||||||
children:
|
children:
|
||||||
mcmmo.commands.ptp.all: true
|
mcmmo.commands.ptp.all: true
|
||||||
mcmmo.commands.ptp.all:
|
mcmmo.commands.ptp.all:
|
||||||
|
default: false
|
||||||
description: Implies access to all mcmmo.commands.ptp permissions.
|
description: Implies access to all mcmmo.commands.ptp permissions.
|
||||||
children:
|
children:
|
||||||
mcmmo.commands.ptp: true
|
mcmmo.commands.ptp: true
|
||||||
|
Loading…
Reference in New Issue
Block a user