Details
Supported Bukkit Versions
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.1
- 1.21.2
- 1.21.3
- 1.21.4
- 1.21.5-Snapshot
- 1.21
- 1.20.6
- 1.20.5
- 1.20.5-Snapshot
- 1.20.4
- 1.20.3-Snapshot
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8.1
- 1.8
Changelog
Changelog
[1.0.3] – 2025-11-28
Fixed
- Fixed the
MySQLStorage implementation:
- Completely rewritten the database connection.
- Fixed parameter passing to
MineAuthPool.
- Fixed SQL queries (correct table creation, registration and login checks).
- Fixed compilation errors related to the
AuthStorage interface mismatch.
- Restored the correct operation of the
logged flag.
- Replaced the incorrect
shutdown() call with pool.close().
Added
- Automatic creation of the
mineauth_users table if it does not exist.
- Logging during MySQL storage initialization.
Improved
- Improved MySQL stability through the use of HikariCP. - Reduced risk of SQL injections (all queries have been moved to PreparedStatement).
Removed