An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# UserLogin · ![CI](https://github.com/ElCholoGamer/userlogin/actions/workflows/maven.yml/badge.svg)

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