1

I need good tutorials or help on using BungeeCord.

DGTL 5/11/13 9:44 pm
97
5/12/2013 12:43 am
Hello PlanetMinecrafters,

I have decided I want to move one of my worlds on my server to a completely new one, except I want to use BungeeCord to link the two servers together. I was just wondering if there were any good tutorials on the internet to help me with this. My first server is a 4GB Multicraft server and my second is a 7GB Linux Hosted VPS server. I want the main server to be on the multicraft. If you have the time to create a tutorial specifically for my needs that would be fantastic and I will be very grateful, however linking tutorials that have been already created and can help me with my situation will be just as helpful.

Thanks.
Posted by
DGTL
Level 1 : New System
3

  Have something to say?

JoinSign in

1

DtigerCSK
05/12/2013 12:43 am
Level 34 : Artisan Pokémon
BeastNode has a pretty good tutorial.
Link: https://www.beastnode.com/portal/knowle ... stall.html
Or just read below.
Click to reveal
Upload BungeeCord.jar to /RootDirectory/jar/ (or wherever your server jar is located)
Change your jar file in Multicraft to BungeeCord.jar.
Run your server, it will say it is listening on 0.0.0.0:25565. It will not work like this.
It will generate a config.yml in your root directory. Open that up and you will get this: http://pastebin.com/DisGpevy
You can change max_players to anything you want.
The host must be the backend server IP which will not be running as a Minecraft server (i.e. the IP:port that will be used to connect to the hub so it should be the IP:port of the server you have it installed on).
Ignore force_default_server.
Change the MOTD to whatever you like.

Go to the servers section, here you will input the name of your servers and their IP:Port.
We will use the default as an example. If I wanted my hub server to be part of it, I'd change the 'lobby' to 'hub' and put the IP address in.
When you have done this, add that server to forced_hosts. To add the hub to it, I'd do : hub.
Just repeat this for each server until you've added them all.

tab_list means what will show up in the tab menu. GLOBAL_PING means it will show the player list from all servers connected to the Bungee Server.
You can change it to "SERVER" which will make the tab show up for the server you are connected to.

One major part of Bungee Cord is that you must change all of your to online-mode: false in your server.properties.
This does not mean that offline players can join since Bungee Cord will authenticate the user. This does mean though, that you cannot give out the IP for any of your servers on the network. You can only give out the Bungee server IP otherwise they will not be authenticated and can login on non premium accounts.
Make sure online_mode: true is in the Bungee Cord config.

Even with permissions and OP, nobody can use the admin commands for Bungee Cord; you must add players specifically to the groups.
In the default config, it shows md_5: you replace that with your name and leave 'admin' where it is. Just copy this for each player you'd like to have admin commands.

Now go back to 'default_server'. Change this to the server you want people to go to when they first join. If you wanted them to join the hub server first, then replace lobby with hub.

Congratulations! You have successfully made a Bungee Cord server!
However, it will not work just like this. You need a plugin that works with Bungee Cord to teleport you through to each server.
We recommend the plugin "Janus". It is very easy to use and can be setup in five minutes.
Download the plugin from the Spigot page which is located the the Bungee Cord thread. Put it onto all of your servers apart from the Bungee Cord server.
Next, build a nether portal (NOTE: You must have Nether disabled on all servers to do this.) and put a sign on the portal.
Use this format:
[server]
servername

You must not capitalize any of the letters on the signs!
You must make a corresponding portal on the other server that will connect back to the other server.
Once you have done that, you are done!

If you need to restart the Bungee server, you must go into any of the servers and do /end, then stop the Bungee server from Multicraft.
If you do not do /end you will not be able to stop the Bungee server safely.
1

Welcome