Skip to content

Commit

Permalink
Add 1.21 to the config
Browse files Browse the repository at this point in the history
  • Loading branch information
UserNugget committed Jun 13, 2024
1 parent ba79677 commit 2305420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 {
@CommentValue("1.7.2, 1.7.6, 1.8, 1.9, 1.9.1, 1.9.2, 1.9.4, 1.10, 1.11, 1.11.1, 1.12, 1.12.1, 1.12.2,"),
@CommentValue("1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2,"),
@CommentValue("1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.17, 1.17.1, 1.18, 1.18.2, 1.19, 1.19.1, 1.19.3, 1.19.4,"),
@CommentValue("1.20, 1.20.2, 1.20.3, 1.20.5, LATEST"),
@CommentValue("1.20, 1.20.2, 1.20.3, 1.20.5, 1.21, LATEST"),
})
public List<String> VERSIONS = List.of("1.7.2");
public String MINIMUM_VERSION = "1.7.2";
Expand All @@ -165,7 +165,7 @@ public static class BRAND_CHANGER {

public boolean REWRITE_IN_PING = true;
public boolean REWRITE_IN_GAME = true;
public String PING_BRAND = "YourServer 1.12.2-1.20.5";
public String PING_BRAND = "YourServer 1.12.2-1.21";
@Comment(@CommentValue("For ping."))
public boolean SHOW_ALWAYS = false;
@Comment(@CommentValue("{0} - Original server brand (e.g. Paper)."))
Expand Down

0 comments on commit 2305420

Please sign in to comment.