{"id":54958,"date":"2026-06-03T04:23:48","date_gmt":"2026-06-03T01:23:48","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/death-swap-plus\/"},"modified":"2026-06-03T04:23:48","modified_gmt":"2026-06-03T01:23:48","slug":"death-swap-plus","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/death-swap-plus\/","title":{"rendered":"Death Swap Plus"},"content":{"rendered":"<p># Death Swap Plus<\/p>\n<p>A DeathSwap minigame plugin for Minecraft **1.21**.<\/p>\n<p>In DeathSwap, everyone plays in survival and the plugin will periodically **swap players\u2019 positions**. Your goal is to **make other players die** (traps, lava, fall damage, mobs, etc.).<br \/>\nIf you die, you become a **spectator**.<br \/>\n**Last player alive wins.**<\/p>\n<p>&#8212;<\/p>\n<p>## Quick Start<\/p>\n<p>1. Put the plugin jar into your server\u2019s `plugins\/` folder.<br \/>\n2. Start the server once (this creates `plugins\/DeathSwap\/config.yml`).<br \/>\n3. (Optional) Configure the plugin with `\/dssettings`.<br \/>\n4. Start a game:<br \/>\n   &#8211; **Ready-up start (recommended):** everyone runs `\/dsready`, then someone runs `\/dsready start`<br \/>\n   &#8211; **Admin start:** `\/dsstart`<\/p>\n<p>&#8212;<\/p>\n<p>## How The Game Works<\/p>\n<p>&#8211; When a game starts, all online players are put into **SURVIVAL** and added to the match.<br \/>\n&#8211; Players get optional starting items:<br \/>\n  &#8211; `GiveFood=true` \u2192 **20 cooked porkchops**<br \/>\n  &#8211; `GiveWaterBucket=true` \u2192 **1 water bucket**<br \/>\n&#8211; The plugin shows **health in the TAB list** (scoreboard objective `showhealth`).<br \/>\n&#8211; Swaps happen after a random delay between `MinTimer` and `MaxTimer` (ticks).<br \/>\n&#8211; A big title warning **always** appears **10 seconds** before a swap (200 ticks):<br \/>\n  **\u201cSWAP INCOMING!\u201d**<br \/>\n&#8211; During the match, eliminated players are set to **SPECTATOR**.<br \/>\n&#8211; The game ends automatically when only **one** player remains.<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>### `\/dsready [get|start]`<\/p>\n<p>Player-only. Used to ready-up before starting.<br \/>\nOnly works when **no game is active**.<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/dsready` | Toggles your ready status and broadcasts `[ready\/online]`. |<br \/>\n| `\/dsready get` | Shows whether you are currently marked as ready. |<br \/>\n| `\/dsready start` | Starts the game **only if everyone online is ready**. |<\/p>\n<p>&#8212;<\/p>\n<p>### `\/dsstart`<\/p>\n<p>Requires permission: `ds.start`<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/dsstart` | Force-starts a new game (only if no game is active). |<br \/>\n| `\/dsstart true` | Starts the game in **dev mode** (testing mode). |<\/p>\n<p>**Dev mode notes:**<br \/>\n&#8211; Allows starting with only **1 player** online.<br \/>\n&#8211; Sends extra debug info to OPs (teleport order \/ pair listings).<br \/>\n&#8211; **Stats are not written** while dev mode is enabled.<\/p>\n<p>&#8212;<\/p>\n<p>### `\/dsstop`<\/p>\n<p>Requires permission: `ds.stop`<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/dsstop` | Force-stops the current game (only if a game is active). |<\/p>\n<p>&#8212;<\/p>\n<p>### `\/dssettings <set|get|help> &#8230;`<\/p>\n<p>Requires permission: `ds.settings`<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/dssettings get` | Prints all settings and their current values in one line. |<br \/>\n| `\/dssettings help` | Shows help pages. |<br \/>\n| `\/dssettings set <Setting> <Value>` | Changes a specific setting. |<\/p>\n<p>**Time values are in ticks**<br \/>\n&#8211; `20 ticks = 1 second`<br \/>\n&#8211; `1200 ticks = 1 minute`<\/p>\n<p>**Examples**<br \/>\n&#8211; `\/dssettings set MinTimer 2400` (2 minutes)<br \/>\n&#8211; `\/dssettings set MaxTimer 6000` (5 minutes)<br \/>\n&#8211; `\/dssettings set Warning 200` (10 seconds)<br \/>\n&#8211; `\/dssettings set Safe 60` (3 seconds of invincibility)<br \/>\n&#8211; `\/dssettings set TeleportMode pairs`<\/p>\n<p>&#8212;<\/p>\n<p>### `\/dstp <player>`<\/p>\n<p>Player-only. Spectator utility.<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/dstp <player>` | Teleports you to a target **alive** player. |<\/p>\n<p>**Notes**<br \/>\n&#8211; Works only if a game is active.<br \/>\n&#8211; You must be spectating (not in the alive player list).<br \/>\n&#8211; Tab completion suggests alive players.<\/p>\n<p>&#8212;<\/p>\n<p>### `\/dskill`<\/p>\n<p>Player-only.<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/dskill` | Instantly kills you during a game (sets health to 0). |<\/p>\n<p>Useful if you want to forfeit and spectate.<\/p>\n<p>&#8212;<\/p>\n<p>### `\/dsstats [player]`<\/p>\n<p>Player-only.<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/dsstats` | Shows your own stats. |<br \/>\n| `\/dsstats <player>` | Shows stats for another player (offline data supported). |<\/p>\n<p>**Tracked stats**<br \/>\n&#8211; Games<br \/>\n&#8211; Wins<br \/>\n&#8211; Swaps<br \/>\n&#8211; Deaths<br \/>\n&#8211; Disconnected<br \/>\n&#8211; Time played<\/p>\n<p>&#8212;<\/p>\n<p>### `\/dsinfo`<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/dsinfo` | Shows plugin info (creator, inspiration, version). |<\/p>\n<p>&#8212;<\/p>\n<p>## Settings Reference<\/p>\n<p>Settings can be changed via `\/dssettings set &#8230;` or directly in<br \/>\n`plugins\/DeathSwap\/config.yml`.<\/p>\n<p>&#8212;<\/p>\n<p>### Swap Timing<\/p>\n<p>| Setting | Description |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `MinTimer` | Minimum time before the next swap (ticks). |<br \/>\n| `MaxTimer` | Maximum time before the next swap (ticks). |<br \/>\n| `Warning` | Action-bar countdown when time until swap \u2264 this value. |<br \/>\n| `Safe` | Resistance duration after swaps and at game start. |<\/p>\n<p>&#8212;<\/p>\n<p>### TeleportMode<\/p>\n<p>Controls how player locations are swapped.<\/p>\n<p>| Mode | Description |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `random` | Each player is teleported to a random other player every swap. Falls back to circle if no valid mapping is found after 500 tries. |<br \/>\n| `circle` | Players swap in a circular order randomized at game start. |<br \/>\n| `random_circle` | Same as `circle`, but reshuffles after each swap. |<br \/>\n| `fixed_circle` | Circle order is fixed and never shuffled. |<br \/>\n| `pairs` | Players swap in pairs; odd counts create one 3-player rotation. Pairings are generated at game start. |<\/p>\n<p>&#8212;<\/p>\n<p>### World \/ Start Options<\/p>\n<p>| Setting | Description |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `World` | World used for spawning and teleporting. Falls back if invalid. |<br \/>\n| `RandomSpawn` | Randomizes player spawn positions at game start. |<br \/>\n| `GiveFood` | Gives starting food if enabled. |<br \/>\n| `GiveWaterBucket` | Gives a water bucket if enabled. |<\/p>\n<p>&#8212;<\/p>\n<p>### Swap Cleanup<\/p>\n<p>| Setting | Description |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `KillPearls` | Removes all ender pearls at the moment of a swap. |<br \/>\n| `SendChunks` | Present as a setting, but chunks are already preloaded regardless. |<\/p>\n<p>&#8212;<\/p>\n<p>### Language<\/p>\n<p>| Setting | Description |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `Language` | Controls broadcast messages and settings text (`en`, `hu`, `de`, `es`). |<\/p>\n<p>&#8212;<\/p>\n<p>## Notes &#038; Tips<\/p>\n<p>&#8211; Joining while a game is running puts you into **SPECTATOR**.<br \/>\n&#8211; Dead players can spectate alive players using `\/dstp <player>`.<br \/>\n&#8211; Player stats are stored in<br \/>\n  `plugins\/DeathSwap\/PlayerDatabase\/<uuid>.yml`.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A customizable Death Swap plugin for Spigot and Paper featuring an optional random long-distance spawn at the start, adding a strategic twist to the classic Death Swap experience.<\/p>\n","protected":false},"featured_media":54959,"template":"","meta":{"_minecraft_slug":"death-swap-plus","_minecraft_project_id":"NQdDYBMg","_minecraft_author":"HeroWarriors","_minecraft_license":"MIT","_minecraft_downloads":289,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"death-swap-plus.zip","_minecraft_size_bytes":46751,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T11:49:41.510770Z","_minecraft_date_created":"2025-12-30T23:41:49.488029Z","_minecraft_date_modified":"2025-12-27T10:31:07.047910Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/death-swap-plus","_minecraft_icon_attachment_id":54959,"_minecraft_imported_at":"2026-06-03T01:23:49+00:00","_minecraft_import_hash":"eb13ee7651cb3c35874a60af50adc4c8","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,88,89,866,127,129,92],"mod_loader":[132,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-54958","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-equipment","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Death Swap Plus - 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\/death-swap-plus\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Death Swap Plus - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A customizable Death Swap plugin for Spigot and Paper featuring an optional random long-distance spawn at the start, adding a strategic twist to the classic Death Swap experience.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/death-swap-plus\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-swap-plus\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-swap-plus\\\/\",\"name\":\"Death Swap Plus - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-swap-plus\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-swap-plus\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/death-swap-plus-icon-451fe7f7afa0517aaf9dc583ff3bdcb184053536_96.webp\",\"datePublished\":\"2026-06-03T01:23:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-swap-plus\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-swap-plus\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-swap-plus\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/death-swap-plus-icon-451fe7f7afa0517aaf9dc583ff3bdcb184053536_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/death-swap-plus-icon-451fe7f7afa0517aaf9dc583ff3bdcb184053536_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/death-swap-plus\\\/#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\":\"Death Swap Plus\"}]},{\"@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":"Death Swap Plus - 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\/death-swap-plus\/","og_locale":"en_US","og_type":"article","og_title":"Death Swap Plus - Minecraft","og_description":"A customizable Death Swap plugin for Spigot and Paper featuring an optional random long-distance spawn at the start, adding a strategic twist to the classic Death Swap experience.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/death-swap-plus\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/death-swap-plus\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/death-swap-plus\/","name":"Death Swap Plus - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/death-swap-plus\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/death-swap-plus\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/death-swap-plus-icon-451fe7f7afa0517aaf9dc583ff3bdcb184053536_96.webp","datePublished":"2026-06-03T01:23:48+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/death-swap-plus\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/death-swap-plus\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/death-swap-plus\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/death-swap-plus-icon-451fe7f7afa0517aaf9dc583ff3bdcb184053536_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/death-swap-plus-icon-451fe7f7afa0517aaf9dc583ff3bdcb184053536_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/death-swap-plus\/#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":"Death Swap Plus"}]},{"@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\/54958","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\/54959"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=54958"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=54958"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=54958"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=54958"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}