Описание
## Authy — a simple authentication plugin for Minecraft 1.17+!
[](https://www.spigotmc.org/resources/authy.100004/)
[](https://modrinth.com/plugin/authy)
_Click one of the badges above to get it!_
### Features
- Security of passwords and pins
- Optional PIN system
- Session saving
- Customization
- Per IP multi-account detection
- MySQL support
...and more! ([suggestions are welcome!](https://github.com/Iru21/Authy/issues))
### Commands
| Command | Arguments | Description |
|-------------------|-------------------------------------------------------|--------------------------------------------|
| `/login` | `[password] [pin (required when toggled and set)]` | Logs in to the server |
| `/register` | `[password] [repeat password]` | Registers the player |
| `/unregister` | | Unregisters the player |
| `/unregister` | `[nickname]` | Unregisters given player (console only) |
| `/remember` | | Saves session for 48 hours (customizable) |
| `/changepassword` | `[old password] [new password] [repeat new password]` | Changes your password |
| `/pin` | | Help command for PINs |
| `/pin` | `set [pin]` | Sets the PIN |
| `/pin` | `toggle` | Toggles the PIN |
| `/authy` | | Shows information about the plugin |
| `/authy` | `info` | Shows selected information from the config |
| `/authy` | `reload` | Reloads config and translations |
### Permissions
| Permission | Description |
|-----------------------------|--------------------------------------------------|
| `authy.login` | `/login` command |
| `authy.register` | `/register` command |
| `authy.unregister` | `/unregister` command |
| `authy.remember` | `/remember` command |
| `authy.pin` | `/pin` commands |
| `authy.changepassword` | `/changepassword` command |
| `authy.reload` | `/authy reload` command |
| `authy.ipbypass` | Bypass IP check |
| `authy.notifyonduplicateip` | Notifications about accounts with duplicate IPs |
| `authy.info` | `/authy info` command |
## Useful Links
### [Default Config](https://github.com/Iru21/Authy/blob/master/src/main/resources/config.yml)
### [Creating translations](https://github.com/Iru21/Authy/wiki/Translating-Authy-to-your-language) ([English template](https://github.com/Iru21/Authy/blob/master/src/main/resources/lang/en_us.yml))
### [Reporting issues and giving suggestions](https://github.com/Iru21/Authy/issues)
## All thanks to our contributors!