{"id":55090,"date":"2026-06-03T04:33:19","date_gmt":"2026-06-03T01:33:19","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/deathrun\/"},"modified":"2026-06-03T04:33:19","modified_gmt":"2026-06-03T01:33:19","slug":"deathrun","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/deathrun\/","title":{"rendered":"DeathRun"},"content":{"rendered":"<p>![Header](.\/.github\/assets\/image\/header.png)<\/p>\n<p>### What is that?<br \/>\nDeathRun 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.<\/p>\n<p>### Information<br \/>\nThis plugin works on &#8220;1.16+&#8220; servers with &#8220;Paper&#8220; or &#8220;Spigot&#8220; server software, &#8220;Java 17&#8220; and &#8220;WorldEdit (v7.2.9+)&#8220; plugin.<\/p>\n<p>### Support<br \/>\nIf you need support contact us on our Discord server or visit our Documentation page. If you want to contribute this repository please read [CONTRIBUTING](CONTRIBUTING.md) file.<\/p>\n<p>### Configuration<\/p>\n<p>Plugin configuration files using YAML format. Configuration files is described bellow.<\/p>\n<details>\n<summary>File: <code>config.yml<\/code><\/summary>\n<p>&#8220;`yaml<br \/>\n#<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n#                               INFORMATION<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n#<br \/>\n#  This is configuration file for DeathRun plugin, if you found any issue<br \/>\n#  contact with us through Discord or create issue on GitHub. If you need<br \/>\n#  help with configuration visit https:\/\/mrstudios.pl\/documentation.<br \/>\n#  <\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n#                                GENERAL<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p># Lobby Server Name<br \/>\nserver: dr-lobby-1<\/p>\n<p># Minimum amount of players that is needed to game start.<br \/>\narena-min-players: 5<\/p>\n<p># Amount of players with &#8216;DEATH&#8217; role on arena.<br \/>\narena-deaths-amount: 1<\/p>\n<p># Amount of time that runners have to complete run. (in seconds)<br \/>\narena-game-time: 600<\/p>\n<p># Amount of time that is needed to game start.<br \/>\narena-pre-starting-time: 30<\/p>\n<p># Amount of time before start barrier will be removed.<br \/>\narena-starting-time: 10<\/p>\n<p># Amount of time before players on server will be moved to lobby.<br \/>\narena-end-delay: 10<\/p>\n<p># Amount of time before trap can be used again.<br \/>\narena-trap-delay: 20<\/p>\n<p># Max ,,survivable&#8220; distance that player can fall.<br \/>\narena-max-fall-distance: 8<\/p>\n<p># Speed Amplifier for Death role.<br \/>\narena-death-speed-amplifier: 10<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n#                                 EFFECTS<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\nblock-effects:<br \/>\n  &#8211; block: EMERALD_BLOCK<br \/>\n    effect: JUMP<br \/>\n    amplifier: 7<br \/>\n    duration: 1.5<br \/>\n  &#8211; block: REDSTONE_BLOCK<br \/>\n    effect: SPEED<br \/>\n    amplifier: 5<br \/>\n    duration: 1.5<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n#                                BOOSTERS<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\nboosters:<br \/>\n  &#8211; slot: 0<br \/>\n    power: 2.5<br \/>\n    delay: 10<br \/>\n    item:<br \/>\n      name: <green>Booster <gray>(Right Click)<br \/>\n      material: FEATHER<br \/>\n    delayItem:<br \/>\n      name: <red>Booster <gray>(<delay> seconds)<br \/>\n      material: FEATHER<br \/>\n    direction: FORWARD<br \/>\n    sound: ENTITY_BLAZE_AMBIENT<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n#                                SOUNDS<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\narena-sound-pre-starting: BLOCK_NOTE_BLOCK_PLING<br \/>\narena-sound-starting: ENTITY_EXPERIENCE_ORB_PICKUP<br \/>\narena-sound-started: ENTITY_ENDER_DRAGON_GROWL<br \/>\narena-sound-checkpoint-reached: ENTITY_EXPERIENCE_ORB_PICKUP<br \/>\narena-sound-trap-delay: ENTITY_VILLAGER_NO<br \/>\narena-sound-player-death: ENTITY_SKELETON_DEATH<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>File: <code>language.yml<\/code><\/summary>\n<p>&#8220;`yaml<br \/>\n#<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n#                               INFORMATION<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n#<br \/>\n#  This is configuration file for DeathRun plugin, if you found any issue<br \/>\n#  contact with us through Discord or create issue on GitHub. If you need<br \/>\n#  help with configuration visit https:\/\/mrstudios.pl\/documentation.<br \/>\n#  <\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n#                                  GENERAL<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\nchat-message-no-permissions: <red>You don&#8217;t have permissions to this command.<br \/>\nchat-message-invalid-command-usage: <red>Invalid command usage, correct usage is <dark_red><usage><red>.<br \/>\nchat-message-arena-player-joined: <gray><player> <yellow>has joined. <aqua>(<currentPlayers>\/<maxPlayers>)<br \/>\nchat-message-arena-player-left: <gray><player> <yellow>has quit.<br \/>\nchat-message-arena-starting-timer: <yellow>Game starts in <gold><timer> seconds<yellow>.<br \/>\nchat-message-arena-player-finished: <reset> <white><b>FINISH ><\/b> <gray>Player <gold><player>\n  <gray>has finished game in <white><seconds> seconds<gray>. <dark_gray>(#<finishPosition>)<br \/>\nchat-message-arena-game-start-runner:<br \/>\n&#8211; <reset><br \/>\n&#8211; <reset>   <gold><b>*<\/b> <gray>You are <green>Runner<gray>.<br \/>\n&#8211; <reset>   <white><b>*<\/b> <gray>Your task is complete run in shortest possible time,<br \/>\n  during this task interfering player will trigger various traps.<br \/>\n&#8211; <reset><br \/>\nchat-message-arena-game-start-death:<br \/>\n&#8211; <reset><br \/>\n&#8211; <reset>   <gold><b>*<\/b> <gray>You are <red>Death<gray>.<br \/>\n&#8211; <reset>   <white><b>*<\/b> <gray>Your task is to disturb runners by launching traps.<br \/>\n&#8211; <reset><br \/>\nchat-message-game-end-spectator:<br \/>\n&#8211; <reset><br \/>\n&#8211; <reset>   <gold><b>*<\/b> <gray>You are <dark_gray>Spectator<gray>.<br \/>\n&#8211; <reset>   <white><b>*<\/b> <gray>Now you can follow other players.<br \/>\n&#8211; <reset><\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n#                                  TITLES<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\narena-pre-starting-title: <red><timer><br \/>\narena-pre-starting-subtitle: <reset><br \/>\narena-starting-title: <red><timer><br \/>\narena-starting-subtitle: <reset><br \/>\narena-death-title: <red>YOU DIED!<br \/>\narena-death-subtitle: <yellow>Don&#8217;t give up! Try again!<br \/>\narena-checkpoint-title: <yellow>CHECKPOINT!<br \/>\narena-checkpoint-subtitle: <gold>You reached <yellow>#<checkpoint> checkpoint<gold>.<br \/>\narena-finish-title: <dark_aqua><b>FINISH<br \/>\narena-finish-subtitle: <gray>Your position is <white>#<position><gray>.<br \/>\narena-game-end-title: <red><b>GAME END!<br \/>\narena-game-end-subtitle: <reset><br \/>\narena-move-server-title: <aqua>Waiting..<br \/>\narena-move-server-subtitle: <gray>You will be transferred to lobby in <white><endTimer><br \/>\n  seconds<gray>.<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n#                               SCOREBOARD<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\narena-scoreboard-title: <yellow><b>DEATH RUN<br \/>\narena-scoreboard-lines-waiting:<br \/>\n&#8211; <reset><br \/>\n&#8211; &#8216;<white>Map: <green><\/p>\n<map>&#8216;<br \/>\n&#8211; &#8216;<white>Players: <green><currentPlayers>\/<maxPlayers>&#8216;<br \/>\n&#8211; <reset><br \/>\n&#8211; <white>Waiting..<br \/>\n&#8211; <reset><br \/>\n&#8211; <yellow>www.mrstudios.pl<br \/>\narena-scoreboard-lines-starting:<br \/>\n&#8211; <reset><br \/>\n&#8211; &#8216;<white>Map: <green><\/p>\n<map>&#8216;<br \/>\n&#8211; &#8216;<white>Players: <green><currentPlayers>\/<maxPlayers>&#8216;<br \/>\n&#8211; <reset><br \/>\n&#8211; <white>Start in <green><timer> seconds<br \/>\n&#8211; <reset><br \/>\n&#8211; <yellow>www.mrstudios.pl<br \/>\narena-scoreboard-lines-playing:<br \/>\n&#8211; <reset><br \/>\n&#8211; &#8216;<white>Time: <green><timeFormatted>&#8216;<br \/>\n&#8211; &#8216;<white>Role: <green><role>&#8216;<br \/>\n&#8211; <reset><br \/>\n&#8211; &#8216;<white>Runners: <green><runners>&#8216;<br \/>\n&#8211; &#8216;<white>Deaths: <red><deaths>&#8216;<br \/>\n&#8211; <reset><br \/>\n&#8211; &#8216;<white>Map: <green><\/p>\n<map>&#8216;<br \/>\n&#8211; <reset><br \/>\n&#8211; <yellow>www.mrstudios.pl<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n#                               HOLOGRAMS<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\narena-hologram-trap-delayed: <red><delay> seconds<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n#                                 ROLES<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\narena-roles-runner-name: <green>Runner<br \/>\narena-roles-death-name: <red>Death<br \/>\narena-roles-spectator-name: <gray>Spectator<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n#                                 ITEMS<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\narena-item-leave-name: <red>Leave <gray>(Right Click)<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>### Sponsoring<br \/>\nIf you want to sponsor this project you can do it by clicking &#8220;Sponsor&#8220; button. You can also support us by clicking on the star button on the top of this page.<\/p>\n<p>### Used Libraries<br \/>\nLibraries that is used in this project, most of them are open source libraries.<br \/>\n&#8211; LiteCommands by Rollczi<br \/>\n&#8211; ProtocolSidebar by CatCoderr<br \/>\n&#8211; Kyori Adventure by Kyori<br \/>\n&#8211; Java Annotations by JetBrains<br \/>\n&#8211; okaeri-configs by Okaeri<br \/>\n&#8211; commons-io by Apache Software Foundation<br \/>\n&#8211; java-commons by MrStudios Industries<\/p>\n","protected":false},"excerpt":{"rendered":"<p>An minigame based on popular game from HiveMC Network server. This plugin is for well known minigame from the HiveMC Network server where players are divided into two teams, runners and deaths.<\/p>\n","protected":false},"featured_media":55091,"template":"","meta":{"_minecraft_slug":"deathrun","_minecraft_project_id":"Dmjt5bDr","_minecraft_author":"SfenKer","_minecraft_license":"AGPL-3.0-only","_minecraft_downloads":1299,"_minecraft_follows":7,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"deathrun.zip","_minecraft_size_bytes":28659000,"_minecraft_version_count":13,"_minecraft_updated_at":"2026-05-16T07:43:04.885739Z","_minecraft_date_created":"2023-12-05T23:31:46.104527Z","_minecraft_date_modified":"2024-09-21T17:32:42.939187Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/deathrun","_minecraft_icon_attachment_id":55091,"_minecraft_imported_at":"2026-06-03T01:33:20+00:00","_minecraft_import_hash":"09d6c8dffb725935855ec3eb1e6de8b4","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[866,127,128,129],"mod_loader":[132,133,134],"minecraft_version":[118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37],"class_list":["post-55090","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-minigame","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DeathRun - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/deathrun\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DeathRun - Minecraft\" \/>\n<meta property=\"og:description\" content=\"An minigame based on popular game from HiveMC Network server. This plugin is for well known minigame from the HiveMC Network server where players are divided into two teams, runners and deaths.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/deathrun\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathrun\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathrun\\\/\",\"name\":\"DeathRun - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathrun\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathrun\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/deathrun-icon-a6a687d1fc5589f8e939523085164aac2bacd8c6_96.webp\",\"datePublished\":\"2026-06-03T01:33:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathrun\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathrun\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathrun\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/deathrun-icon-a6a687d1fc5589f8e939523085164aac2bacd8c6_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/deathrun-icon-a6a687d1fc5589f8e939523085164aac2bacd8c6_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathrun\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"DeathRun\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DeathRun - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/deathrun\/","og_locale":"en_US","og_type":"article","og_title":"DeathRun - Minecraft","og_description":"An minigame based on popular game from HiveMC Network server. This plugin is for well known minigame from the HiveMC Network server where players are divided into two teams, runners and deaths.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/deathrun\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathrun\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/deathrun\/","name":"DeathRun - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathrun\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathrun\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/deathrun-icon-a6a687d1fc5589f8e939523085164aac2bacd8c6_96.webp","datePublished":"2026-06-03T01:33:19+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathrun\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/deathrun\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathrun\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/deathrun-icon-a6a687d1fc5589f8e939523085164aac2bacd8c6_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/deathrun-icon-a6a687d1fc5589f8e939523085164aac2bacd8c6_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathrun\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"DeathRun"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/55090","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/55091"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=55090"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=55090"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=55090"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=55090"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}