From fe75adc6587e6b4a6e80c3fa65e7003c18d0ca0c Mon Sep 17 00:00:00 2001 From: Antti Koponen Date: Sat, 24 Jan 2026 06:08:14 +0200 Subject: [PATCH] Mark 1.21.11 as supported --- src/main/java/com/comphenix/protocol/ProtocolLibrary.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/comphenix/protocol/ProtocolLibrary.java b/src/main/java/com/comphenix/protocol/ProtocolLibrary.java index 4f7d4b248..d107d3461 100644 --- a/src/main/java/com/comphenix/protocol/ProtocolLibrary.java +++ b/src/main/java/com/comphenix/protocol/ProtocolLibrary.java @@ -35,12 +35,12 @@ public class ProtocolLibrary { /** * The maximum version ProtocolLib has been tested with. */ - public static final String MAXIMUM_MINECRAFT_VERSION = "1.21.8"; + public static final String MAXIMUM_MINECRAFT_VERSION = "1.21.11"; /** - * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.21.8) was released. + * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.21.11) was released. */ - public static final String MINECRAFT_LAST_RELEASE_DATE = "2025-07-17"; + public static final String MINECRAFT_LAST_RELEASE_DATE = "2025-12-09"; private static Plugin plugin; private static ProtocolConfig config;