See the changelog in 5.0 for further information.
In this update a further race condition has been fixed. {skinchange}
Finally I decided to add NickAPI into the maven repository.
The dependency does not contain any information. It only includes the methods, so do
not shade the dependency into the jar.
Repository:
Code (Text):
<repositories>
<repository>
<id>Haoshoku-NickAPI</id>
<url>https://packagecloud.io/Haoshoku/NickAPI/maven2</url>
</repository>
</repositories>
Dependency:
Code (Text):
<dependencies>
<dependency>
<groupId>xyz.haoshoku.nick</groupId>
<artifactId>nickapi</artifactId>
<version>5.0.1-SNAPSHOT</version>
</dependency>
</dependencies>