

What is that?
DeathRun is a plugin for well known minigame from the HiveMC Network server where players are divided into two teams, runners and deaths. As a runner, you have to run through the entire map, avoiding traps that is triggered by players with the death role will use against you.
Information
This plugin works on 1.16+
servers with Paper
or Spigot
server software, Java 17
and WorldEdit (v7.2.9+)
plugin.
Support
If you need support contact us on our Discord server or visit our Documentation page. If you want to contribute this repository please read CONTRIBUTING file.
Configuration
Plugin configuration files using YAML format. Configuration files is described bellow.
File: config.yml
```yaml
#
# ------------------------------------------------------------------------
# INFORMATION
# ------------------------------------------------------------------------
#
# This is configuration file for DeathRun plugin, if you found any issue
# contact with us through Discord or create issue on GitHub. If you need
# help with configuration visit https://mrstudios.pl/documentation.
#
# ------------------------------------------------------------------------
# GENERAL
# ------------------------------------------------------------------------
# Lobby Server Name
server: dr-lobby-1
# Minimum amount of players that is needed to game start.
arena-min-players: 5
# Amount of players with 'DEATH' role on arena.
arena-deaths-amount: 1
# Amount of time that runners have to complete run. (in seconds)
arena-game-time: 600
# Amount of time that is needed to game start.
arena-pre-starting-time: 30
# Amount of time before start barrier will be removed.
arena-starting-time: 10
# Amount of time before players on server will be moved to lobby.
arena-end-delay: 10
# Amount of time before trap can be used again.
arena-trap-delay: 20
# Max ,,survivable`` distance that player can fall.
arena-max-fall-distance: 8
# Speed Amplifier for Death role.
arena-death-speed-amplifier: 10
# ------------------------------------------------------------------------
# EFFECTS
# ------------------------------------------------------------------------
block-effects:
- block: EMERALD_BLOCK
effect: JUMP
amplifier: 7
duration: 1.5
- block: REDSTONE_BLOCK
effect: SPEED
amplifier: 5
duration: 1.5
# ------------------------------------------------------------------------
# BOOSTERS
# ------------------------------------------------------------------------
boosters:
- slot: 0
power: 2.5
delay: 10
item:
name: File: language.yml
```yaml
#
# ------------------------------------------------------------------------
# INFORMATION
# ------------------------------------------------------------------------
#
# This is configuration file for DeathRun plugin, if you found any issue
# contact with us through Discord or create issue on GitHub. If you need
# help with configuration visit https://mrstudios.pl/documentation.
#
# ------------------------------------------------------------------------
# GENERAL
# ------------------------------------------------------------------------
chat-message-no-permissions: Sponsoring
If you want to sponsor this project you can do it by clicking Sponsor
button. You can also support us by clicking on the star button on the top of this page.
Used Libraries
Libraries that is used in this project, most of them are open source libraries.
- LiteCommands by Rollczi
- ProtocolSidebar by CatCoderr
- Kyori Adventure by Kyori
- Java Annotations by JetBrains
- okaeri-configs by Okaeri
- commons-io by Apache Software Foundation
- java-commons by MrStudios Industries