Dateien nach "IngameShopSpigot/src/main/resources" hochladen
This commit is contained in:
15
IngameShopSpigot/src/main/resources/config.yml
Normal file
15
IngameShopSpigot/src/main/resources/config.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Hier nur die Domain eingeben (ohne /wp-json am Ende)
|
||||||
|
wordpress-url: "<Wordpress URL>"
|
||||||
|
|
||||||
|
# WICHTIG: Der Name des Servers, wie er in WordPress hinterlegt ist (Slug).
|
||||||
|
# Damit wird verhindert, dass ein Spieler auf Lobby etwas für Survival kauft und es dort erhält.
|
||||||
|
server-name: "Lobby"
|
||||||
|
|
||||||
|
# Name der Währung (ersetze Coins durch deinen Namen, z.B. Dollar, Points, etc.)
|
||||||
|
currency-name: "Euro"
|
||||||
|
|
||||||
|
# Alle wie viel Sekunden (ticks) nach neuen Bestellungen gesucht werden soll (Standard: 10 Sekunden)
|
||||||
|
check-interval: 5
|
||||||
|
|
||||||
|
# Debug Modus (true/false)
|
||||||
|
debug-mode: true
|
||||||
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