Support 1.10, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4.7 on spigot 1.11
Important notes:
- Only latest version of this plugin is supported
- This plugin can't be reloaded or loaded not at server startup
- This plugin doesn't work with netty native transport
Wontfix issues:
- [Anything that is not latest] Items in creative mode may not work as expected, or may not work at all
- [1.8 and earlier] Thrown potion texture is invalid
- [1.8 and earlier] Can't control vehicle
- [1.6 and earlier] Stats are not sent
================
Spigot: http://www.spigotmc.org/resources/protocolsupport.7201/
Jenkins: https://ci.potestas.xyz/job/ProtocolSupport/
Maven:
<repositories>
<repository>
<id>potestas-repo</id>
<url>https://mvn.potestas.xyz/</url>
</repository>
</repositories>
<dependencies>
<!--ProtocolSupport API-->
<dependency>
<groupId>protocolsupport</groupId>
<artifactId>protocolsupport</artifactId>
<version>4.25.dev</version>
<scope>provided</scope>
</dependency>
</dependencies>
================
Licensed under the terms of GNU AGPLv3