diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml new file mode 100644 index 0000000..f8ce898 --- /dev/null +++ b/src/main/resources/plugin.yml @@ -0,0 +1,22 @@ +name: CommandSigns-Reborn +version: 1.2 +main: de.viper.commandsigns.CommandSignsPlugin +api-version: 1.18 + +commands: + cmdsign: + description: Hauptbefehl für CommandSigns + usage: /cmdsign + permission: commandsigns.use.default + permission-message: "Du hast keine Berechtigung für diesen Befehl." + +permissions: + commandsigns.use.default: + description: Standardbenutzer Zugriff + default: true + commandsigns.create: + description: Erlaubnis zum Erstellen von CommandSigns + default: op + commandsigns.delete: + description: Erlaubnis zum Löschen von CommandSigns + default: op