===========
Performance focused paper fork with slight modifications.
Wait for release.
Download coming soon..
Go to PaperMC for a working jar while this is being worked on.
- See our API patches here
- (Paper API) See upcoming, pending, and recently added API here
- Paper/BambooL API javadocs here: papermc.io/javadocs
- Maven Repo (for paper-api):
<repository>
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>- Artifact Information:
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.18.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>To compile BambooL, you need JDK 17 (or 18) and an internet connection.
Clone this repo, run ./gradlew applyPatches, then ./gradlew createReobfBundlerJar from your terminal. You can find the compiled jar in the project root's build/libs directory.
To get a full list of tasks, run ./gradlew tasks.
How To (Pull Request)
[
