Join 8+ Players and socialize together

Sharpen your swords and get ready for the Tempesta Theme

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

Responsive Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
Clean Design Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
Powerful Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
Resource icon

BungeeSystem 1.1.9-SNAPSHOT

No permission to download
BungeeSystem v1.1.9-SNAPSHOT

New Features

  • ➕ Added /onlinetime and /otime commands
  • Online time now updates every second (real-time tracking)
  • /lobby, /hub, and /l now connect players to a random lobby from config.yml
  • All in-game messages translated to English

️ Improvements
  • ️ Lobby server list is now configurable via config.yml
  • Full MySQL setup using the new DatabaseManager
  • Added new table: online_time (for accurate playtime tracking)

Test Server
  • You can try everything now on our official test server:
    testserver.dergamer09.at


Found a bug? Got feedback? Let us know — every suggestion helps!
❤️ Thanks for testing and supporting BungeeSystem!
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:
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! ❤️
maintenance mode added

Permission
bungeesystem.maintenance - Staff
Back
Top