From 3e52d9f5594aecc5f20b9f8725a04891d825d022 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Thu, 27 Mar 2025 03:11:23 +0000 Subject: [PATCH] Fix velocitab formatting --- velocity/config/plugins/velocitab/config.yml | 6 +++--- .../config/plugins/velocitab/tab_groups.yml | 18 +++++------------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/velocity/config/plugins/velocitab/config.yml b/velocity/config/plugins/velocitab/config.yml index 64fd107..e8ff726 100755 --- a/velocity/config/plugins/velocitab/config.yml +++ b/velocity/config/plugins/velocitab/config.yml @@ -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). diff --git a/velocity/config/plugins/velocitab/tab_groups.yml b/velocity/config/plugins/velocitab/tab_groups.yml index f25ac1b..2136153 100755 --- a/velocity/config/plugins/velocitab/tab_groups.yml +++ b/velocity/config/plugins/velocitab/tab_groups.yml @@ -8,13 +8,13 @@ groups: - name: default headers: - - Running Velocitab by William278 & AlexDev03 + - '&rainbow&Illegal Crime Minecraft Server' footers: - - There are currently %players_online%/%max_players_online% players online - format: [%server%] %prefix%%username% + - '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: Monday - - placeholder: Tuesday - replacement: Tuesday - - placeholder: Else - replacement: Other day collisions: false header_footer_update_rate: 1000 format_update_rate: 1000