mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 10:44:43 +02:00
Inspecting offline players no longer requires permissions + fixing
errors when using mcrank on an offline player
This commit is contained in:
@ -716,7 +716,6 @@ permissions:
|
||||
mcmmo.bypass.hardcoremode: true
|
||||
mcmmo.commands.inspect.far: true
|
||||
mcmmo.commands.inspect.hidden: true
|
||||
mcmmo.commands.inspect.offline: true
|
||||
mcmmo.bypass.partylimit:
|
||||
default: false
|
||||
description: Allows user to bypass party size limitations if present on the server
|
||||
@ -794,7 +793,6 @@ permissions:
|
||||
mcmmo.commands.hardcore.all: true
|
||||
mcmmo.commands.inspect.far: true
|
||||
mcmmo.commands.inspect.hidden: true
|
||||
mcmmo.commands.inspect.offline: true
|
||||
mcmmo.commands.mcability.others: true
|
||||
mcmmo.commands.mcconvert.all: true
|
||||
mcmmo.commands.mcchatspy: true
|
||||
@ -866,15 +864,12 @@ permissions:
|
||||
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.mcability:
|
||||
description: Allows access to the mcability command
|
||||
mcmmo.commands.mcability.others:
|
||||
@ -935,13 +930,10 @@ permissions:
|
||||
children:
|
||||
mcmmo.commands.mcrank.others: true
|
||||
mcmmo.commands.mcrank.others.far: true
|
||||
mcmmo.commands.mcrank.others.offline: true
|
||||
mcmmo.commands.mcrank.others:
|
||||
description: Allows access to the mcrank command for other players
|
||||
mcmmo.commands.mcrank.others.far:
|
||||
description: Allows access to the mcrank command for far players
|
||||
mcmmo.commands.mcrank.others.offline:
|
||||
description: Allows access to the mcrank command for offline players
|
||||
mcmmo.commands.mcrefresh:
|
||||
description: Allows access to the mcrefresh command
|
||||
mcmmo.commands.mcrefresh.others:
|
||||
|
Reference in New Issue
Block a user