Move to T2Code Git
This commit is contained in:
32
src/main/resources/plugin.yml
Normal file
32
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
name: OPSecurity
|
||||
version: 2.3.3.1
|
||||
api-version: 1.13
|
||||
load: STARTUP
|
||||
main: de.jatitv.opsecurity.system.Main
|
||||
prefix: OPSecurity
|
||||
authors: [ JaTiTV ]
|
||||
commands:
|
||||
opsecurity:
|
||||
aliases: [opsec]
|
||||
permissions:
|
||||
opsecurity.admin:
|
||||
default: op
|
||||
children:
|
||||
opsecurity.notify: true
|
||||
opsecurity.updatemsg: true
|
||||
opsecurity.command.reload: true
|
||||
opsecurity.command.info: true
|
||||
opsecurity.command.help: true
|
||||
|
||||
opsecurity.notify:
|
||||
description: Players with this permission get the update message when joining if an update is available
|
||||
default: op
|
||||
opsecurity.updatemsg:
|
||||
default: op
|
||||
opsecurity.command.reload:
|
||||
default: op
|
||||
opsecurity.command.info:
|
||||
default: op
|
||||
opsecurity.command.help:
|
||||
default: op
|
||||
|
Reference in New Issue
Block a user