From f6fefb7245315ef5fef064beb501fa77b9db1d47 Mon Sep 17 00:00:00 2001 From: Kichura <68134602+Kichura@users.noreply.github.com> Date: Sat, 26 Mar 2022 21:05:19 +0100 Subject: [PATCH] Update config contexts. (#174) * Update config contexts. Contained the original text aswell and missed it entirely - will also go ahead and update it. * that sweet little period pls. --- src/main/resources/assets/viafabric/config.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/main/resources/assets/viafabric/config.yml b/src/main/resources/assets/viafabric/config.yml index 05f95e7..e99e4b7 100644 --- a/src/main/resources/assets/viafabric/config.yml +++ b/src/main/resources/assets/viafabric/config.yml @@ -1,12 +1,14 @@ -# WARNING -# I cannot guarantee that this mod is allowed on every (or even any) server. This mod may cause problems with anti cheat plugins. USE AT OWN RISK -# This option enables client-side transforming (can also be enabled in-game) +# Disclaimer: +# +# It cannot be guaranteed that this mod is allowed on specific servers as it can possibly cause problems with anti-cheat plugins, (USE ONLY WITH CAUTION!) +# This option enables client-side transforming. (can also be enabled in-game) enable-client-side: false -# This option sets the protocol version to be used when connection to the server (can also be changed in-game) +# This option sets the protocol version to be used when connecting to servers. (can also be changed in-game) client-side-version: -1 # Hides VIA button from multiplayer menu. hide-button: false -# List of servers which ViaFabric will force disabling transforming on client-side. It can be overwritten by setting per-server version. -# This isn't always the address in multiplayer GUI. It will use the SRV record pointer when present. Check the game log for the address. +# List of servers which ViaFabric will force disabling transforming on client-side. It can be overwritten by setting per-server version, +# +# This isn't always the address in multiplayer menu; It will use the SRV record pointer when present, Check the game log for the address. # Uses https://wiki.vg/Mojang_API#Blocked_Servers format (mc.example.com, *.example.com, 192.168.0.1, 192.168.*) client-side-force-disable: ["hypixel.net", "*.hypixel.net", "minemen.club", "*.minemen.club"]