dc0595653d
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing BungeeCord Changes: c92581d0 #3556: Deserialize arrays to single components e442c3da #3546: Add string length checks to isValidName f903c54d #3554: Bump org.apache.maven.plugins:maven-checkstyle-plugin 0d453789 #3540: Add TextComponent#fromLegacy() as an array-free alternative to #fromLegacyText() 0f5f09b6 Minecraft 23w43b support e5c80d00 Fix code formatting 9cdb2ba3 Deprecate exposed scoreboard API d0e5cf7c #3549: Bump io.netty:netty-bom from 4.1.99.Final to 4.1.100.Final c8568764 Fix writing non-compound root NBT tags |
||
---|---|---|
.github | ||
BungeeCord@c92581d0dc | ||
BungeeCord-Patches | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
pom.xml | ||
README.md | ||
waterfall |
Waterfall
Waterfall is a fork of the well-known BungeeCord server teleportation suite.
Waterfall focuses on three main areas:
- Stability: Waterfall aims to be stable. We will achieve this through making the code base testable and discouraging practices that lead to proxy lag.
- Features: Waterfall aims to include more features than canonical BungeeCord.
- Scalability: Waterfall should be able to handle a large number of concurrent players, given a reasonably modern CPU, memory, and good network connection.
Why fork BungeeCord?
Think of Waterfall as a principles fork.
Waterfall was forked because of the fact that upstream does not accept many contributions that are intended to better the ecosystem. Simply put, Waterfall aims to better the ecosystem by allowing changes to be exposed to a wider audience more quickly.
Waterfall will still track upstream BungeeCord and merge changes as needed.
How To (Server Admins)
Download a copy of Waterfall.jar from our homepage here: Waterfall
Waterfall requires Java 8 or above.
How To (Plugin Developers)
- See our API patches here
- Waterfall API JavaDocs here: papermc.io/javadocs
- Maven repository (for
waterfall-api
):
<repository>
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
- Artifact information:
<dependency>
<groupId>io.github.waterfallmc</groupId>
<artifactId>waterfall-api</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
Or alternatively, with Gradle:
- Repository:
repositories {
maven {
url 'https://repo.papermc.io/repository/maven-public/'
}
}
- Artifact:
dependencies {
compileOnly 'io.github.waterfallmc:waterfall-api:1.19-R0.1-SNAPSHOT'
}
How To (Compiling From Source)
To compile Waterfall, you need JDK8, git, bash, maven, and an internet connection.
Clone this repo, run ./waterfall b
from bash, get jar from Waterfall-Proxy/bootstrap/target/
Join us
- Feel free to open a PR! We accept contributions.
- Join us on IRC (irc.esper.net #waterfall, webchat) or Discord.
- Visit our forums (https://papermc.io/forums).
Special Thanks To
YourKit, makers of the outstanding Java profiler, supports open source projects of all kinds with their full-featured Java and .NET application profilers. We thank them for granting Waterfall an OSS license so that we can make our software the best it can be.