Fix velocitab formatting
This commit is contained in:
@@ -12,14 +12,14 @@ remove_nametags: false
|
|||||||
# Whether to disable header and footer if they are empty and let backend servers handle them.
|
# Whether to disable header and footer if they are empty and let backend servers handle them.
|
||||||
disable_header_footer_if_empty: true
|
disable_header_footer_if_empty: true
|
||||||
# Which text formatter to use (MINIMESSAGE, MINEDOWN or LEGACY)
|
# 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.
|
# All servers which are not in other groups will be put in the fallback group.
|
||||||
# "false" will exclude them from Velocitab.
|
# "false" will exclude them from Velocitab.
|
||||||
fallback_enabled: true
|
fallback_enabled: true
|
||||||
# The formats to use for the fallback group.
|
# The formats to use for the fallback group.
|
||||||
fallback_group: default
|
fallback_group: default
|
||||||
# Whether to show all players from all groups in the TAB list.
|
# 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
|
# Whether to enable the PAPIProxyBridge hook for PAPI support
|
||||||
enable_papi_hook: true
|
enable_papi_hook: true
|
||||||
# How long in seconds to cache PAPI placeholders for, in milliseconds. (0 to disable)
|
# 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)
|
# Whether to enable the Plugin Message API (allows backend plugins to perform certain operations)
|
||||||
enable_plugin_message_api: true
|
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.
|
# 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.
|
# Whether to enable relational placeholders. With an high amount of players, this could cause lag.
|
||||||
enable_relational_placeholders: false
|
enable_relational_placeholders: false
|
||||||
# A list of links that will be sent to display on player pause menus (Minecraft 1.21+ clients only).
|
# A list of links that will be sent to display on player pause menus (Minecraft 1.21+ clients only).
|
||||||
|
|||||||
@@ -8,13 +8,13 @@
|
|||||||
groups:
|
groups:
|
||||||
- name: default
|
- name: default
|
||||||
headers:
|
headers:
|
||||||
- <rainbow:!2>Running Velocitab by William278 & AlexDev03</rainbow>
|
- '&rainbow&Illegal Crime Minecraft Server'
|
||||||
footers:
|
footers:
|
||||||
- <gray>There are currently %players_online%/%max_players_online% players online</gray>
|
- 'There are currently %players_online% players online'
|
||||||
format: <gray>[%server%] %prefix%%username%</gray>
|
format: '&7[%server%] &f%prefix%%username%'
|
||||||
nametag:
|
nametag:
|
||||||
prefix: ''
|
prefix: '&f%prefix%'
|
||||||
suffix: ''
|
suffix: '&f%suffix%'
|
||||||
servers:
|
servers:
|
||||||
- lobby
|
- lobby
|
||||||
- hub
|
- hub
|
||||||
@@ -26,14 +26,6 @@ groups:
|
|||||||
sorting_placeholders:
|
sorting_placeholders:
|
||||||
- '%role_weight%'
|
- '%role_weight%'
|
||||||
- '%username_lower%'
|
- '%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
|
collisions: false
|
||||||
header_footer_update_rate: 1000
|
header_footer_update_rate: 1000
|
||||||
format_update_rate: 1000
|
format_update_rate: 1000
|
||||||
|
|||||||
Reference in New Issue
Block a user