Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1002 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 1002 Bytes

UserLogin · CI

This is the source code for the UserLogin Minecraft plugin.

Building the 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)

Contributing

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!)