Fixed list of uuid for bungee players
Fixed list of uuid for bungee players
Updated network variables to support all types of objects
Updated network variables to support all types of objects
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
Fixed linux startup and added port configuration
Fixed linux startup and added port configuration
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
Fixed startall and stopall check
Fixed startall and stopall start server if already started or stop server if already stopped
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);
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
Page 1