Note, that the API has been recoded. The JavaDocs are available here: https://haoshoku.xyz/nickapi
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>