Releases: Despical/TNTRun
2.3.5
2.3.5 Release Notes:
- Added ability to execute multiple commands in rewards.
- Added a progress bar to show how many seconds left to nexr double jump. (can be disabled via config)
- Fixed broken permissions.
- Removed ScriptEngine execution in rewards due to there is no more built-in engine in JDK 15+.
- Removed unused config options.
Full Changelog: 2.3.4...2.3.5
2.3.4
2.3.4 Release Notes:
- Added game signs to join arena by clicking.
- Added options to change block scanning depths.
- Added sound that plays when the game starts.
- Fixed can not be able to interact with Sign GUI on 1.20.1
- Some message updates.
Full Changelog: 2.3.3...2.3.4
2.3.3
2.3.2
2.3.2 Release Notes:
- Added instant leave option.
- Added option to not restore health elements.
- Fixed tab list teams changing after the game.
- Fixed slashes not displaying on help messages for some of the commands.
- Removed '/tntrun setmapname' command.
- Some improvements on the help command.
- Updated SignAPI to 1.20.1
2.3.1
End game fix
2.2.6 Release notes:
- Fixed broken end game loop.
2.2.5
2.2.5 Release notes.
TNT Run 1.0.7
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.7</version>
<scope>provided</scope>
</dependency>
</dependencies>
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>
TNT Run v1.0.5 (Hotfix)
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.5</version>
<scope>provided</scope>
</dependency>
</dependencies>
Change logs:
- Added more in-game tips.
- Added license header.
- Fixed signs.
- Removed static handler list getter from events.
- Improved GUI performances.