1.Setup, make a new folder called BungeeCord and configure 2+ servers
2. Download BungeeCord at ci.md-5.net/job/BungeeCord/lastSuccessfulBuild/artifact/bootstrap/target/BungeeCord.jar
3.Open TextEdit make the format plain (Shift+Command+T) and type
#!/bin/bash
cd "$( dirname "$0" )"
java -Xmx1024M -XX:MaxPermSize=128m -jar BungeeCord.jar
4.then save as example.command
5.Go to your server.properties of your other servers and change online-mode=true to online-mode=false
6.Double click...
How to create a BungeeCord Server
2. Download BungeeCord at ci.md-5.net/job/BungeeCord/lastSuccessfulBuild/artifact/bootstrap/target/BungeeCord.jar
3.Open TextEdit make the format plain (Shift+Command+T) and type
#!/bin/bash
cd "$( dirname "$0" )"
java -Xmx1024M -XX:MaxPermSize=128m -jar BungeeCord.jar
4.then save as example.command
5.Go to your server.properties of your other servers and change online-mode=true to online-mode=false
6.Double click...
How to create a BungeeCord Server