Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Links
Tags
Creators
Details
Licensed MT
Published 18 hours ago
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


