Files
StaffChat/src/main/resources/plugin.yml
T

31 lines
847 B
YAML

name: StaffChat
authors: [ oskar3123 ]
main: me.oskar3123.staffchat.spigot.Main
api-version: 1.13
version: SNAPSHOT
softdepend: [ PlaceholderAPI, DiscordSRV ]
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