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

https://github.com/SyperAI/EasyAuth-Spigot

Minecraft plugin powered by spigot to create auth system on your server without a lot of rubbish
https://github.com/SyperAI/EasyAuth-Spigot

minecraft-plugin spigot spigot-plugin

Last synced: 10 months ago
JSON representation

Minecraft plugin powered by spigot to create auth system on your server without a lot of rubbish

Awesome Lists containing this project

README

          

# EasyAuth-Spigot
Minecraft plugin powered by spigot to create login system on your server without a lot of rubbish

## USAGE OF PLUGIN

### English
#### Commands
- `/register ` - Upon first entering the server, the player will be asked to enter this command.
- `/login ` - The command that the user will need to enter when authentication expires. Authentication settings can be changed in the config.
- `/auth [player]` - Displays information about the player’s last session.

### Russian
#### Команды
- `/register ` - При первом входе на сервер игрока попросит ввести эту команду.
- `/login ` - Команда, которую нужно будет ввести пользователю при истечении аунтетификации. Настройки аунтетификации можно изменить в конфиге.
- `/auth [player]` - Выводит информацию о последней сессии игрока.

### Ukrainian
#### Команди
- `/register ` - При першому вході на сервер гравця попросять ввести цю команду.
- `/login ` - Команда, яку користувачу потрібно буде ввести при закінченні аутентифікації. Налаштування аутентифікації можна змінити в конфігурації.
- `/auth [player]` - Відображає інформацію про останню сесію гравця.

## TODO
- [x] Fix of displaying command in console
- [ ] Support of multi-usage both of save password types at one time
- [ ] Saving data about all sessions
- [ ] Support of two-factor authentication through telegram bot
- [ ] Support of two-factor authentication through discord bot