cfe00fa47c
Components traditionally use the extra data to represent components as a single BaseComponent object. While BaseComponent typically mirrors this behaviour, somewhere along the development of BungeeChat this practice was made unclear. Because ComponentBuilder#create() returns an array of BaseComponents, it has sort of been silently accepted that all components should be represented as arrays, which is incorrect. This heavily influenced the direction of Spigot's component API (with additions such as CommandSender#sendMessage(BaseComponent[])) which emphasizes this misconception of "all components are arrays". Adding new methods to ComponentBuilder and ComponentSerializer should steer use of the BungeeChat API to be more oriented towards single component instances, not arrays. |
||
---|---|---|
.github | ||
api | ||
bootstrap | ||
chat | ||
config | ||
event | ||
log | ||
module | ||
native | ||
protocol | ||
proxy | ||
query | ||
slf4j | ||
.gitignore | ||
.gitmodules | ||
checkstyle.xml | ||
LICENSE | ||
nb-configuration.xml | ||
pom.xml | ||
README.md |
BungeeCord
Layer 7 proxy designed to link Minecraft servers.
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.