Skip to content

Releases: Despical/TNTRun

2.3.5

13 Jul 11:27
Compare
Choose a tag to compare

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

12 Jul 20:08
Compare
Choose a tag to compare

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

12 Jul 09:37
Compare
Choose a tag to compare

2.3.3 Release Notes:

  • Improved the block removing algorithm, now it's working more accurate for flying players.
  • Fixed damaging is enabled in-game.
  • Fixed after game items stays in inventory after the game.
  • Fixed winners list is not clearing after the game.

2.3.2

10 Jul 15:23
Compare
Choose a tag to compare

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

23 Jun 18:52
Compare
Choose a tag to compare

2.3.1 Release Notes:

  • Added Bungee-cord server support.
  • Fixed config file not saving.

Contains 2.3.0 & 2.3.1 changes.

End game fix

06 Jan 15:50
Compare
Choose a tag to compare

2.2.6 Release notes:

  • Fixed broken end game loop.

2.2.5

16 Dec 15:40
79eec13
Compare
Choose a tag to compare

TNT Run 1.0.7

25 Oct 09:33
35f38c9
Compare
Choose a tag to compare

TNT Run Discord Support

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

14 Oct 16:55
3be4c57
Compare
Choose a tag to compare

TNT Run Discord Support

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)

07 Oct 10:19
Compare
Choose a tag to compare

TNT Run Discord Support

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.