Dateien nach "src/main/resources" hochladen
This commit is contained in:
22
src/main/resources/plugin.yml
Normal file
22
src/main/resources/plugin.yml
Normal file
@@ -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 <help|add|clear|create|list|delete>
|
||||||
|
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
|
Reference in New Issue
Block a user