RoleAuth 1.1-Beta - Advanced Minecraft BungeeCord Authentication System
Overview
RoleAuth is a powerful authentication plugin for BungeeCord Minecraft servers that offers secure user authentication with premium account verification using Mojang API. The plugin provides an extensive set of commands for both users and administrators, with data securely stored in an SQLite database.
What's New in Version 1.1-Beta
- Code Optimization: Complete code restructuring with improved package organization
- Multi-Module Support: New modular architecture for better feature management
- Spigot Support: Added Spigot support to handle block move listeners (required)
- Improved Encryption System: Now properly supports BCrypt and Argon2 (previous bugs fixed)
- Enhanced Performance: General plugin optimization
Coming Soon
- Velocity Support
- Custom API
- NMS Support for multiple versions
- New commands
- Complete source code optimization with thread and workload implementation
Features
- Dual Authentication Mode: Support for both premium (Mojang) and cracked (non-premium) accounts
- Premium Account Verification: Automatic validation through Mojang API
- Secure Password Storage: Uses industry-standard encryption algorithms (Argon2 or BCrypt)
- SQLite Database: Custom API implementation with automatic library management
- Comprehensive Command Set: For both users and administrators
- Permission-Based Access: Granular control over plugin functionality
Commands
User Commands
| Command | Description |
|---|---|
| /login | Login to your account |
| /register | Register a new account |
| /changepassword | Change your password |
| /premium | Enable premium auto-login |
| /cracked | Disable premium auto-login |
| /roleauth status | Show your account status |
| /roleauth version | Show plugin version |
| /roleauth reload | Reload configuration (requires permission) |
Installation
- Download the latest version of RoleAuth from the releases page
- Place the RoleAuth Bungee JAR file in your BungeeCord plugins folder
- Place the RoleAuth Spigot JAR file in your Server Spigot (Lobby / Hub) plugins folder
- Restart your BungeeCord & Spigot server
- Configure the plugin by editing the config.yml file in the plugins/RoleAuth directory from Bungee Server!
Configuration
The plugin creates a default configuration that can be adjusted to your needs. The SQLite database will be automatically generated on first run.
Dependencies
- BungeeCord
- Spigot (for block move listeners)
- SQLite (automatically included)
Support
If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.
License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.