Files
StaffChat/src/main/resources/plugin.yml
T
oskar3123 ab6ffcce7d version 1.3.1
spigot version:
  fix for 1.14 event api changes
2019-05-02 06:24:05 +02:00

31 lines
828 B
YAML

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