Loading...
  • Thursday, September 19, 2024

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.

  1. Go to the Game Panel.
  2. Click on any of your Backend servers.
  3. Setup your server if it has not been setup before.
  4. Go to the file manager.
  5. Locate and open server.properties.
  6. Scroll down and set online-mode to false.
  7. Return to the file manager.
  8. Locate and open spigot.yml.
  9. Set bungeecord to true.
  10. Restart the server.

Repeat the steps above for all your Backend servers.

Creating And Configuring The Proxy

  1. Go to the Game Panel.
  2. Click on your proxy server.
  3. Go to version Manager and click on bungeecord there ad then click on install.
  4. Start your server then stop it.
  5. Go to File Manager and locate config.yml and open it.
  6. 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.
  7. Scroll down and set IP_forward to true.
  8. Scroll down to servers: and use the template below:
      server-name:
        motd: '&1Just another BungeeCord - Forced Host'
        address: server-IP:PORT
        restricted: false
  9. Change server-name to the fallback server’s name (case sensitive). Change server-IP:PORT to the fallback server’s IP and port.
  10. 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.


 

Please rate this article to help us improve our Knowledge Base.

0 0