From 5ea1c1ec95d5c0289036aedb9f06b38a45752351 Mon Sep 17 00:00:00 2001 From: Kichura <68134602+Kichura@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:06:27 +0200 Subject: [PATCH] Use https instead of http for wiki.vg source. --- common/src/main/resources/assets/viaversion/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/viaversion/config.yml b/common/src/main/resources/assets/viaversion/config.yml index f19749ef6..2eee91f78 100644 --- a/common/src/main/resources/assets/viaversion/config.yml +++ b/common/src/main/resources/assets/viaversion/config.yml @@ -18,7 +18,7 @@ send-supported-versions: false # You can use both this and the block-protocols option at the same time as well. block-versions: [] # Block specific Minecraft protocol version numbers. -# List of all Minecraft protocol versions: http://wiki.vg/Protocol_version_numbers, or use a generator: https://via.krusic22.com +# List of all Minecraft protocol versions: https://wiki.vg/Protocol_version_numbers, or use a generator: https://via.krusic22.com block-protocols: [] # Change the blocked disconnect message block-disconnect-msg: "You are using an unsupported Minecraft version!" @@ -47,7 +47,7 @@ bungee-ping-save: true # # The format for the following is: # servername: protocolversion -# You can find protocol ids on http://wiki.vg/Protocol_version_numbers +# You can find protocol ids on https://wiki.vg/Protocol_version_numbers # It will fallback to the default option if none found. bungee-servers: {} # @@ -69,7 +69,7 @@ velocity-ping-save: true # # The format for the following is: # servername: protocolversion -# You can find protocol ids on http://wiki.vg/Protocol_version_numbers +# You can find protocol ids on https://wiki.vg/Protocol_version_numbers # It will fallback to the default option if none found. velocity-servers: {} #