A lightweight, secure, and fully customizable authentication system for Minecraft servers via MYSQL.
AuthNow is designed for performance and reliability, using modern security standards such as BCrypt hashing and MySQL storage. It prevents movement, chat, interaction, damage, and inventory usage until the player logs in or registers, ensuring complete protection against unauthorized access.
Features
• BCrypt password hashing
• MySQL database storage for secure account management
• Automatic table creation on startup
• Configurable session login (auto-login based on IP)
• Fully translatable messages via translate.yml
• Required authentication upon joining
• Movement locked until login
• Chat blocked until login
• Blocked interactions (placing, breaking, inventory, entity interaction)
• Blindness effect while unlogged
• Automatic logout on quit
• Kick unlogged players after 30 seconds
• Clean and modern code structure
• Supports all modern Spigot versions
All messages are customizable in the translate.yml file.
Examples:
Code (Text):
messages:
login-required: "&ePlease log in using /login <password>"
register-required: "&eYou are not registered. Use /register <password> <repeatPassword>"
login-success: "&aSuccessfully logged in."
login-fail: "&cInvalid password."
kick-timeout: "&cYou took too long to login."