Fix velocitab formatting

This commit is contained in:
2025-03-27 03:11:23 +00:00
parent 20ce5352ba
commit 3e52d9f559
2 changed files with 8 additions and 16 deletions

View File

@@ -12,14 +12,14 @@ remove_nametags: false
# Whether to disable header and footer if they are empty and let backend servers handle them.
disable_header_footer_if_empty: true
# Which text formatter to use (MINIMESSAGE, MINEDOWN or LEGACY)
formatter: MINIMESSAGE
formatter: MINEDOWN
# All servers which are not in other groups will be put in the fallback group.
# "false" will exclude them from Velocitab.
fallback_enabled: true
# The formats to use for the fallback group.
fallback_group: default
# Whether to show all players from all groups in the TAB list.
show_all_players_from_all_groups: false
show_all_players_from_all_groups: true
# Whether to enable the PAPIProxyBridge hook for PAPI support
enable_papi_hook: true
# How long in seconds to cache PAPI placeholders for, in milliseconds. (0 to disable)
@@ -39,7 +39,7 @@ remove_spectator_effect: true
# Whether to enable the Plugin Message API (allows backend plugins to perform certain operations)
enable_plugin_message_api: true
# Whether to force sending tab list packets to all players, even if a packet for that action has already been sent. This could fix issues with some mods.
force_sending_tab_list_packets: false
force_sending_tab_list_packets: true
# Whether to enable relational placeholders. With an high amount of players, this could cause lag.
enable_relational_placeholders: false
# A list of links that will be sent to display on player pause menus (Minecraft 1.21+ clients only).

View File

@@ -8,13 +8,13 @@
groups:
- name: default
headers:
- <rainbow:!2>Running Velocitab by William278 & AlexDev03</rainbow>
- '&rainbow&Illegal Crime Minecraft Server'
footers:
- <gray>There are currently %players_online%/%max_players_online% players online</gray>
format: <gray>[%server%] %prefix%%username%</gray>
- 'There are currently %players_online% players online'
format: '&7[%server%] &f%prefix%%username%'
nametag:
prefix: ''
suffix: ''
prefix: '&f%prefix%'
suffix: '&f%suffix%'
servers:
- lobby
- hub
@@ -26,14 +26,6 @@ groups:
sorting_placeholders:
- '%role_weight%'
- '%username_lower%'
placeholder_replacements:
'%current_date_weekday_en-US%':
- placeholder: Monday
replacement: <red>Monday</red>
- placeholder: Tuesday
replacement: <gold>Tuesday</gold>
- placeholder: Else
replacement: <green>Other day</green>
collisions: false
header_footer_update_rate: 1000
format_update_rate: 1000