BetterTridents/src/main/resources/plugin.yml

28 lines
759 B
YAML
Raw Normal View History

2021-05-24 13:46:25 +02:00
name: ${project.name}
main: ${spigot.main}
version: ${project.version}
prefix: ${spigot.prefix}
api-version: "1.13"
authors: [mfnalex, JEFF Media GbR]
website: "https://www.mfnalex.de"
database: false
load: STARTUP
awareness:
- !@UTF8
commands:
2021-05-24 18:39:16 +02:00
bettertridents:
description: Reloads the config file
permission: bettertridents.reload
usage: /<command>
2021-05-24 13:46:25 +02:00
permissions:
2021-05-24 18:39:16 +02:00
bettertridents.*:
description: Allows to use all BetterTridents features
children:
- bettertridents.savevoid
default: op
bettertridents.savevoid:
2021-05-24 13:46:25 +02:00
description: Prevents tridents enchanted with loyalty to get lost in the void
2021-05-24 18:39:16 +02:00
default: true
bettertridents.reload:
description: Allows to reload the config file using /bettertridents
default: op