Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit 42fad7a

Browse files
authored
Merge pull request #28 from frafol/master
1.20.2 support
2 parents 4d05a48 + 41fbfd9 commit 42fad7a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/java/lol/hyper/bungeeblockversion/tools/VersionToStrings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public class VersionToStrings {
6666
versionMap.put(761, "1.19.3");
6767
versionMap.put(762, "1.19.4");
6868
versionMap.put(763, "1.20.1");
69+
versionMap.put(764, "1.20.2");
6970
}
7071

7172
/**

src/main/resources/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ versions:
3838
- 761
3939
- 762
4040
- 763 # will show up as 1.20.1 because 1.20 and 1.20.1 use the same version
41+
- 764
4142

4243
# Send this message if someone connects with a blocked version.
4344
# Use {VERSIONS} to show what versions your server uses. It will display like "1.8 to 1.16.3" or whatever.

0 commit comments

Comments
 (0)