Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/elytrium/velocitytools/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -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<Integer> PROTOCOLS = List.of(9999, 9998);
@Comment({
Expand Down