How to Setup Bungeecord
Last updated
Last updated
(created by the team) is a proxy designed to seamlessly connect multiple Minecraft servers together, allowing players to navigate between them without leaving the game.
BungeeCord is compatible with Spigot, Purpur, PaperMC, and any Spigot fork. It will NOT function on Forge/Fabric or vanilla servers.
What Are Backend Servers?
Fallback servers are all servers connected to your BungeeCord proxy.
Go to the Game Panel.
Click on any of your Backend servers.
Setup your server if it has not been setup before.
Go to the file manager.
Locate and open server.properties
.
Scroll down and set online-mode
to false
.
Return to the file manager.
Locate and open spigot.yml
.
Set bungeecord
to true
.
Restart the server.
Repeat the steps above for all your Backend servers.
Go to the Game Panel.
Click on your proxy server.
Go to version Manager and click on bungeecord there ad then click on install.
Start your server then stop it.
Go to File Manager and locate config.yml
and open it.
Scroll down to priorities:- lobby
, change lobby
to your default fallback server’s name (case sensitive). This will be the default server that users will be redirected to when they join your BungeeCord server.
Scroll down and set IP_forward
to true
.
Scroll down to servers:
and use the template below:
server-name:
motd: '&1Just another BungeeCord - Forced Host'
address: server-IP:PORT
restricted: false
Change server-name
to the fallback server’s name (case sensitive). Change server-IP:PORT
to the fallback server’s IP and port.
Save the file and start your server.
Players, including you (of course), can easily teleport to the other servers on your network by using the /server
command in-game. Then they can use their cursor to click on the server they want to go to. They can also do /server <name>
, like /server lobby
.
This command requires the bungeecord.command.server
permission which is granted to everyone by default.
BungeeCord is very beneficial for server administrators that want to separate their server’s activities (such as minigames, creative, survival, and so on). BungeeCord is utilized and trusted by notable servers such as , , , and much more.
You can find a list of BungeeCord commands .