Dateien nach "IngameShopSpigot/src/main/resources" hochladen
This commit is contained in:
25
IngameShopSpigot/src/main/resources/plugin.yml
Normal file
25
IngameShopSpigot/src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
name: IngameShopSpigot
|
||||
main: de.mviper.spigot.IngameShopSpigot
|
||||
version: 1.0
|
||||
api-version: "1.20"
|
||||
author: M_Viper
|
||||
description: Ingame-Shop Plugin (Spigot) empfPlugin-Messages vom Bungee und vergibt Items / zieht Geld via Vault.
|
||||
|
||||
# Vault ist optional, daher softdepend
|
||||
softdepend:
|
||||
- Vault
|
||||
|
||||
# Beispiel-Command (optional, kann in Java implementiert werden)
|
||||
commands:
|
||||
ingameshop:
|
||||
description: oder testet den IngameShop (Admin/Debug)
|
||||
usage: /ingameshop
|
||||
|
||||
# Beispiel-Permissions (anpassbar)
|
||||
permissions:
|
||||
ingameshop.admin:
|
||||
description: Zugriff auf Admin-Funktionen des IngameShops
|
||||
default: op
|
||||
ingameshop.use:
|
||||
description: Basisrecht, um Shop-Features zu nutzen
|
||||
default: true
|
||||
Reference in New Issue
Block a user