Despical / TNTRun

Don't stop running to win and also you can do parkour on the blocks or can you?
https://spigotmc.org/resources/83196/
GNU General Public License v3.0
12 stars 2 forks source link
bukkit bukkit-plugin java minecraft minecraft-minigame minecraft-plugin minigame minigame-plugin spigot-plugin tnt-run

TNT Run

[![](https://github.com/Despical/TNTRun/actions/workflows/build.yml/badge.svg)](https://github.com/Despical/TNTRun/actions/workflows/build.yml) [![](https://jitpack.io/v/Despical/TNTRun.svg)](https://jitpack.io/#Despical/TNTRun) [![](https://img.shields.io/badge/JavaDocs-latest-lime.svg)](https://javadoc.jitpack.io/com/github/Despical/TNTRun/latest/javadoc/index.html) [![](https://img.shields.io/badge/BuyMeACoffee-Support-lime.svg?logo=BuyMeACoffee)](https://www.buymeacoffee.com/despical) Players (up to 12 or 24, mostly, depending on the map) are placed on sand/gravel floors. Blocks you run or stand on will disappear or "fall" after a brief delay. Once you fall, you will end up on the next floor below. Each map multiple floors to run on, the lowest floor being above the void which eliminates you. The goal is to be the last player alive which gets progressively more difficult as the space available diminishes.

Documentation

TNT Run API

Maven dependency ```xml jitpack.io https://jitpack.io ``` ```xml com.github.Despical TNTRun VERSION provided ```
Gradle dependency ``` repositories { maven { url 'https://jitpack.io' } } ``` ``` dependencies { compileOnly group: "com.github.Despical", name: "TNTRun", version: "VERSION"; } ```

Contributing

I accept Pull Requests via GitHub. There are some guidelines which will make applying PRs easier for me:

You can learn more about contributing via GitHub in contribution guidelines.

Translations

We are supporting multiple languages such as English, Turkish and German for now.
If you want to help us with translating take a look at our language repository.

License

This code is under GPL-3.0 License

See the LICENSE file for required notices and attributions.

Building from source

To build this project from source code, run the following from Git Bash:

git clone https://www.github.com/Despical/TNTRun.git && cd TNTRun
mvn clean package -Dmaven.javadoc.skip=true

[!IMPORTANT]
Maven must be installed to build TNT Run.