4.0.4 Sep 11, 2022
Fixed list of uuid for bungee players
Fixed list of uuid for bungee players

4.0.2 Jul 29, 2022
Updated network variables to support all types of objects

Updated network variables to support all types of objects


4.0.1 Jul 21, 2022
Fixed some things and added port display
Fixed pinging servers after BungeeCord reload (/greload)
Fixed server address attribution
Added port display in list of servers
 

4.0.0 Oct 25, 2021
Fixed linux startup and added port configuration
Fixed linux startup and added port configuration

3.0.8 Aug 17, 2021
You don't need eula.txt and server.properties anymore, the port is now automatically generated too
You don't need eula.txt and server.properties anymore, the port is now automatically generated too

3.0.7 Aug 17, 2021
Fixed startall and stopall check
Fixed startall and stopall start server if already started or stop server if already stopped

3.0.6 Aug 12, 2021
Fallback server config and jar executing for each template
Spigot jar is now executed from each template directory
Added server-lobby in config to set the server name where the player will be redirected if a server is down (lobby by default)
You can also acces the API, here is an example:
ServersManager.getInstance().createServer(TemplatesManager.TemplateInfo templateInfo, String string)
String server = "test_server";
String template = "lobby";
            TemplateInfo tp = TemplatesManager.getInstance().getTemplate(template);
            ServersManager.getInstance().createServer(tp, server);

1.0.2 Mar 13, 2021
Windows support and a lot of news !
Added support for Windows servers
Fixed linux start and stop error
Added /greload support (servers stay in memory of BungeeCord)
Added Redirect to lobby server on Kick Listener
Added auto-refresh templates folder every minutes
Added Player Server Connect Event for SkWaze
Fixed Network Variables Parsing for SkWaze
If you update this plugin, please delete your config.yml file

1.0.0 Jan 10, 2021