35 lines
1002 B
YAML
Executable File
35 lines
1002 B
YAML
Executable File
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
|
# ┃ Velocitab Tab Groups ┃
|
|
# ┃ by William278 & AlexDev03 ┃
|
|
# ┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|
# ┣╸ Information: https://william278.net/project/velocitab
|
|
# ┗╸ Documentation: https://william278.net/docs/velocitab
|
|
|
|
groups:
|
|
- name: default
|
|
headers:
|
|
- '&rainbow&Illegal Crime Minecraft Server'
|
|
footers:
|
|
- 'There are currently %players_online% players online'
|
|
format: '&7[%server%] &f%prefix%%username%'
|
|
nametag:
|
|
prefix: '&f%prefix%'
|
|
suffix: '&f%suffix%'
|
|
servers:
|
|
- lobby
|
|
- hub
|
|
- survival
|
|
- minigames
|
|
- skyblock
|
|
- prison
|
|
- creative
|
|
sorting_placeholders:
|
|
- '%role_weight%'
|
|
- '%username_lower%'
|
|
collisions: false
|
|
header_footer_update_rate: 1000
|
|
format_update_rate: 1000
|
|
nametag_update_rate: 1000
|
|
placeholder_update_rate: 1000
|
|
only_list_players_in_same_server: false
|