Lamington is a 1.20.4 Purpur fork focusing on making scaling servers a painless experience, whether it be an SMP or skyblock, Lamington will be sure to help your development process smoother!
- HeartBeat
-
- API for getting information
-
- Syncs data between all Lamington instances connected to the same Redis server
-
- Use the information outside just your server (ie: Your website)
- SMP Zoning
-
- Split your world across multiple servers
-
- Customisable border
Join us on Discord: https://discord.gg/RRzCH6WjEv
Maven
<repository>
<id>dxtrus-public</id>
<url>https://maven.asdev.info/public</url>
</repository>
<dependency>
<groupId>net.dxtrus.lamington</groupId>
<artifactId>lamington-api</artifactId>
<version>1.20.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
Gradle
repositories {
maven("https://maven.asdev.info/public")
}
dependencies {
compileOnly("net.dxtrus.lamington:lamington-api:1.20.4-R0.1-SNAPSHOT")
}
Yes, this also includes all API provided by Purpur, Pufferfish, Paper, Spigot, and Bukkit.
All patches are licensed under the MIT license, unless otherwise noted in the patch headers.
See PaperMC/Paper, and PaperMC/Paperweight for the license of material used by this project.