BungeeCord fork that aims to improve performance and stability.
Go to file
Shane Freeder 4ce6d99ef1
Updated Upstream (Waterfall)
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

Waterfall Changes:
bf21a39 Don't register entity effect packets for 1.9+
f188d4c Updated Upstream (BungeeCord) (#634)
e782e77 Set Netty pooled buffer size to 4MB
d43773a server is the client and not server is the server (Fixes #631)
2021-04-30 00:53:22 +01:00
scripts Fix compilation in paths with spaces (Fixes #154) 2021-04-15 16:40:47 +01:00
Waterfall@bf21a394fa Updated Upstream (Waterfall) 2021-04-30 00:53:22 +01:00
Waterfall-Proxy-Patches Updated Upstream (Waterfall) 2021-04-30 00:53:22 +01:00
.gitignore Update gitignore 2019-12-10 23:00:22 +00:00
.gitmodules Initial project structure. More to come soon.. 2016-06-27 02:09:47 -04:00
CONTRIBUTING.md Use new build system from Waterfall 2019-02-20 19:31:51 +00:00
LICENSE.txt Use new build system from Waterfall 2019-02-20 19:31:51 +00:00
pom.xml add super pom 2016-12-09 20:55:05 -05:00
README.md [CI-SKIP] Remove jenkins references (#148) 2021-01-06 14:21:41 +00:00
travertine Misc script fixes 2019-02-20 19:49:13 +00:00

Travertine

Travertine is Waterfall with additional protocols. 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.

Travertine focuses on one main area:

  • Additional Client Version Support: Travertine aims to support client versions older then what is supported in upstream. This includes 1.7 support. Additionally Travertine may release Snapshot and PRE Client support patches as time permits.

Why fork Waterfall?

Travertine has a goal of adding additional protocol versions.

Travertine was forked because of the fact that Waterfall intends to only support protocol versions supported by upstream BungeeCord.

Travertine will track upstream Waterfall and merge changes as needed.

How to (Server Admins)

Download a copy of Travertine.jar from our homepage here: Travertine

Travertine requires Java 8 or above.

How To (Compiling from source)

To compile Travertine, you need JDK8, git, bash, maven, and an internet connection.

Clone this repo, run ./travertine b from bash, get jar from Travertine-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 Travertine an OSS license so that we can make our software the best it can be.