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
Mystiflow 18f57f24fa Fix issue pointed out by Supereg; store dimension on first join too (#1979)
* Only double switch if the dimension is the same.

According to the protocol, a double respawn packet is only needed to be
sent if from the same dimension, so by storing the last known dimension,
we are able to compare and avoid the double packet.

This also maintains the same behaviour for Spigot
ad2f806097

* Store current dimension on first disconnect too
2016-10-30 08:28:11 +11:00
api #1933: Exclude favicon from ServerPing#toString 2016-08-13 14:24:50 +10:00
bootstrap Update to Minecraft 1.10 2016-06-09 11:44:06 +10:00
chat Update mojang-translations to 1.10.2 (#1969) 2016-10-11 20:12:59 +11:00
config Implicitly convert Map to Configuration 2016-08-25 11:04:19 +10:00
event Update to Minecraft 1.10 2016-06-09 11:44:06 +10:00
log #1909: Downgrade to version of jline which works properly on Windows 2016-07-13 11:05:50 +10:00
module Change color for cmd_find 2016-06-12 21:39:20 +10:00
native Update to Minecraft 1.10 2016-06-09 11:44:06 +10:00
protocol #1945: Relay MC|Brand messages 2016-08-26 16:11:38 +10:00
proxy Fix issue pointed out by Supereg; store dimension on first join too (#1979) 2016-10-30 08:28:11 +11:00
query Update to Minecraft 1.10 2016-06-09 11:44:06 +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
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 Update Netty 2016-08-30 20:22:02 +10:00
README.md Fix possessive pronouns don't use apostrophes (#1968) 2016-10-11 20:12:50 +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.

Source

Source code is currently available on GitHub.

Binaries

Precompiled binaries are available for end users on Jenkins.

(c) 2012-2016 SpigotMC Pty. Ltd.