Skip to content

King of the Ladder v1.1.2

Compare
Choose a tag to compare
@Despical Despical released this 11 Sep 12:58
· 336 commits to master since this release

King of the Ladder Discord

King of the Ladder is a Minecraft minigame designed for small and big servers. This minigame is unique and very configurable, 100% free and open source!

Don't let other players to climb top of the ladders, punch them to out of the game to win! Who will be the winner? Have fun using it! Leave a good rating if you really like it.

Want to contribute in this project?

💣 Issues Reporting (Discord)

Open Source Libraries

Library Author License
InventoryFramework stefvanschie Unlicense
ScoreboardLib TigerHix LGPLv3
HikariCP brettwooldridge Apache License 2.0
bStats Bastian LGPLv3
Commons Box Despical GPLv3

Want to use King of the Ladder API?

Add repository

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

Then add the dependency

    <dependencies>
        <dependency>
            <groupId>com.github.Despical</groupId>
            <artifactId>KOTL</artifactId>
            <version>1.1.2</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>