{"id":98106,"date":"2026-06-05T18:08:02","date_gmt":"2026-06-05T15:08:02","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/manhunt6\/"},"modified":"2026-06-05T18:08:02","modified_gmt":"2026-06-05T15:08:02","slug":"manhunt6","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/manhunt6\/","title":{"rendered":"Manhunt 6"},"content":{"rendered":"<p># Manhunt6<\/p>\n<p>Manhunt6 is a Paper plugin that implements the popular Manhunt game mode for Minecraft 1.21.4 and above.<\/p>\n<p>## Installation<\/p>\n<p>### Requirements<br \/>\n&#8211; Paper server running Minecraft 1.21.4<br \/>\n&#8211; Java 21 or higher<\/p>\n<p>### Setup<br \/>\n1. Download the Manhunt6 JAR file<br \/>\n2. Place it in your server&#8217;s `plugins` directory<br \/>\n3. Start or restart your server<\/p>\n<p>## Commands<\/p>\n<p>| Command                         | Description                                   | Permission                              |<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;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| `\/manhunt hunters add <player>` | Add a player to the hunters team              | `manhunt6.command.players`              |<br \/>\n| `\/manhunt hunters clear`        | Remove all hunters from the pending list      | `manhunt6.command.players`              |<br \/>\n| `\/manhunt runners add <player>` | Add a player to the speedrunners team         | `manhunt6.command.players`              |<br \/>\n| `\/manhunt runners clear`        | Remove all speedrunners from the pending list | `manhunt6.command.players`              |<br \/>\n| `\/manhunt remove <player>`      | Remove a player from either team              | `manhunt6.command.players`              |<br \/>\n| `\/manhunt start`                | Begin the Manhunt game                        | `manhunt6.command.start`                |<br \/>\n| `\/manhunt stop`                 | Abort the current game                        | `manhunt6.command.stop`                 |<br \/>\n| `\/manhunt query`                | Show current game status                      | `manhunt6.command.query` (default: all) |<br \/>\n| `\/manhunt query pending`        | Show pending players list                     | `manhunt6.command.query` (default: all) |<br \/>\n| `\/manhunt query running`        | Show running game information                 | `manhunt6.command.query` (default: all) |<br \/>\n| `\/manhunt compass`              | Get a compass pointing to speedrunners        | `manhunt6.command.compass`              |<br \/>\n| `\/manhunt surrender`            | Surrender in the game                         | `manhunt6.command.surrender`            |<\/p>\n<p>## Permission Management<\/p>\n<p>By default, all commands are restricted to operators except for:<br \/>\n&#8211; `\/manhunt query` &#8211; Available to all players<br \/>\n&#8211; `\/manhunt surrender` &#8211; Available to all players<br \/>\n&#8211; `\/manhunt compass` &#8211; Available to all players<\/p>\n<p>### Permission Structure<\/p>\n<p>&#8211; **`manhunt6.command`** (OP-only): Main permission that includes:<br \/>\n  &#8211; `manhunt6.command.players` &#8211; Team management commands<br \/>\n  &#8211; `manhunt6.command.start` &#8211; Start game<br \/>\n  &#8211; `manhunt6.command.stop` &#8211; Stop game<br \/>\n&#8211; **`manhunt6.command.query`** (Default: true): View game information<br \/>\n&#8211; **`manhunt6.command.surrender`** (Default: true): Allow players to surrender<br \/>\n&#8211; **`manhunt6.command.compass`** (Default: true): Allow hunters to get compasses<\/p>\n<p>## Game Rules and Behavior<\/p>\n<p>### Hunter Compass<br \/>\n&#8211; Hunters receive a compass pointing to speedrunners<br \/>\n&#8211; Compass updates to nearest speedrunner<br \/>\n&#8211; Shows distance to target if enabled in config<br \/>\n&#8211; Can be obtained with `\/manhunt compass` (if you&#8217;re a hunter)<\/p>\n<p>### Player Disconnects<br \/>\n&#8211; If `lose-on-quit` is true:<br \/>\n&#8211; Disconnected speedrunners lose a life<br \/>\n&#8211; Disconnected hunters are considered out of the game<br \/>\n&#8211; If `lose-on-quit` is false:<br \/>\n&#8211; Players can reconnect and continue playing<\/p>\n<p>### Runner Lives System<br \/>\n&#8211; Speedrunners have `runner-lives` chances to respawn<br \/>\n&#8211; Lives are tracked per player<br \/>\n&#8211; When lives reach 0, the player is eliminated<\/p>\n<p>## Configuration<\/p>\n<p>The plugin creates a configuration file at `plugins\/Manhunt6\/config.yml`. Here&#8217;s a detailed breakdown of all options:<\/p>\n<p>| Option                      | Description                                      | Default                   |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `language`                  | Plugin messages language (supports `en` or `zh`) | `en`                      |<br \/>\n| `lose-on-quit`              | Whether players lose when they disconnect        | `true`                    |<br \/>\n| `hunter-loses-on-death`     | Whether hunters lose the game when they die      | `false`                   |<br \/>\n| `runners-lose-condition`    | When speedrunners lose (`one` or `all`)          | `all`                     |<br \/>\n| `runners-win-condition`     | When speedrunners win (see below)                | `runner_kills_the_dragon` |<br \/>\n| `runner-lives`              | Number of lives each speedrunner has             | `1`                       |<br \/>\n| `announce-runner-max-lives` | Announce runner lives at game start              | `false`                   |<br \/>\n| `ban-locate-bar`            | Disable the locate bar if possible               | `true`                    |<br \/>\n| `compass-shows-distance`    | Show distance to target in compass tooltip       | `true`                    |<\/p>\n<p>### Win Conditions for Speedrunners<\/p>\n<p>Speedrunners can win in several ways, configurable via `runners-win-condition`:<\/p>\n<p>1. **`runner_frees_the_end`** &#8211; A speedrunner gets the &#8220;Free The End&#8221; advancement<br \/>\n2. **`anyone_frees_the_end`** &#8211; Any player gets the &#8220;Free The End&#8221; advancement<br \/>\n3. **`runner_kills_the_dragon`** &#8211; A speedrunner kills the Ender Dragon<br \/>\n4. **`dragon_dies`** &#8211; The Ender Dragon dies (any cause)<br \/>\n5. **`one_runner_portals`** &#8211; A speedrunner returns from The End to Overworld through the portal<br \/>\n6. **`all_runners_portal`** &#8211; All speedrunners return from The End to Overworld through the portal<\/p>\n<p>## Troubleshooting<\/p>\n<p>### Common Issues<\/p>\n<p>+ **Game won&#8217;t start**<br \/>\n  &#8211; Check that you have at least 1 hunter and 1 speedrunner<br \/>\n&#8211; Verify no game is already running with `\/manhunt query`<\/p>\n<p>+ **Compass not working**<br \/>\n  &#8211; Ensure the player is a hunter<br \/>\n  &#8211; Use `\/manhunt compass` to get a new compass<br \/>\n  &#8211; Check that speedrunners are in the same world<\/p>\n<p>+ **Messages not displaying correctly**<br \/>\n  &#8211; Verify the language file exists (`plugins\/Manhunt6\/language\/[lang].yml`)<br \/>\n  &#8211; Try switching to English with `language: en` in config<\/p>\n<p>+ **Win condition not triggering**<br \/>\n  &#8211; Verify the correct win condition is set in config<br \/>\n  &#8211; Check that the Ender Dragon was actually killed or portal was used<\/p>\n<p>## Best Practices<\/p>\n<p>+ **Pre-game Setup**:<br \/>\n  &#8211; Use a fresh world or reset the End before starting<br \/>\n  &#8211; Ensure all players are ready before starting the game<\/p>\n<p>+ **Balance Teams**:<br \/>\n  &#8211; For fair gameplay, have 2-3 hunters per speedrunner<br \/>\n  &#8211; Adjust `runner-lives` for longer games (2-3 lives for casual play)<\/p>\n<p>+ **Backup**:<br \/>\n  &#8211; Backup your world before hosting events<br \/>\n  &#8211; Consider using a separate world for Manhunt games<\/p>\n<p>## Support<\/p>\n<p>If you encounter issues not covered in this guide:<br \/>\n1. Check the server logs for error messages<br \/>\n2. Verify you&#8217;re using the correct Paper version<br \/>\n3. Review the configuration settings carefully<\/p>\n<p>## Author<\/p>\n<p>&#8211; teddyxlandlee<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A manhunt implementation on Paper 1.21.4+<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"manhunt6","_minecraft_project_id":"WWScDTxV","_minecraft_author":"teddyxlandlee","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":283,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"manhunt6.zip","_minecraft_size_bytes":241834,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T11:55:57.551237Z","_minecraft_date_created":"2026-01-05T21:14:51.822977Z","_minecraft_date_modified":"2026-01-25T09:54:32.729159Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/manhunt6","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-05T15:08:03+00:00","_minecraft_import_hash":"0952d53e47d97ea1dbd8905788487d95","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[866,127],"mod_loader":[132],"minecraft_version":[40,41,38,78,79,80,81,82,83],"class_list":["post-98106","mod","type-mod","status-publish","hentry","mod_category-minigame","mod_category-paper","mod_loader-paper","minecraft_version-1-21-10","minecraft_version-1-21-11","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","minecraft_version-26-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Manhunt 6 - 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\/manhunt6\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Manhunt 6 - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A manhunt implementation on Paper 1.21.4+\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/manhunt6\/\" \/>\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\\\/manhunt6\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/manhunt6\\\/\",\"name\":\"Manhunt 6 - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-05T15:08:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/manhunt6\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/manhunt6\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/manhunt6\\\/#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\":\"Manhunt 6\"}]},{\"@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":"Manhunt 6 - 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\/manhunt6\/","og_locale":"en_US","og_type":"article","og_title":"Manhunt 6 - Minecraft","og_description":"A manhunt implementation on Paper 1.21.4+","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/manhunt6\/","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\/manhunt6\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/manhunt6\/","name":"Manhunt 6 - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-05T15:08:02+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/manhunt6\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/manhunt6\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/manhunt6\/#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":"Manhunt 6"}]},{"@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\/98106","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=98106"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=98106"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=98106"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=98106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}