BungeeSystem icon

BungeeSystem -----

BungeeSystem



Update v1.1.8-SNAPSHOT – New Features & Fixes
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! ❤️
----------, Mar 22, 2025
Resource Information
Author:
----------
Total Downloads: 667
First Release: Sep 2, 2024
Last Update: Mar 31, 2025
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings