Releases: BinaryCodee/RoleAuth
Release list
RoleAuth v1.1-Beta
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.
RoleAuth v1.0-Beta
RoleAuth - 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.
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 <password> |
Login to your account |
/register <password> <password> |
Register a new account |
/changepassword <old> <new> |
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) |
Admin Commands
| Command | Description |
|---|---|
/roleauthadmin forcelogin <player> |
Force login a player |
/roleauthadmin forceregister <player> <password> |
Force register a player |
/roleauthadmin reset <player> |
Reset player credentials |
/roleauthadmin setpremium <player> |
Set player as premium |
/roleauthadmin setcracked <player> |
Set player as cracked |
/roleauthadmin info <player> |
Show player account info |
Installation
- Download the latest version of RoleAuth from the releases page
- Place the JAR file in your BungeeCord plugins folder
- Restart your BungeeCord server
- Configure the plugin by editing the config.yml file in the plugins/RoleAuth directory
Configuration
The plugin creates a default configuration that can be adjusted to your needs. The SQLite database will be automatically generated on first run.
Upcoming Features
- Improved event listeners
- Velocity Support
- MultiModule Plugin
- Custom API
- Additional commands and events
- Support for multiple database types
- Enhanced data encryption options beyond Argon2 and BCrypt
- Improved premium user verification system
- Overall plugin optimization
- Optimized workload/thread system for premium and cracked user tasks
- Enhanced permission system with direct configuration file editing
Dependencies
- BungeeCord
- 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.