Skip to content

KaoryStudiosMC/InfinityCord-repo

 
 

Repository files navigation

InfinityCord

InfinityCord 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 InfinityCord.jar here: InfinityCord

InfinityCord requires Java 8 or above, if you use GeyserMC use the version of Java 17

How To (Plugin Developers)


<repository>
    <id>com.github.happyrogelio7.infinitycord</id>
    <url></url>
</repository>
  • Artifact information:
<dependency>
    <groupId>com.github.happyrogelio7.infinitycord</groupId>
    <artifactId>infinitycord-api</artifactId>
    <version>1.19-R0.1-SNAPSHOT-002</version>
    <scope>provided</scope>
</dependency>

How To (Compiling From Source)

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

Clone this repo, run ./infinitycord b from bash, get jar from InfinityCord-Proxy/bootstrap/target/

Join us

  • Feel free to open a PR! We accept contributions.
  • Discord

Special Thanks To

IntelliJ IDEA logo IntelliJ IDEA logo Azul Java logo

IntelliJ IDEA, Code editor for Java and other programming languages and programs.

Azul Java The world’s largest commercial provider of OpenJDK

Packages

No packages published

Languages

  • Java 99.1%
  • Other 0.9%