TagAPI no longer works, update minimum version

This commit is contained in:
Dan Mulloy 2014-12-13 23:44:01 -05:00
parent 821c3a1d48
commit f145d32016
2 changed files with 2 additions and 1 deletions

View File

@ -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,

View File

@ -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