
ChestLockPin 1.0.4
Secure your chests with PIN codes – simple, powerful protection for any server.
- Fix Dao Mysql
Replaced TEXT columns with VARCHAR in chest_locks table creation to avoid
'BLOB/TEXT column used in key specification without a key length' error.
- Removed all debug logs from InventoryPin listener class
- Ensured pin input and chest lock logic are clean and production-ready
- Updated item handling and validation for better UX
- Improved pin confirmation and reset flow
- Code is now lighter, cleaner, and ready for release
📦 Description du commit :
-
Suppression des logs de debug (
[DEBUG]
) dansInventoryPin.kt
. -
Nettoyage de quelques lignes inutiles/commentées dans
config.yml
pour alléger le fichier. -
Aucun changement de comportement fonctionnel — uniquement du nettoyage de code et de configuration.