We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1257506 commit 774e679Copy full SHA for 774e679
1 file changed
src/main/java/com/comphenix/protocol/ProtocolLibrary.java
@@ -35,12 +35,12 @@ public class ProtocolLibrary {
35
/**
36
* The maximum version ProtocolLib has been tested with.
37
*/
38
- public static final String MAXIMUM_MINECRAFT_VERSION = "1.21.8";
+ public static final String MAXIMUM_MINECRAFT_VERSION = "1.21.11";
39
40
41
- * 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.
42
43
- public static final String MINECRAFT_LAST_RELEASE_DATE = "2025-07-17";
+ public static final String MINECRAFT_LAST_RELEASE_DATE = "2025-12-09";
44
45
private static Plugin plugin;
46
private static ProtocolConfig config;
0 commit comments