BungeeSystem icon

BungeeSystem -----

BungeeSystem




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!
----------, Mar 31, 2025

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

maintenance mode added

Permission
bungeesystem.maintenance - Staff
----------, Mar 6, 2025

Fixed: Update check now correctly retrieves the latest version from SpigotMC API.
Improved: Version comparison logic now properly ignores -SNAPSHOT suffixes.
Optimized: Better error handling for HTTP failures and invalid responses.
Logging: More informative messages when an update is available or when the plugin is up to date.

Action Required: Restart your server to apply the fix.
----------, Feb 26, 2025

Fixes & Improvements
  • Fixed: Resolved a NullPointerException when loading the configuration before initialization.
  • Improved: Ensured config.yml is properly loaded before accessing any values.
  • Error Handling: Added warnings if config.yml is missing and provided default values to prevent crashes.
New Commands Added
  • /ping - Displays the player's current ping.
  • /serverlist - Lists all servers in the network.
  • /vanish (alias: /v) - Toggles vanish mode for the player.
  • /play <server> - Connects the player to a specified server from the config.
  • /find <player> - Finds out which server a player is currently on.
This update improves stability and introduces new essential commands!
----------, Feb 26, 2025

  • /find <player> - Find out on which server a player is currently located.
  • /serverlist - Displays a list of all available servers.
  • /ping - Shows your current ping.
----------, Feb 24, 2025

We have fixed the permissions bug for JoinMe and TeamChat
----------, Oct 6, 2024

JoinMe and TeamChat have been added
----------, Oct 6, 2024

We Have Added the Webhook on the Config
----------, Oct 6, 2024

We Have fixed the Prefix for BlockBungeeCommand
----------, Sep 2, 2024

We Have Added the Webhook on the Config
----------, Sep 2, 2024

We have now MySQL for OnlineTime
----------, Sep 2, 2024

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