TNT Run v1.0.6
TNT Run
TNT Run is a Minecraft survival minigame designed for small and big servers. This minigame is unique and very configurable, 100% free and open source!
Jump on the blocks but don't fall into void, show your parkour talent! 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 | Despical | GPLv3 |
HikariCP | brettwooldridge | Apache License 2.0 |
bStats | Bastian | LGPLv3 |
Commons-Box | Despical | GPLv3 |
Want to use TNT Run 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>TNTRun</artifactId>
<version>1.0.6</version>
<scope>provided</scope>
</dependency>
</dependencies>