src/main/resources/bungee.yml aktualisiert
This commit is contained in:
@@ -1,20 +1,54 @@
|
||||
# Plugin Informationen
|
||||
name: GlobalChat
|
||||
main: de.viper.globalchat.GlobalChat
|
||||
version: 1.2
|
||||
version: 1.3
|
||||
author: M_Viper
|
||||
|
||||
|
||||
# ============================================
|
||||
# Server Aliase mit Farben
|
||||
# ============================================
|
||||
# Damit im Chat schöne Namen stehen (z.B. "&aLobby")
|
||||
server-aliases:
|
||||
# Format: interner-server-name: "&farbeAnzeigename"
|
||||
lobby: "&aLobby"
|
||||
survival: "&2Survival"
|
||||
# bedwars: "&cBedwars"
|
||||
# skyblock: "&bSkyblock"
|
||||
|
||||
# ============================================
|
||||
# Manuelle Ränge (Overrides) basierend auf UUID
|
||||
# ============================================
|
||||
# Das ist der sicherste Weg, um einem Spieler einen festen Rang zu geben.
|
||||
# Da sich UUIDs nicht ändern (anders als Namen), ist dieser Override permanent.
|
||||
|
||||
# Syntax: <UUID>: <Gruppenname>
|
||||
# Beispiel: Die UUID unten ist nur ein Beispiel. Ersetze sie durch deine UUID.
|
||||
manual-ranks:
|
||||
# Dein Beispiel (Ersetze die UUID):
|
||||
7c7851ce-9e9f-4862-a33c-2b1d955a9362: owner
|
||||
# Noch eine Beispiel-UUID:
|
||||
ffffffff-ffff-ffff-ffff-ffffffffffff: admin
|
||||
|
||||
# ============================================
|
||||
# Chat-Formate für Gruppen
|
||||
# ============================================
|
||||
# Syntax: Gruppenname: "Prefix || Spieler-Farbe || Chat-Farbe"
|
||||
# Beispiel: Rot (Rang) || Blau (Name) || Lila (Chat)
|
||||
#
|
||||
# Trennzeichen ist das doppelte Pipe-Zeichen mit Leerzeichen: " || "
|
||||
#
|
||||
group-formats:
|
||||
owner: "&c[Owner] || &b || &d"
|
||||
admin: "&4[Admin] || &9 || &c"
|
||||
developer: "&b[Dev] || &3 || &a"
|
||||
premium: "&6[Premium] || &e || &7"
|
||||
spieler: "&f[Spieler] || &7 || &8"
|
||||
|
||||
# ============================================
|
||||
# Befehle Definitionen
|
||||
# ============================================
|
||||
commands:
|
||||
globalreload:
|
||||
description: Lädt den Filter neu
|
||||
description: Lädt den Filter und Formate neu
|
||||
usage: /globalreload
|
||||
permission: globalchat.reload
|
||||
globalmute:
|
||||
@@ -31,9 +65,12 @@ commands:
|
||||
description: Zeigt Plugin-Informationen an
|
||||
usage: /info
|
||||
|
||||
# ============================================
|
||||
# Permissions
|
||||
# ============================================
|
||||
permissions:
|
||||
globalchat.reload:
|
||||
description: Erlaubt das Neuladen des Filters
|
||||
description: Erlaubt das Neuladen des Filters und der Formate
|
||||
default: op
|
||||
globalchat.mute:
|
||||
description: Erlaubt das Aktivieren/Deaktivieren des globalen Mutes
|
||||
|
||||
Reference in New Issue
Block a user