Archiviert
13
0

TagAPI no longer works, update minimum version

Dieser Commit ist enthalten in:
Dan Mulloy 2014-12-13 23:44:01 -05:00
Ursprung 821c3a1d48
Commit f145d32016
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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