Update v1.1.8-SNAPSHOT – New Features & Fixes!
✨ New:
- Added /msg, /reply and /ignore commands
- Messages now trigger a notification sound on the target player (requires compatible Spigot plugin)
- Config file added for MySQL connection (config.yml)
- Auto-login time tracking per player
Fixes:
- Fixed database connection issues on plugin start
- Improved error handling when MySQL is unreachable
- Prevented null pointer exceptions on player join
Improvements:
- Refactored code structure for better maintainability
- Optimized listener performance on PostLoginEvent
- Added basic permission support (e.g. bungeesystem.msg)
SQL Setup:
Code (SQL):
CREATE
TABLE
IF
NOT
EXISTS online_time
(
player_name
VARCHAR
(
50
)
NOT
NULL
PRIMARY
KEY
,
login_time
BIGINT
NOT
NULL
);
Thanks for using BungeeSystem! ❤️