Added permission node to prevent inspecting hidden players

This commit is contained in:
TfT_02
2013-06-02 12:42:18 +02:00
committed by GJ
parent da25b02e0a
commit 375fa4f75c
5 changed files with 25 additions and 0 deletions

View File

@ -612,6 +612,7 @@ permissions:
mcmmo.bypass.hardcoremode: true
mcmmo.bypass.kraken: true
mcmmo.commands.inspect.far: true
mcmmo.commands.inspect.hidden: true
mcmmo.commands.inspect.offline: true
mcmmo.bypass.arcanebypass:
default: false
@ -627,6 +628,11 @@ permissions:
description: Allows user to bypass Inspect's distance requirements
children:
mcmmo.commands.inspect.far: true
mcmmo.bypass.inspect.hidden:
default: false
description: Allows user to bypass Inspect's hidden player requirements
children:
mcmmo.commands.inspect.hidden: true
mcmmo.bypass.inspect.offline:
default: false
description: Allows user to bypass Inspect's offline player requirements
@ -701,6 +707,7 @@ permissions:
mcmmo.commands.defaults: true
mcmmo.commands.hardcore.all: true
mcmmo.commands.inspect.far: true
mcmmo.commands.inspect.hidden: true
mcmmo.commands.inspect.offline: true
mcmmo.commands.kraken: true
mcmmo.commands.kraken.others: true
@ -772,11 +779,14 @@ permissions:
children:
mcmmo.commands.inspect: true
mcmmo.commands.inspect.far: true
mcmmo.commands.inspect.hidden: true
mcmmo.commands.inspect.offline: true
mcmmo.commands.inspect:
description: Allows access to the inspect command
mcmmo.commands.inspect.far:
description: Allows access to the inspect command for far players
mcmmo.commands.inspect.hidden:
description: Allows access to the inspect command for hidden players
mcmmo.commands.inspect.offline:
description: Allows access to the inspect command for offline players
mcmmo.commands.kraken: