From decdb56fc9a2cefb2f076db7965f7371c57b46b9 Mon Sep 17 00:00:00 2001 From: licen777 <38755713+licen150@users.noreply.github.com> Date: Sat, 1 Feb 2025 23:15:17 +0300 Subject: [PATCH 1/2] wiki.vg closed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 085315c..31a2215 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Some useful tools for Velocity. \ ## Features of VelocityTools -- [Protocol](https://wiki.vg/Protocol_History) Blocker (prohibits connection from certain versions) +- [Protocol](https://minecraft.wiki/w/Protocol_version) Blocker (prohibits connection from certain versions) - [Hostnames](https://en.wikipedia.org/wiki/Domain_name) Manager (denies connection from a specific hostname, see details below) - Brand Changer aka Brand Rewriter (changes brand in game and in ping requests) From 3b3a0c716e3d7b2544858a798951c472bf2dfe62 Mon Sep 17 00:00:00 2001 From: licen777 <38755713+licen150@users.noreply.github.com> Date: Sat, 1 Feb 2025 23:16:57 +0300 Subject: [PATCH 2/2] rip wiki.vg --- src/main/java/net/elytrium/velocitytools/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/elytrium/velocitytools/Settings.java b/src/main/java/net/elytrium/velocitytools/Settings.java index e9a51ea..d9df290 100644 --- a/src/main/java/net/elytrium/velocitytools/Settings.java +++ b/src/main/java/net/elytrium/velocitytools/Settings.java @@ -148,7 +148,7 @@ public static class PROTOCOL_BLOCKER { public boolean WHITELIST = false; @Comment({ @CommentValue("You can set either a protocol number here (e.g. '340' for 1.12.2) or a Minecraft version below (e.g. '1.12.2')"), - @CommentValue("You can find a list of protocols here: https://wiki.vg/Protocol_version_numbers"), + @CommentValue("You can find a list of protocols here: https://minecraft.wiki/w/Protocol_version"), }) public List PROTOCOLS = List.of(9999, 9998); @Comment({