PluginLicenseRef-MT
AuthMT
AuthMT is an optimized Minecraft authentication plugin featuring SQLite/MySQL support and asynchronous account protection, designed for maximum performance on servers with low-end hardware.
10
Downloads
0
Followers
2 days ago
Updated
📦
3
Versions
📖About AuthMT
AuthMT
AuthMT is a lightweight and powerful plugin for authorization on Minecraft servers. Designed specifically for servers with limited resources, ensuring stable operation without TPS drawdowns.
🚀 Main features
- Asynchronous processing: All queries to the database are executed in separate threads, which eliminates server freezes.
- Flexible storage: Supports SQLite (local file), MySQL (for remote databases) and File (plain YML).
- Security: Passwords are protected by SHA-256 hashing.
- Player protection: Blocking movement, chat and commands until successful authorization.
- Flexible configuration: Ability to customize messages and session times to suit your needs.
🛠 Installation
- Place
AuthMT.jarin the/plugins/folder of your server. - Start the server to generate configuration files.
- Edit
config.ymlin the/plugins/AuthMT/folder (select database type:sqlite,mysqlorfile).
📝 Teams
/register <password> <repeat password>- Register a new account./login <password>— Log in to an existing account.
⚙️ Settings (config.yml)
In the config.yml file you can configure:
- storage-type: Select database (
sqlite,mysql,file). - auth-world: Name of the world where unauthorized players are teleported to.
- session-timeout-minutes: Time (in minutes) a player is considered logged in after logging out.
💻 Tech stack
- Java 1.8+
- Spigot API 1.16+
Developed by MT Studio. Ideal for optimized servers.# AuthMT