Skip to content
forked from PurpurMC/Purpur

A purpur fork targetting multi instancing

License

Notifications You must be signed in to change notification settings

DXTRUS/Lamington

 
 

Repository files navigation

Lamington

MIT License

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!

Features

  • 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

Contact

Join us on Discord: https://discord.gg/RRzCH6WjEv

API

Dependency Information

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.

License

All patches are licensed under the MIT license, unless otherwise noted in the patch headers.

MIT License

See PaperMC/Paper, and PaperMC/Paperweight for the license of material used by this project.

bStats

Still waiting for bstats to give us a server impl id! //bStats Graph Data

About

A purpur fork targetting multi instancing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%