Knowledge Base
How to Setup Bungeecord
What Is It?
BungeeCord (created by the SpigotMC 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 is it useful for?
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 Hypixel, Mineplex, HiveMC, and much more.
Preparing The Backend 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
tofalse
. - Return to the file manager.
- Locate and open
spigot.yml
. - Set
bungeecord
totrue
. - Restart the server.
Repeat the steps above for all your Backend servers.
Creating And Configuring The Proxy
- 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
, changelobby
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
totrue
. - 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). Changeserver-IP:PORT
to the fallback server’s IP and port. - Save the file and start your server.
BungeeCord Commands
You can find a list of BungeeCord commands here.
In Game
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.