King of the Ladder v1.1.6
King of the Ladder
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) ❤ Make Donation
Open Source Libraries
Library | Author | License |
---|---|---|
InventoryFramework | Despical | 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.6</version>
<scope>provided</scope>
</dependency>
</dependencies>
1.1.6 Release (25.10.2020 - 30.10.2020)
- Fixed scoreboard issues.
- Fixed event issues.
Also note that this update includes 1.1.6 beta release changes.
1.1.6 Beta Release (25.10.2020)
- Fixed anyone can't execute commands.
- Added .editorconfig file for developers.