BungeeCord fork that aims to improve performance and stability.
Go to file
Shane Freeder 54b7faf923
Updated Upstream (BungeeCord)
Upstream has released updates that appears 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:
6ad26cc8 #2777: Write BungeeCord's config.yml in UTF-8 as with main config API
c2cc33c6 #2774: doImmediateRespawn not updated when switching servers
8ea25a8f #2775: Fix LinkageError loading plugin dependency classes
4363315e #2722, #2713: Remove unnecessary close delaying in server / user connections
c46b14b9 #2688: Protect the plugin manager from 3rd party modifications
f41b1fc8 Do not allow plugins to make multiple instances of their main class.
e6b0d43d Allow configuring console log level via system property
2020-03-07 22:47:45 +00:00
.github Update stale-bot config 2018-07-21 15:32:29 +01:00
BungeeCord@6ad26cc8fa Updated Upstream (BungeeCord) 2020-03-07 22:47:45 +00:00
BungeeCord-Patches Removed duplicated javadoc param (#456) 2020-02-22 14:41:53 +00:00
scripts Updated Upstream (BungeeCord) 2019-02-20 18:56:38 +00:00
.gitattributes Add pom for extra convienience 2016-11-26 20:59:15 +00:00
.gitignore Use Log4J2 for logging and TerminalConsoleAppender for console 2017-09-24 15:14:52 +02:00
.gitmodules Turn waterfall into a patch-based fork like Spigot and Paper (WIP) 2016-05-30 14:51:51 -06:00
CONTRIBUTING.md fix critical formatting error 2019-03-17 14:29:47 -07:00
LICENSE.txt Turn waterfall into a patch-based fork like Spigot and Paper (WIP) 2016-05-30 14:51:51 -06:00
pom.xml Add pom for extra convienience 2016-11-26 20:59:15 +00:00
README.md Update jenkins and urls to point towards papermc 2019-01-13 22:17:54 +00:00
waterfall Ensure that we checkout the submodules before patching(Fixes #262) 2018-07-24 16:57:08 +01:00

Waterfall Build Status

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 buildserver here: Waterfall

Waterfall requires Java 8 or above.

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

Special Thanks To

YourKit-Logo

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.