Visuals-yml hinzugefügt
227
Visuals-yml.-.md
Normal file
227
Visuals-yml.-.md
Normal file
@@ -0,0 +1,227 @@
|
||||
# visuals.yml
|
||||
|
||||
Diese Datei enthalt alle visuellen Einstellungen: Tablist, Scoreboard, BossBar und ActionBar.
|
||||
|
||||
## Vollstandige Konfiguration
|
||||
|
||||
```yaml
|
||||
# -----------------------------------------------------
|
||||
# NEXUSLOBBY - VISUELLE EINSTELLUNGEN
|
||||
# -----------------------------------------------------
|
||||
|
||||
# --- Tablist Einstellungen ---
|
||||
tablist:
|
||||
enabled: true
|
||||
show-prefix-in-playerlist: true
|
||||
server-name: "&l&6++ NEXUSLOBBY ++"
|
||||
website: "www.nexuslobby.de"
|
||||
show-website: true
|
||||
teamspeak-address: "ts.nexuslobby.de"
|
||||
show-teamspeak: true
|
||||
discord-address: "discord.gg/nexuslobby"
|
||||
show-discord: true
|
||||
staff-permission: "nexuslobby.staff"
|
||||
separator-line: "&8&l&m================================"
|
||||
header-animations:
|
||||
- "&6&l{server}\n&7Willkommen, &a{player}\n&7Online: &e{online}\n"
|
||||
- "&e&l{server}\n&7Willkommen, &a{player}\n&7Online: &e{online}\n"
|
||||
- "&b&l{server}\n&7Willkommen, &a{player}\n&7Online: &e{online}\n"
|
||||
footer-animations:
|
||||
- "{separator}\n&7Website: &b{website}\n&7Discord: &b{discord}\n{separator}"
|
||||
- "{separator}\n&7Website: &b{website}\n&7TeamSpeak: &b{teamspeak}\n{separator}"
|
||||
interval-ticks: 40
|
||||
|
||||
# --- BossBar Einstellungen ---
|
||||
bossbar:
|
||||
enabled: true
|
||||
color: "BLUE"
|
||||
style: "SEGMENTED_6"
|
||||
pause-seconds: 4
|
||||
messages:
|
||||
- "&fWillkommen auf &6&lNexusLobby.de"
|
||||
- "&fBesuche unseren &bDiscord &funter &7/discord"
|
||||
- "&fAktuell sind &e{online} &fSpieler online!"
|
||||
|
||||
# --- ActionBar Einstellungen ---
|
||||
actionbar:
|
||||
enabled: true
|
||||
animation-speed: 2
|
||||
hold-duration: 150
|
||||
messages:
|
||||
- "&aWillkommen auf dem Server!"
|
||||
- "&cKein Griefing erlaubt!"
|
||||
|
||||
# --- Scoreboard Einstellungen ---
|
||||
scoreboard:
|
||||
enabled: true
|
||||
update_ticks: 20
|
||||
default:
|
||||
title: "&6&l&nNEXUSLOBBY"
|
||||
lines:
|
||||
- "&1 "
|
||||
- "&6&lPROFIL"
|
||||
- " &8>> &f%player_name%"
|
||||
- " &8>> &7%luckperms_prefix%"
|
||||
- "&2 "
|
||||
- "&6&lWIRTSCHAFT"
|
||||
- " &8>> &e%vault_eco_balance_formatted%"
|
||||
- "&3 "
|
||||
- "&8&o m-viper.de"
|
||||
owner:
|
||||
title: "&4&l&nNEXUS &c&lADMIN"
|
||||
lines:
|
||||
- "&1 "
|
||||
- "&c&lPERFORMANCE"
|
||||
- " &8>> &fTPS: &a%server_tps_1%"
|
||||
- " &8>> &fRAM: &e%server_ram_used%MB"
|
||||
- "&2 "
|
||||
- "&c&lNETZWERK"
|
||||
- " &8>> &fOnline: &e%bungee_total%"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Tablist
|
||||
|
||||
### Platzhalter
|
||||
|
||||
| Platzhalter | Beschreibung |
|
||||
|-------------|-------------|
|
||||
| `{server}` | Server-Name |
|
||||
| `{player}` | Spielername |
|
||||
| `{online}` | Spieleranzahl |
|
||||
| `{staff}` | Staff-Anzahl |
|
||||
| `{website}` | Website-URL |
|
||||
| `{discord}` | Discord-URL |
|
||||
| `{teamspeak}` | TeamSpeak-Adresse |
|
||||
| `{separator}` | Trennlinie |
|
||||
|
||||
### Animationen
|
||||
|
||||
Header und Footer konnen animiert werden. Jeder Eintrag in der Liste wird nacheinander angezeigt.
|
||||
|
||||
```yaml
|
||||
header-animations:
|
||||
- "Frame 1"
|
||||
- "Frame 2"
|
||||
- "Frame 3"
|
||||
interval-ticks: 40 # Wechsel alle 2 Sekunden
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## BossBar
|
||||
|
||||
### Farben
|
||||
|
||||
| Wert | Farbe |
|
||||
|------|-------|
|
||||
| `BLUE` | Blau |
|
||||
| `GREEN` | Grun |
|
||||
| `PINK` | Rosa |
|
||||
| `PURPLE` | Lila |
|
||||
| `RED` | Rot |
|
||||
| `WHITE` | Weiss |
|
||||
| `YELLOW` | Gelb |
|
||||
|
||||
### Stile
|
||||
|
||||
| Wert | Beschreibung |
|
||||
|------|-------------|
|
||||
| `SOLID` | Durchgehend |
|
||||
| `SEGMENTED_6` | 6 Segmente |
|
||||
| `SEGMENTED_10` | 10 Segmente |
|
||||
| `SEGMENTED_12` | 12 Segmente |
|
||||
| `SEGMENTED_20` | 20 Segmente |
|
||||
|
||||
### Platzhalter
|
||||
|
||||
| Platzhalter | Beschreibung |
|
||||
|-------------|-------------|
|
||||
| `{online}` | Spieleranzahl |
|
||||
|
||||
---
|
||||
|
||||
## ActionBar
|
||||
|
||||
Die ActionBar zeigt Nachrichten mit Schreibmaschinen-Animation.
|
||||
|
||||
```yaml
|
||||
actionbar:
|
||||
enabled: true
|
||||
animation-speed: 2 # Niedriger = schneller (1-10)
|
||||
hold-duration: 150 # Wie lange die fertige Nachricht bleibt (Ticks)
|
||||
messages:
|
||||
- "Nachricht 1"
|
||||
- "Nachricht 2"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Scoreboard
|
||||
|
||||
### Mehrere Scoreboards
|
||||
|
||||
Du kannst verschiedene Scoreboards fur verschiedene Spielergruppen definieren:
|
||||
|
||||
```yaml
|
||||
scoreboard:
|
||||
default: # Fur alle Spieler
|
||||
title: "Titel"
|
||||
lines: [...]
|
||||
|
||||
owner: # Fur Spieler mit Permission
|
||||
title: "Admin"
|
||||
lines: [...]
|
||||
```
|
||||
|
||||
### PlaceholderAPI Support
|
||||
|
||||
Alle PlaceholderAPI-Platzhalter werden unterstutzt:
|
||||
|
||||
```yaml
|
||||
lines:
|
||||
- "%player_name%"
|
||||
- "%server_tps_1%"
|
||||
- "%vault_eco_balance%"
|
||||
- "%luckperms_prefix%"
|
||||
- "%bungee_total%"
|
||||
```
|
||||
|
||||
### Farbcodes fur Leerzeilen
|
||||
|
||||
Verwende verschiedene Farbcodes fur Leerzeilen, um Duplikate zu vermeiden:
|
||||
|
||||
```yaml
|
||||
lines:
|
||||
- "&1 " # Leerzeile 1
|
||||
- "Text"
|
||||
- "&2 " # Leerzeile 2
|
||||
- "Text"
|
||||
- "&3 " # Leerzeile 3
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Farbcodes
|
||||
|
||||
| Code | Farbe | Code | Farbe |
|
||||
|------|-------|------|-------|
|
||||
| `&0` | Schwarz | `&8` | Dunkelgrau |
|
||||
| `&1` | Dunkelblau | `&9` | Blau |
|
||||
| `&2` | Dunkelgrun | `&a` | Grun |
|
||||
| `&3` | Dunkelcyan | `&b` | Cyan |
|
||||
| `&4` | Dunkelrot | `&c` | Rot |
|
||||
| `&5` | Lila | `&d` | Rosa |
|
||||
| `&6` | Gold | `&e` | Gelb |
|
||||
| `&7` | Grau | `&f` | Weiss |
|
||||
|
||||
### Formatierung
|
||||
|
||||
| Code | Effekt |
|
||||
|------|--------|
|
||||
| `&l` | **Fett** |
|
||||
| `&m` | ~~Durchgestrichen~~ |
|
||||
| `&n` | Unterstrichen |
|
||||
| `&o` | *Kursiv* |
|
||||
| `&r` | Reset |
|
||||
Reference in New Issue
Block a user