Does anyone have a nice guide to install BungeeCord?

Title says it all, would like to run a BungeeCord server on my MineOS box but can’t figure out how, anyone have a nice guide?

1 Like

With MineOS, all you really have to do is

  1. Set your Spigot server to offline mode in server.properties
  2. Set your server ip to localhost (for security purposes/reasons) as well as change your server port from 25565 to something else
  3. Enable BungeeCord in your spigot.yml, and you should be pretty much good to go in terms of your Spigot portion
  4. As for the BungeeCord side of things, in your config.yml you’ll want to change the listen address to 0.0.0.0:25565 or a hardcoded ip with port 25565, and enable ip forwarding.