Skip to content

Commit 4057326

Browse files
committed
Update to Minecraft 1.21.6
1 parent b44a9b2 commit 4057326

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Essentials/src/main/java/com/earth2me/essentials/utils/VersionUtil.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ public final class VersionUtil {
4242
public static final BukkitVersion v1_21_R01 = BukkitVersion.fromString("1.21-R0.1-SNAPSHOT");
4343
public static final BukkitVersion v1_21_3_R01 = BukkitVersion.fromString("1.21.3-R0.1-SNAPSHOT");
4444
public static final BukkitVersion v1_21_5_R01 = BukkitVersion.fromString("1.21.5-R0.1-SNAPSHOT");
45+
public static final BukkitVersion v1_21_6_R01 = BukkitVersion.fromString("1.21.6-R0.1-SNAPSHOT");
4546

46-
private static final Set<BukkitVersion> supportedVersions = ImmutableSet.of(v1_8_8_R01, v1_9_4_R01, v1_10_2_R01, v1_11_2_R01, v1_12_2_R01, v1_13_2_R01, v1_14_4_R01, v1_15_2_R01, v1_16_5_R01, v1_17_1_R01, v1_18_2_R01, v1_19_4_R01, v1_20_6_R01, v1_21_5_R01);
47+
private static final Set<BukkitVersion> supportedVersions = ImmutableSet.of(v1_8_8_R01, v1_9_4_R01, v1_10_2_R01, v1_11_2_R01, v1_12_2_R01, v1_13_2_R01, v1_14_4_R01, v1_15_2_R01, v1_16_5_R01, v1_17_1_R01, v1_18_2_R01, v1_19_4_R01, v1_20_6_R01, v1_21_6_R01);
4748

4849
public static final boolean PRE_FLATTENING = VersionUtil.getServerBukkitVersion().isLowerThan(VersionUtil.v1_13_0_R01);
4950

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ however, have some new requirements:
2626
* **EssentialsX requires CraftBukkit, Spigot or Paper to run.** Other server software may work, but these are not tested
2727
by the team and we may not be able to help with any issues that occur.
2828
* **EssentialsX currently supports Minecraft versions 1.8.8, 1.9.4, 1.10.2, 1.11.2, 1.12.2, 1.13.2, 1.14.4, 1.15.2,
29-
1.16.5, 1.17.1, 1.18.2, 1.19.4, 1.20.6, and 1.21.5.**
29+
1.16.5, 1.17.1, 1.18.2, 1.19.4, 1.20.6, and 1.21.6.**
3030
* **EssentialsX currently requires Java 8 or higher.** We recommend using the latest Java version supported by your
3131
server software.
3232
* **EssentialsX requires [Vault](http://dev.bukkit.org/bukkit-plugins/vault/) to enable using chat prefix/suffixes and
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const val RUN_PAPER_MINECRAFT_VERSION = "1.21.5"
1+
const val RUN_PAPER_MINECRAFT_VERSION = "1.21.6"

0 commit comments

Comments
 (0)