83 lines
2.5 KiB
YAML
83 lines
2.5 KiB
YAML
name: NexusLobby
|
|
main: de.nexuslobby.NexusLobby
|
|
version: "1.0.1"
|
|
api-version: "1.21"
|
|
author: M_Viper
|
|
description: Modular Lobby Plugin
|
|
softdepend: [LuckPerms, PlaceholderAPI, Vault, WorldGuard]
|
|
|
|
commands:
|
|
portal:
|
|
description: Portal management
|
|
usage: /portal <args>
|
|
permission: nexuslobby.portal
|
|
permission-message: "§cKeine Rechte!"
|
|
|
|
giveportalwand:
|
|
description: Gibt das Portal-Werkzeug
|
|
usage: /giveportalwand
|
|
permission: nexuslobby.portal.give
|
|
permission-message: "§cDu hast keine Berechtigung dafür."
|
|
|
|
maintenance:
|
|
description: Aktiviert oder deaktiviert den Wartungsmodus
|
|
usage: /maintenance <on|off>
|
|
permission: nexuslobby.maintenance
|
|
permission-message: "§cDu hast keine Rechte!"
|
|
|
|
serverswitcher:
|
|
description: Öffnet die Server Switcher GUI
|
|
usage: /serverswitcher
|
|
permission: nexuslobby.serverswitcher
|
|
permission-message: "§cDu hast keine Rechte!"
|
|
|
|
settings:
|
|
description: Öffnet das Lobby-Einstellungsmenü (Gamerules)
|
|
usage: /settings
|
|
permission: nexuslobby.admin
|
|
permission-message: "§cDu hast keine Rechte für die Admin-Einstellungen!"
|
|
|
|
build:
|
|
description: Aktiviert oder deaktiviert den Baumodus
|
|
usage: /build
|
|
permission: nexuslobby.build
|
|
permission-message: "§cDu hast keine Rechte!"
|
|
|
|
nexuslobby:
|
|
description: Zeigt Informationen über das Plugin an oder lädt es neu
|
|
usage: /nexuslobby [reload]
|
|
aliases: [nexus]
|
|
|
|
# --- ArmorStandTools Sektion ---
|
|
nexustools:
|
|
description: Nexus ArmorStand Editor
|
|
aliases: [nt, ntools, astools]
|
|
nexuscmd:
|
|
description: Nexus Command Binder
|
|
aliases: [ncmd, ascmd]
|
|
|
|
permissions:
|
|
nexuslobby.portal:
|
|
description: Zugriff auf Portalbefehle
|
|
default: op
|
|
nexuslobby.portal.give:
|
|
description: Berechtigung, das Portal-Werkzeug zu erhalten
|
|
default: op
|
|
nexuslobby.maintenance:
|
|
description: Berechtigung, Wartungsmodus zu toggeln
|
|
default: op
|
|
nexuslobby.serverswitcher:
|
|
description: Zugriff auf den Server Switcher
|
|
default: true
|
|
nexuslobby.admin:
|
|
description: Voller Zugriff auf Lobby-Gamerules, Einstellungen und Reload
|
|
default: op
|
|
nexuslobby.build:
|
|
description: Erlaubt das Umgehen des Lobby-Schutzes zum Bauen
|
|
default: op
|
|
nexuslobby.armorstand.use:
|
|
description: Erlaubt die Nutzung der NexusTools GUI
|
|
default: op
|
|
nexuslobby.armorstand.cmd:
|
|
description: Erlaubt das Binden von Commands via NexusCmd
|
|
default: op |