Skip to content

A plugin that allows players to authenticate with NovaAPILib

License

Notifications You must be signed in to change notification settings

NovaUniverse/PlayerAccountLib

Repository files navigation

PlayerAccountLib

A plugin that allows players to create account to be used with NovaAPILib

Maven

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 download

Plugin can be downloaded from our jenkins server

You can also compile the plugin yourself by cloning this repo and running mvn clean package

Demo

A demo of how to use this can be found here

About

A plugin that allows players to authenticate with NovaAPILib

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages