diff --git a/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java b/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java index ec82810f..6768a0fb 100644 --- a/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java +++ b/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java @@ -82,7 +82,7 @@ public class ProtocolLibrary extends JavaPlugin { /** * The minimum version ProtocolLib has been tested with. */ - public static final String MINIMUM_MINECRAFT_VERSION = "1.0.0"; + public static final String MINIMUM_MINECRAFT_VERSION = "1.8"; /** * The maximum version ProtocolLib has been tested with, diff --git a/Readme.md b/Readme.md index 6bb6150a..81bcd02c 100644 --- a/Readme.md +++ b/Readme.md @@ -163,3 +163,4 @@ types. It's remarkably consistent across different versions. ### Incompatibility The following plugins (to be expanded) are not compatible with ProtocolLib: +* TagAPI