Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
settings:
|
||||
character: '@'
|
||||
format: '&b{NAME}: {MESSAGE}'
|
||||
messages:
|
||||
prefix: '&7StaffChat&8> &7'
|
||||
nopermission: '&cYou don''t have permission to do that'
|
||||
reloaded: 'Reloaded the config file'
|
||||
@@ -0,0 +1,30 @@
|
||||
name: StaffChat
|
||||
authors: [oskar3123]
|
||||
main: me.oskar3123.staffchat.Main
|
||||
version: 1.0.0
|
||||
|
||||
commands:
|
||||
staffchat:
|
||||
usage: /<command>
|
||||
description: Used to reload the config file.
|
||||
|
||||
permissions:
|
||||
staffchat.*:
|
||||
description: Gives you permission to everything in the plugin.
|
||||
children:
|
||||
staffchat.use: true
|
||||
staffchat.see: true
|
||||
staffchat.reload: true
|
||||
staffchat.command: true
|
||||
staffchat.use:
|
||||
description: Gives you permission to use the staffchat.
|
||||
default: op
|
||||
staffchat.see:
|
||||
description: Gives you permission to see the staffchat.
|
||||
default: op
|
||||
staffchat.reload:
|
||||
description: Allows you to reload the config file.
|
||||
default: op
|
||||
staffchat.command:
|
||||
description: Allows you to use the staffchat command.
|
||||
default: true
|
||||
Reference in New Issue
Block a user