Note, that the API has been recoded. The JavaDocs are available here: https://haoshoku.xyz/nickapi
This hotfix contains some checks to the java version for the mineskin api because it has been compiled on
Java 21. Since Java 21 is the LTS version of Java, consider updating to Java 21. Yes, even with some forks of 1.8.x, it is possible to run the server with Java 21. Nevertheless here the hotfix.
The NickAPI has been completely recoded for a better experience. The API has been changed, so please, if you use NickAPI 7.0, be sure to update your plugins as well.
Furthermore, 7.0 is pretty new. If you experience bugs, feel free to report it on our Discord server.
https://discord.gg/uFhUc2W
Changelogs:
+ New better structured API methods
+ added uuid spoof for 1.20.2+ and 1.21
+ Support of MineSkin ( you need to create your own API key on
https://mineskin.org/apikey )
+ NickConfig has been removed because there is no use for it anymore
- dropped support between version 1.9 - 1.20.1
NickAPI 7.0 only supports
1.8.8, 1.20.2+, 1.21
The performance has been greatly improved, so it is recommended, to use this instead of NickAPI 7.0. If you have any questions, feel ask it on Discord.
Furthermore, my maven repository is active again!
Code (Text):
<repositories>
<repository>
<id>nickapi</id>
<url>https://haoshoku.xyz:8081/repository/default/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>xyz.haoshoku.nick</groupId>
<artifactId>nickapi</artifactId>
<version>7.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>