This is the source code for the UserLogin Minecraft plugin.
There aren't really any requirements besides having Java and Maven installed on your computer.
To install lib/FastLogin.jar
, a required dependency, run:
$ mvn initialize
To build the .jar file, run:
$ mvn package
(I think it's that simple)
If you found the plugin useful, make sure to leave a star on the repo! If you got a bug or a suggestion, feel free to open an issue. If you want to contribute directly to the plugin's source code, feel free to fork the repository and open a pull request. (Make sure to follow the contribution guidelines!)