https://github.com/grazen0/userlogin
A simple and versatile authentication plugin for Minecraft
https://github.com/grazen0/userlogin
bukkit java minecraft spigot
Last synced: 7 months ago
JSON representation
A simple and versatile authentication plugin for Minecraft
- Host: GitHub
- URL: https://github.com/grazen0/userlogin
- Owner: Grazen0
- License: mit
- Created: 2020-08-10T03:05:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T14:38:08.000Z (over 2 years ago)
- Last Synced: 2025-04-01T20:00:04.558Z (12 months ago)
- Topics: bukkit, java, minecraft, spigot
- Language: Java
- Homepage: https://www.spigotmc.org/resources/userlogin.80669/
- Size: 1.05 MB
- Stars: 17
- Watchers: 2
- Forks: 19
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# UserLogin · 
This is the source code for the [UserLogin](https://www.spigotmc.org/resources/userlogin.80669/) Minecraft plugin.
## Building the plugin
There aren't really any requirements besides having Java and [Maven](https://maven.apache.org/) installed on your
computer.
To install `lib/FastLogin.jar`, a required dependency, run:
```bash
$ mvn initialize
```
To build the .jar file, run:
```bash
$ 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](https://github.com/ElCholoGamer/userlogin/issues/new). If you want to
contribute directly to the plugin's source code, feel free to fork the repository and open
a [pull request](https://github.com/ElCholoGamer/userlogin/pulls). (Make sure to follow
the [contribution guidelines](/CONTRIBUTING.md)!)