mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-30 14:43:27 +01:00
TagAPI no longer works, update minimum version
This commit is contained in:
parent
821c3a1d48
commit
f145d32016
@ -82,7 +82,7 @@ public class ProtocolLibrary extends JavaPlugin {
|
|||||||
/**
|
/**
|
||||||
* The minimum version ProtocolLib has been tested with.
|
* 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,
|
* The maximum version ProtocolLib has been tested with,
|
||||||
|
@ -163,3 +163,4 @@ types. It's remarkably consistent across different versions.
|
|||||||
### Incompatibility
|
### Incompatibility
|
||||||
|
|
||||||
The following plugins (to be expanded) are not compatible with ProtocolLib:
|
The following plugins (to be expanded) are not compatible with ProtocolLib:
|
||||||
|
* TagAPI
|
||||||
|
Loading…
Reference in New Issue
Block a user