This repository was archived by the owner on Dec 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
java/lol/hyper/bungeeblockversion/tools Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2323
2424 <groupId >lol.hyper</groupId >
2525 <artifactId >bungeeblockversion</artifactId >
26- <version >1.4.3 </version >
26+ <version >1.4.4 </version >
2727 <packaging >jar</packaging >
2828
2929 <name >BungeeBlockVersion</name >
Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ public class VersionToStrings {
6060 versionStrings .put (757 , "1.18" );
6161 versionStrings .put (758 , "1.18.2" );
6262 versionStrings .put (759 , "1.19" );
63- versionStrings .put (760 , "1.19.1" );
63+ versionStrings .put (760 , "1.19.2" );
64+ versionStrings .put (761 , "1.19.3" );
6465 }
6566
6667 /**
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ versions:
3434 - 757
3535 - 758
3636 - 759
37- - 760
37+ - 760 # this will show up as 1.19.2 because 1.19.1 and .2 share the same protocol version
38+ - 761
3839
3940# Send this message if someone connects with a blocked version.
4041# Use {VERSIONS} to show what versions your server uses. It will display like "1.8 to 1.16.3" or whatever.
You can’t perform that action at this time.
0 commit comments