Cloned from https://github.com/SpigotMC/BungeeCord BungeeCord, the 6th in a generation of server portal suites. Efficiently proxies and maintains connections and transport between multiple Minecraft servers.
Go to file
Zedadias Wick 4ca942b169 #2626: Correct entity metadata type values for 1.14-pre5.
Spawn Object packet now uses Entity IDs, not Object IDs, and is sent as a VarInt rather than Byte.
2019-04-24 09:33:17 +10:00
api Apply and enforce import ordering rules 2019-04-23 15:23:40 +10:00
bootstrap Minecraft 1.14-pre5 support 2019-04-23 12:00:00 +10:00
chat Apply and enforce import ordering rules 2019-04-23 15:23:40 +10:00
config Minecraft 1.14-pre5 support 2019-04-23 12:00:00 +10:00
event Minecraft 1.14-pre5 support 2019-04-23 12:00:00 +10:00
log Minecraft 1.14-pre5 support 2019-04-23 12:00:00 +10:00
module Apply and enforce import ordering rules 2019-04-23 15:23:40 +10:00
native Apply and enforce import ordering rules 2019-04-23 15:23:40 +10:00
protocol Apply and enforce import ordering rules 2019-04-23 15:23:40 +10:00
proxy #2626: Correct entity metadata type values for 1.14-pre5. 2019-04-24 09:33:17 +10:00
query Minecraft 1.14-pre5 support 2019-04-23 12:00:00 +10:00
.gitignore Implement skeleton modules for our 5 initial commands. 2014-01-10 09:35:27 +11:00
.travis.yml Faster Travis CI builds 2015-01-12 11:55:09 +11:00
checkstyle.xml Actually add checkstyle config 2019-04-23 21:23:06 +10:00
LICENSE Update LICENSE. 2013-02-09 15:30:35 +11:00
nb-configuration.xml Add netbeans config file 2013-06-01 11:09:46 +10:00
pom.xml Actually add checkstyle config 2019-04-23 21:23:06 +10:00
README.md #2549 Add security / firewall warning to readme. 2018-11-22 10:15:37 +11:00

BungeeCord

BungeeCord is a sophisticated proxy and API designed mainly to teleport players between multiple Minecraft servers. It is the latest incarnation of similar software written by the author from 2011-present.

Information

BungeeCord is maintained by SpigotMC and has its own discussion thread with plenty of helpful information and links.

Security warning

As your Minecraft servers have to run without authentication (online-mode=false) for BungeeCord to work, this poses a new security risk. Users may connect to your servers directly, under any username they wish to use. The kick "If you wish to use IP forwarding, please enable it in your BungeeCord config as well!" does not protect your Spigot servers.

To combat this, you need to restrict access to these servers for example with a firewall (please see firewall guide).

Source

Source code is currently available on GitHub.

Binaries

Precompiled binaries are available for end users on Jenkins.

(c) 2012-2018 SpigotMC Pty. Ltd.