Skip to content

ElCholoGamer/userlogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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