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
Marc Baloup 20d6422042 Multi-session with same Minecraft account with specific permission
Players with permission bungeecord.multiple_connect can have multiple connections with the same Minecraft account.
The UUID and player name is altered to avoid collision with other player:
UUID : xxxxxxxx-xxxx-VIxx-xxxx-xxxxxxxxxxxx
- The UUID version (V above) is now the provided version + 8 (for online player, it is 4, so it becomes C).
- The I digit will follow the index of the duplicated player : first duplicated player is 1, second one is 2.
- The name of the player will be the real player name, followed by the character "." (dot) followed by the duplication index.

Bedrock accounts connected using the Floodgate plugin will not be able to connect multiple times due to the risk of xUID collision.
2023-06-08 10:41:50 +02:00
.github Minecraft 1.20 support 2023-06-08 01:30:00 +10:00
api Change projet configuration and POM for Pandacube 2023-06-08 10:41:50 +02:00
bootstrap Change projet configuration and POM for Pandacube 2023-06-08 10:41:50 +02:00
chat Change projet configuration and POM for Pandacube 2023-06-08 10:41:50 +02:00
config Change projet configuration and POM for Pandacube 2023-06-08 10:41:50 +02:00
event Change projet configuration and POM for Pandacube 2023-06-08 10:41:50 +02:00
log Change projet configuration and POM for Pandacube 2023-06-08 10:41:50 +02:00
native Change projet configuration and POM for Pandacube 2023-06-08 10:41:50 +02:00
protocol Change projet configuration and POM for Pandacube 2023-06-08 10:41:50 +02:00
proxy Multi-session with same Minecraft account with specific permission 2023-06-08 10:41:50 +02:00
query Change projet configuration and POM for Pandacube 2023-06-08 10:41:50 +02:00
slf4j Change projet configuration and POM for Pandacube 2023-06-08 10:41:50 +02:00
.gitignore #2763: Fix .DS_Store entry in .gitignore 2020-01-28 16:04:23 +11:00
.gitmodules #3115, #3125: Update natives build script, switch to Cloudflare zlib 2021-06-26 11:31:05 +10:00
checkstyle.xml Fix checkstyle paren pad settings 2022-01-02 10:13:48 +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 Change projet configuration and POM for Pandacube 2023-06-08 10:41:50 +02:00
README.md Update README date 2023-01-01 11:17:02 +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-2023 SpigotMC Pty. Ltd.