Скачать DeathRun — Minecraft Моды — ModStock
DeathRun

DeathRun

Активный

Установок

0

Последнее обновление

9 месяцев назад

Версии

1.16 — 1.21.1
Сервер
Мини-игры

Header

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: Booster (Right Click) material: FEATHER delayItem: name: Booster ( seconds) material: FEATHER direction: FORWARD sound: ENTITY_BLAZE_AMBIENT # ------------------------------------------------------------------------ # SOUNDS # ------------------------------------------------------------------------ arena-sound-pre-starting: BLOCK_NOTE_BLOCK_PLING arena-sound-starting: ENTITY_EXPERIENCE_ORB_PICKUP arena-sound-started: ENTITY_ENDER_DRAGON_GROWL arena-sound-checkpoint-reached: ENTITY_EXPERIENCE_ORB_PICKUP arena-sound-trap-delay: ENTITY_VILLAGER_NO arena-sound-player-death: ENTITY_SKELETON_DEATH ```
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: You don't have permissions to this command. chat-message-invalid-command-usage: Invalid command usage, correct usage is . chat-message-arena-player-joined: has joined. (/) chat-message-arena-player-left: has quit. chat-message-arena-starting-timer: Game starts in seconds. chat-message-arena-player-finished: FINISH > Player has finished game in seconds. (#) chat-message-arena-game-start-runner: - - * You are Runner. - * Your task is complete run in shortest possible time, during this task interfering player will trigger various traps. - chat-message-arena-game-start-death: - - * You are Death. - * Your task is to disturb runners by launching traps. - chat-message-game-end-spectator: - - * You are Spectator. - * Now you can follow other players. - # ------------------------------------------------------------------------ # TITLES # ------------------------------------------------------------------------ arena-pre-starting-title: arena-pre-starting-subtitle: arena-starting-title: arena-starting-subtitle: arena-death-title: YOU DIED! arena-death-subtitle: Don't give up! Try again! arena-checkpoint-title: CHECKPOINT! arena-checkpoint-subtitle: You reached # checkpoint. arena-finish-title: FINISH arena-finish-subtitle: Your position is #. arena-game-end-title: GAME END! arena-game-end-subtitle: arena-move-server-title: Waiting.. arena-move-server-subtitle: You will be transferred to lobby in seconds. # ------------------------------------------------------------------------ # SCOREBOARD # ------------------------------------------------------------------------ arena-scoreboard-title: DEATH RUN arena-scoreboard-lines-waiting: - - 'Map: ' - 'Players: /' - - Waiting.. - - www.mrstudios.pl arena-scoreboard-lines-starting: - - 'Map: ' - 'Players: /' - - Start in seconds - - www.mrstudios.pl arena-scoreboard-lines-playing: - - 'Time: ' - 'Role: ' - - 'Runners: ' - 'Deaths: ' - - 'Map: ' - - www.mrstudios.pl # ------------------------------------------------------------------------ # HOLOGRAMS # ------------------------------------------------------------------------ arena-hologram-trap-delayed: seconds # ------------------------------------------------------------------------ # ROLES # ------------------------------------------------------------------------ arena-roles-runner-name: Runner arena-roles-death-name: Death arena-roles-spectator-name: Spectator # ------------------------------------------------------------------------ # ITEMS # ------------------------------------------------------------------------ arena-item-leave-name: Leave (Right Click) ```

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.

Участники проекта
SfenKer

SfenKer

Разработчик