mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-12-26 19:18:12 +01:00
Add a couple of permissions and commands.
This commit is contained in:
parent
18ec9bc973
commit
22aab024c2
@ -5,4 +5,29 @@ author: Comphenix
|
|||||||
website: http://www.comphenix.net/ProtocolLib
|
website: http://www.comphenix.net/ProtocolLib
|
||||||
|
|
||||||
main: com.comphenix.protocol.ProtocolLibrary
|
main: com.comphenix.protocol.ProtocolLibrary
|
||||||
database: false
|
database: false
|
||||||
|
|
||||||
|
commands:
|
||||||
|
protocol:
|
||||||
|
description: Performs administrative tasks regarding ProtocolLib.
|
||||||
|
usage: /<command> [reload|update]
|
||||||
|
permission: experiencemod.admin
|
||||||
|
permission-message: You don't have <permission>
|
||||||
|
packet:
|
||||||
|
description: Adds or removes a simple packet listener.
|
||||||
|
usage: /<command> [add|remove|clear] [ID start] [ID stop]
|
||||||
|
permission: experiencemod.admin
|
||||||
|
permission-message: You don't have <permission>
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
protocol.*:
|
||||||
|
description: Gives access to everything.
|
||||||
|
children:
|
||||||
|
protocol.admin: true
|
||||||
|
protocol.info: true
|
||||||
|
protocol.admin:
|
||||||
|
description: Able to initiate the update process, and can configure debug mode.
|
||||||
|
default: op
|
||||||
|
protocol.info:
|
||||||
|
description: Can read update notifications, debug messages and error reports.
|
||||||
|
default: op
|
Loading…
Reference in New Issue
Block a user