🔐 Advanced Authentication System for Paper & Spigot Servers
AuthSystem is a modern authentication plugin built for Minecraft servers. It provides secure player authentication, MySQL storage, multilingual support, and a developer-friendly API to easily integrate authentication into your own plugins.
Fast and reliable login & registration system with secure data validation.
Powered by HikariCP for high-performance database connection pooling.
Built-in language support with configurable translations (IT/EN).
Simple YAML configuration for messages, settings, and database options.
Easily access authentication status and player data from your own plugins.
Manage authenticated users efficiently across your server.
- Download the latest AuthSystem.jar
- Place it inside your server's plugins/ folder
- Start or restart your server
- Configure the plugin in the generated configuration files
- You're ready to go!
- Paper 1.21+
- Java 21+
- MySQL Database
| Software | Supported |
|---|---|
| Paper | ✅ |
| Spigot | ✅ |
| Bukkit | ✅ |
AuthSystem exposes a lightweight API that allows developers to:
- Check if a player is authenticated
- Access authentication data
- Integrate custom authentication workflows
- Manage user information
See the documentation
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.Impopite</groupId>
<artifactId>AuthSystem</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>
</dependencies>repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly 'com.github.Impopite:AuthSystem:VERSION'
}repositories {
maven("https://jitpack.io")
}
dependencies {
compileOnly("com.github.Impopite:AuthSystem:VERSION")
}Found a bug or have a feature request?
Open an issue on GitHub:
https://github.com/Impopite/AuthSystem/issues
Licensed under the MIT License.
See the LICENSE file for more information.
If you enjoy using AuthSystem, consider leaving a ⭐ on GitHub and sharing it with your community.
Developed by zImpoo
- Telegram → https://t.me/tentava
- Discord → https://discord.com/users/Impopite