CoolAuth Changelog
Version 1.2
New Features
- Telegram 2FA Authentication: Added two-factor authentication via Telegram
- Players can link their Minecraft accounts to Telegram
- Optional second authentication step using verification codes
- Enhanced security for player accounts
Commands
/telegram link- Link your Minecraft account to Telegram/telegram unlink- Unlink your Telegram account/telegram enable2fa- Enable two-factor authentication/telegram disable2fa- Disable two-factor authentication/telegram status- Check your Telegram and 2FA status
Configuration
- New
telegramsection in config.yml:telegram: enabled: false bot-token: "YOUR_BOT_TOKEN_HERE" bot-username: "YourBotUsername"
How to Set Up
- Create a Telegram bot using @BotFather
- Get the bot token and username
- Configure your plugin in config.yml
- Restart your server
- Players can now link their accounts and enable 2FA
How It Works
- Player enters their password as usual
- If 2FA is enabled, a verification code is sent to their Telegram
- Player must enter the code in Telegram to complete login
- Additional security for player accounts
Languages
- Added full localization support for all 2FA messages
- Available in Russian and English
Version 1.1
- Added multi-language support
- Performance improvements
- Bug fixes
Version 1.0
- Initial release
- Basic authentication system
- Password-based login and registration




