Compatibility
Minecraft: Java Edition
1.21ā1.21.6
Platforms
Creators
Details
Licensed MIT
Published 3 weeks ago
š WexAuth
WexAuth is an advanced authentication plugin for Spigot/Paper Minecraft servers. It provides a complete security system to protect player accounts.
⨠Features
- š Registration & Login ā Secure account system
- š Change Password ā Players can update their password anytime
- š§ Email Verification ā Verify accounts via SMTP email
- š Password Reset ā Reset forgotten passwords via email
- š¾ Session System ā Auto-login for same IP address
- š”ļø Brute-force Protection ā Login attempt limit with cooldown
- š« IP Ban System ā Block malicious IP addresses
- šļø BossBar & ActionBar ā Visual login guidance
- š Title Messages ā On-screen login prompts
- šļø SQLite & MySQL ā Choose your database
- š BCrypt / SHA-256 ā Secure password hashing
- āļø Fully Configurable ā Customize everything via config.yml
š Commands
| Command | Description |
|---|---|
/register <password> <confirm> |
Create an account |
/login <password> |
Log into your account |
/logout |
Log out of your account |
/changepassword <old> <new> <confirm> |
Change your password |
/verifyemail <code> |
Verify your email address |
/resetpassword <email> |
Reset your forgotten password |
/wa reload |
Reload the plugin |
/wa forcelogin <player> |
Force login a player |
/wa unregister <player> |
Delete a player's account |
/wa info <player> |
View player information |
/wa ipban <IP> |
Ban an IP address |
/wa ipunban <IP> |
Unban an IP address |
š§ Requirements
- Java 21+
- Spigot / Paper 1.20.x
- (Optional) MySQL database
- (Optional) Gmail SMTP for email features
āļø Configuration
The plugin is highly configurable. You can adjust:
- Password rules (min/max length, uppercase, digits)
- Login timeout and max attempts
- Session duration and IP check
- Email SMTP settings
- Database type (SQLite or MySQL)
- BossBar color and style
- Spawn teleport location
š Language
Default language is Turkish. You can fully customize all messages in lang.yml.
š Permissions
| Permission | Description | Default |
|---|---|---|
wexauth.admin |
Access admin commands | OP |
wexauth.bypass |
Skip authentication | false |


