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
- Host: GitHub
- URL: https://github.com/SyperAI/EasyAuth-Spigot
- Owner: SyperAlexKomp
- Created: 2023-11-26T12:29:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T13:46:43.000Z (almost 2 years ago)
- Last Synced: 2024-07-21T14:55:05.513Z (almost 2 years ago)
- Topics: minecraft-plugin, spigot, spigot-plugin
- Language: Java
- Homepage: https://www.spigotmc.org/resources/easyauth.113725/
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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