A plugin that allows players to create account to be used with NovaAPILib
To add this to your maven project add the following to your pom.xml file in the <repositories>
section
<repository>
<id>novauniverse</id>
<url>https://nexus2.novauniverse.net/repository/novauniverse/</url>
</repository>
and the following to the <dependencies>
section
<dependency>
<groupId>net.novauniverse</groupId>
<artifactId>PlayerAccountLib</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
Plugin can be downloaded from our jenkins server
You can also compile the plugin yourself by cloning this repo and running mvn clean package
A demo of how to use this can be found here