BungeeServerManager [BungeeCord] [MySQL] icon

BungeeServerManager [BungeeCord] [MySQL] -----

Plugin to manage your servers connected through BungeeCord




Support for Minecraft 1.19.3
Fix Bug with Footer not able to be diasbled
----------, Dec 11, 2022

Fix console error
----------, Apr 12, 2022

Now using HikariCP for MariaDB Pooling
----------, Jan 9, 2022

Fixes bug with the GUI
Compiled against Minecraft 1.18
----------, Dec 22, 2021

Now compiled against Minecraft 1.17 with Java 16
----------, Jun 21, 2021

You can now add MySQL connection options. Add them to the end of the database string in the config
----------, Oct 30, 2020

MySQL is now using prepared statements to prevent SQL injection
----------, Oct 22, 2020

MOTD feature should work as expected now
----------, Oct 21, 2020

Since I no longer have much time to maintain these plugins, I decided to make all of them open source in the upcoming few days/weeks/months depending on how much time I have.

This update removes the support for Redis Bungee since it's not been maintained in a long time and it didn't really work well ever anyway.

PS: Please ignore that the code my horrible 16 year old self wrote doesn't follow many rules. But hey, it works and that's what counts ^^
----------, Oct 11, 2020

Since I no longer have much time to maintain these plugins, I decided to make all of them open source in the upcoming few days/weeks/months depending on how much time I have.

This update removes the support for Redis Bungee since it's not been maintained in a long time and it didn't really work well ever anyway.

PS: Please ignore that the code my horrible 16 year old self wrote doesn't follow many rules. But hey, it works and that's what counts ^^
----------, Oct 10, 2020

[Fixed]
  • Auto Updated
----------, Apr 4, 2020

[Fixed]
  • Goto command permission typo
----------, Apr 4, 2020

[Update]
  • Compiled against 1.15 pls let me know if there are any bugs
----------, Mar 23, 2020

[Fixed]
  • Command Bugfix
----------, May 23, 2019

Hey dear users. This update doesn't contain any changes in the code. I just wanted to let you know, that I've opened a forum for you guys to ask me and other users questions and create bug reports.
You can find it here: http://nojolp.tk/flarum/
----------, Jul 19, 2017

  • Compiled with latest BungeeCord and Spigot versions
----------, Jul 13, 2017

Changes in this update
  • Fixes an error occuring when executing /whereami
----------, Mar 11, 2017

Changes in this update
  • Various code optimizations
----------, Mar 1, 2017

Changes in this update
  • Library updates
----------, Feb 28, 2017

Changes in this update
  • Added support for more language customization (More coming in the next few days)
  • I'm dropping support for versions under 1.3.7
----------, Feb 7, 2017

Changes in this update
  • Added config option to disable the online check
  • Added config option to set the delay between the online checks
The Update overrited your config.yml!!! All the contents get copied to config_BACKUP.yml so you can copy it to the new config
----------, Feb 3, 2017

Changes in this update
  • The GUI now shows if a Server is online or offline
  • Changed internal runnable
  • Catching exception that sometimes occured on server stop
----------, Feb 1, 2017

Changes in this update
  • A small internal change
----------, Jan 25, 2017

Changes in this update
  • The plugin pings the servers every 10 seconds and then saves the value in mysql. Will be used in the GUI and for the plugin NetworkManager
----------, Jan 24, 2017

Changes in this update
  • This update should fix a false positive of Windows Defender (Crappy program ;) )
----------, Dec 30, 2016

Changes in this update

  • Small Internal Changes
----------, Dec 23, 2016

Changes in this update

  • Added Spigot GUI [BETA] Installation: Just drop the same .jar in the Spigot plugins folder --> Then set the config.yml (More info on the plugin page)
  • Updated to the newes BungeeCord Build (#1217)
The GUI is in a Beta and can't do more than showing you the servers (More coming soon)
----------, Dec 23, 2016

Changes in this update
  • Small internal style fix
----------, Nov 22, 2016

Changes in this update
  • Small internal fix
----------, Nov 22, 2016

Changes in this update
  • Added full redis support (All tasks should now be synchronized between all your BungeeCords - It's still new, so there might be some bugs or some tasks don't get synchronized.. If so, please write me a PM with the task and maybe the error log
----------, Nov 20, 2016

Changes in this update
  • Removes my debugging messages when you join (I accidently left them in xD)
  • Adds first part of RedisBungee support... Now you can see ONLY the broadcasts on every other bungeecord connected throught redis... (Rest of the support comming maybe tomorrow)
----------, Nov 19, 2016

Changes in this update
  • Forced Servers should work now (It worked for me)
----------, Nov 18, 2016

Changes in this update ( The config is now config.yml and no longer settings.yml )
  • New shiny config (You have to reconfigure it)
  • RedisBungee implementing started (Not yet functioning)
  • You can now change the prefix of the plugin (More following... Prefix is just to test if it works for everybody)
New config
Code (Text):
#BungeeServerManager Configuration
ConfigVersion: 1

#Type here your MySQL Settings
MySQL:
  Host: Hostname
  Port: 3306 #Leave it, if you don't have anything else configured
  User: Username
  Database: Database
  Password: Password

#Settings for the Header in the Tablist
Header:
  SetHeader: false
  HeaderText: '&7Hello &4%player% &7you''re playing on server &a%server%'

#Settings for the Footer in the Tablist
Footer:
  SetFooter: false
  FooterText: '&7Hello &4%player% &7you''re playing on server &a%server%'

#Here you can change the appearance if the client pings the server in the multiplayer screen
ServerPing:
  SetMOTD: false
  OneMorePlayer: false
  MOTDText: 'Some text here'

#Here are some general plugin settings
General:
  HubCommands: hub;lobby
  AutoUpdater: true
  ForceServers: false
  EnableRedisSupport: false

#Here comes the language (I'm going to implement every message in the next few updates
Language:
  prefix: '&f[&4ServerManager&f]'
----------, Nov 17, 2016

Changes in this update
  • This update adds the command /notify wich allows you to disable the notifications and reenable them (Creates a new MySQL table)
  • If you've disabled /notify you still get a short notification when you run commands by yourself
  • Forced Servers - ALPHA This allows users to join with subomains such as <servername>.test.me... <servername> stands for the systemname. You can disable this in the settings.yml I CAN'T GUARANTEE, THAT IT WORKS 100%
  • Newest BungeeCord supportet (Build 1204)
----------, Nov 15, 2016

Changes in this update
  • Added support for Minecraft 1.11 (BungeeCord Version >= 1200) (Tested on 1202)
Important: Since the poll is pretty obvious, I'm going to implement the feature with subdomains as soon as I have time
----------, Nov 14, 2016

This update fixes the following issue
  • Exception when you reload BungeeCord with /greload
----------, Nov 13, 2016

Contents in this update

  • Should fix most config related issues
  • Update to latest BungeeCord
----------, Nov 6, 2016

This Update fixes the following issues:

  • Updates to the newest BungeeCord-Version
  • Fixes an issue, when MySQL loses the connection it doesn't reconnect correctly
----------, Oct 30, 2016

This update contains the following changes:

  • Added ability to restrict a server
  • Added feature that when someone gets kicked/the server shuts down the player gets connected to a lobby
----------, Sep 6, 2016

Changes in this update:
* Config option to disable the auto updater
----------, Aug 21, 2016

Changes in this update:
* Removes the MOTD feature but allows to configure it in the config.yml of BungeeCord... (Add a server wich is called fallback or so and make it the same port as the main lobby and put it as default server)
* Internal Changes
----------, Aug 21, 2016

Changes in this update:
* The plugin sets the MOTD on every bungee server, so if you use ip forwarding there are no issues
----------, Aug 20, 2016

Changes in this update:
* Fixes an obfuscation error that made the MOTD feature unusable
----------, Aug 20, 2016

This update contains the following changes:
* Internal security improvement
* Speed improvements
----------, Aug 19, 2016

Changes in this update:
* You can now specify your own hub commands... You have to seperate them with a semicolon ";"
----------, Aug 16, 2016

Changes in this update:
* Fixes an issue that the config option for enabling the MOTD doesn't get recognised
----------, Aug 14, 2016

Changes in this update:
* Adds option to disable the MOTD change to use another plugin
----------, Aug 14, 2016

Changes in this Update:
* Removes the command /l due to an incompatibility with AuthMe
----------, Aug 14, 2016

This update contains following:
* MOTD is now changeable in settings.yml
* New option in settings.yml --> onemoreplayer (It's like Mineplex... It adds one more slot when a player joins)
----------, Aug 13, 2016

Just some internal changes :D
----------, Aug 11, 2016

Hello guys :D

I finally managed to implement an auto-updater.
So everytime you start your BungeeCord-Server, it checks for a new version and downloads it and restarts the server in case there is one.

Have fun :D
----------, Aug 10, 2016

This update fixes an issue with the MySQL connection!
Thanks to @Bryan for reporting!
----------, Aug 7, 2016

Hello Guys :D
Here's a little update of this plugin.

It contains a new command wich is /goto <playername> Perm: servermanager.goto
It gives you the ability to connect to a players server without having to search them first and then go to them with /server

I wish you much fun! :D

- Nojo
----------, Aug 3, 2016

* Fixed some bugs
* Added command /whereami
*Commands are now processed asynchronously
----------, Jun 17, 2016

- Fixed the main class
----------, Jun 13, 2016

Resource Information
Author:
----------
Total Downloads: 8,274
First Release: Jun 13, 2016
Last Update: Dec 11, 2022
Category: ---------------
All-Time Rating:
30 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings