Archiviert
13
0

Update to Spigot 1.12

Dieser Commit ist enthalten in:
Dan Mulloy 2017-06-08 13:30:57 -04:00
Ursprung aeb2cfb65e
Commit 52e396b25d
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -39,12 +39,12 @@ public class ProtocolLibrary {
/** /**
* The maximum version ProtocolLib has been tested with. * The maximum version ProtocolLib has been tested with.
*/ */
public static final String MAXIMUM_MINECRAFT_VERSION = "1.11.2"; public static final String MAXIMUM_MINECRAFT_VERSION = "1.12";
/** /**
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.11) was released. * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.12) was released.
*/ */
public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-12-21"; public static final String MINECRAFT_LAST_RELEASE_DATE = "2017-06-07";
/** /**
* Plugins that are currently incompatible with ProtocolLib. * Plugins that are currently incompatible with ProtocolLib.

Datei anzeigen

@ -9,7 +9,7 @@
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<minorVersion>4.3.0-SNAPSHOT</minorVersion> <minorVersion>4.3.0-SNAPSHOT</minorVersion>
<spigotVersion>1.12-pre6-SNAPSHOT</spigotVersion> <spigotVersion>1.12-R0.1-SNAPSHOT</spigotVersion>
</properties> </properties>
<modules> <modules>