From bf15415185f88ea52b9aeb04951bde382ed1b80b Mon Sep 17 00:00:00 2001 From: Jo0001 <47455182+Jo0001@users.noreply.github.com> Date: Sat, 1 Feb 2020 20:26:03 +0100 Subject: [PATCH 1/2] Add link to krusics "Blocked Version Generator" --- common/src/main/resources/assets/viaversion/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/resources/assets/viaversion/config.yml b/common/src/main/resources/assets/viaversion/config.yml index 660c9c57d..8f0135cde 100644 --- a/common/src/main/resources/assets/viaversion/config.yml +++ b/common/src/main/resources/assets/viaversion/config.yml @@ -14,7 +14,7 @@ checkforupdates: true # Send the supported versions with the Status (Ping) response packet send-supported-versions: false # Block specific Minecraft protocols that ViaVersion allows -# List of all Minecraft protocol versions: http://wiki.vg/Protocol_version_numbers +# List of all Minecraft protocol versions: http://wiki.vg/Protocol_version_numbers or use this generator: https://via.krusic22.com block-protocols: [] # Change the blocked disconnect message block-disconnect-msg: "You are using an unsupported Minecraft version!" @@ -183,4 +183,4 @@ force-json-transform: false # Minimize the cooldown animation in 1.8 servers minimize-cooldown: true # Left handed handling on 1.8 servers -left-handed-handling: true \ No newline at end of file +left-handed-handling: true From 529f9a0e01f8458d3740671547744706d7d7986a Mon Sep 17 00:00:00 2001 From: Myles Date: Mon, 17 Feb 2020 10:01:28 +0000 Subject: [PATCH 2/2] Fix double space and use a --- common/src/main/resources/assets/viaversion/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/viaversion/config.yml b/common/src/main/resources/assets/viaversion/config.yml index 8f0135cde..697e46c94 100644 --- a/common/src/main/resources/assets/viaversion/config.yml +++ b/common/src/main/resources/assets/viaversion/config.yml @@ -14,7 +14,7 @@ checkforupdates: true # Send the supported versions with the Status (Ping) response packet send-supported-versions: false # Block specific Minecraft protocols that ViaVersion allows -# List of all Minecraft protocol versions: http://wiki.vg/Protocol_version_numbers or use this generator: https://via.krusic22.com +# List of all Minecraft protocol versions: http://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!"