src/main/resources/plugin.yml aktualisiert
This commit is contained in:
@@ -1,11 +1,20 @@
|
|||||||
name: ButtonControl
|
name: ButtonControl
|
||||||
version: 1.0
|
version: 1.1
|
||||||
main: viper.ButtonControl
|
main: viper.ButtonControl
|
||||||
api-version: 1.21
|
api-version: 1.21
|
||||||
author: viper
|
author: viper
|
||||||
description: Ein Plugin, um Türen und Redstone-Lampen mit einem Button zu steuern.
|
description: Ein Plugin, um Türen, Redstone-Lampen und Notenblöcke mit einem Button oder Tageslichtsensor zu steuern.
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
bc:
|
bc:
|
||||||
description: Zeigt Informationen zum Plugin an
|
description: Steuert das ButtonControl Plugin
|
||||||
usage: /<command> info
|
usage: /<command> [info|reload|note <instrument>]
|
||||||
|
aliases: [buttoncontrol]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
buttoncontrol.reload:
|
||||||
|
description: Erlaubt das Neuladen der Plugin-Konfiguration
|
||||||
|
default: op
|
||||||
|
buttoncontrol.note:
|
||||||
|
description: Erlaubt das Ändern des Notenblock-Instruments
|
||||||
|
default: true
|
Reference in New Issue
Block a user