{"id":82197,"date":"2026-06-04T20:16:41","date_gmt":"2026-06-04T17:16:41","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/hosh-duels\/"},"modified":"2026-06-04T20:16:41","modified_gmt":"2026-06-04T17:16:41","slug":"hosh-duels","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/hosh-duels\/","title":{"rendered":"HOSH Duels"},"content":{"rendered":"<p># HOSH Duels<\/p>\n<p>A fully-featured 1v1 duel system for Spigot servers with kit management, WorldEdit-powered arenas, isolated temporary worlds, rematches, and persistent fight stats \u2014 all driven through an intuitive GUI and a single `\/hoshd` command.<\/p>\n<p>&#8212;<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; **Paper** (or compatible) \u2014 **1.19.x \/ 1.20.x \/ 1.21.x**<br \/>\n&#8211; **Java 17+**<br \/>\n&#8211; **Hosh Loader (mandatory)** \u2014 This plugin **will not stay enabled** without it. If `HoshLoader.jar` is missing, HOSH Duels disables itself and **server operators** get a message on join.<br \/>\n&#8211; **WorldEdit (mandatory)** \u2014 Required for arena selection and copying. If WorldEdit is missing, the plugin disables and ops are notified on join.<br \/>\n&#8211; Use **`\/hosh duels reload`** (via Hosh Loader) to reload this plugin after config changes.<br \/>\n&#8211; Use **`\/hosh update all`** (via Hosh Loader) to prepare newest compatible HOSH updates for next restart.<\/p>\n<p>## Downloads<\/p>\n<p>| | Modrinth |<br \/>\n|&#8212;|&#8212;&#8212;&#8212;-|<br \/>\n| **Hosh Loader** (install first) | Download Hosh Loader |<br \/>\n| **HOSH Duels** (this plugin) | Download HOSH Duels |<br \/>\n| **WorldEdit** (dependency) | Download WorldEdit |<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Temporary isolated worlds** \u2014 Every duel spawns in its own void world. The arena layout is copied from your WorldEdit selection, and the world is automatically deleted after the fight ends<br \/>\n&#8211; **Kit system** \u2014 Save, edit, and delete kits from your current inventory via GUI or commands. Full armor + inventory support with a visual editor<br \/>\n&#8211; **Arena system** \u2014 Define arenas using WorldEdit selections and player spawn points. Arenas are persisted to YAML and loaded on startup<br \/>\n&#8211; **Countdown &#038; invulnerability** \u2014 Players are invulnerable during the configurable countdown. Once the fight goes live, damage is tracked<br \/>\n&#8211; **Rematch system** \u2014 After a fight ends, either player can request a rematch. Both players must request within 60 seconds for the rematch to start<br \/>\n&#8211; **Fight statistics** \u2014 Wins and total damage dealt are tracked per player and saved to `stats.yml`<br \/>\n&#8211; **State restoration** \u2014 Player location, gamemode, inventory, and armor are saved before the fight and fully restored afterward<br \/>\n&#8211; **Disconnect handling** \u2014 If a player leaves mid-fight, the fight is aborted and the temp world is cleaned up<br \/>\n&#8211; **Full GUI** \u2014 Main menu, kit list, arena list, and kit editor inventories with intuitive click actions<br \/>\n&#8211; **Chat-based naming** \u2014 Create kits and arenas by clicking a GUI button and typing the name in chat<br \/>\n&#8211; **Tab completion** \u2014 All subcommands support tab-completing kit names, arena names, and online players<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>All commands are subcommands of `\/hoshd` (alias: `\/hoshduels`).<\/p>\n<p>| Command | Permission | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/hoshd` | \u2014 | Show all available commands |<br \/>\n| `\/hoshd gui` | \u2014 | Open the main duel GUI |<br \/>\n| `\/hoshd kit create <name>` | \u2014 | Create a kit from your current inventory |<br \/>\n| `\/hoshd kit delete <name>` | \u2014 | Delete a saved kit |<br \/>\n| `\/hoshd arena create <name>` | `hoshd.arena.create` | Start an arena setup session |<br \/>\n| `\/hoshd arena setarea` | `hoshd.arena.setarea` | Use your WorldEdit selection as the arena area |<br \/>\n| `\/hoshd arena setpos1` | `hoshd.arena.setpos1` | Set player 1 spawn at your current location |<br \/>\n| `\/hoshd arena setpos2` | `hoshd.arena.setpos2` | Set player 2 spawn at your current location |<br \/>\n| `\/hoshd arena confirm` | `hoshd.arena.confirm` | Finalize and save the arena |<br \/>\n| `\/hoshd arena delete <name>` | `hoshd.arena.delete` | Delete a saved arena |<br \/>\n| `\/hoshd cancel` | `hoshd.cancel` | Cancel your current arena setup session |<br \/>\n| `\/hoshd fight <kit> <arena> <p1> <p2>` | `hoshd.fight` | Start a duel between two players |<br \/>\n| `\/hoshd rematch <player>` | `hoshd.fight` | Request a rematch with a previous opponent |<\/p>\n<p>&#8212;<\/p>\n<p>## Arena Setup Guide<\/p>\n<p>Setting up an arena takes four steps:<\/p>\n<p>1. **Create** \u2014 Run `\/hoshd arena create <name>` to start a setup session<br \/>\n2. **Set area** \u2014 Make a WorldEdit selection, then run `\/hoshd arena setarea`<br \/>\n3. **Set spawns** \u2014 Stand where each player should spawn and run `\/hoshd arena setpos1` and `\/hoshd arena setpos2`<br \/>\n4. **Confirm** \u2014 Run `\/hoshd arena confirm` to save the arena<\/p>\n<p>You can cancel at any time with `\/hoshd cancel`.<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration<\/p>\n<p>All settings live in the default `config.yml` generated on first run.<\/p>\n<p>&#8220;`yaml<br \/>\nprefix: &#8220;&#038;8[&#038;bHOSH Duels&#038;8] &#8221;<\/p>\n<p>defaults:<br \/>\n  max-name-length: 24<br \/>\n  duel-countdown-seconds: 5<\/p>\n<p>features:<br \/>\n  delete-temp-worlds: true<br \/>\n  restore-player-inventory-after-fight: true<br \/>\n  auto-set-survival-in-duel: true<br \/>\n  rematch-enabled: true<br \/>\n  fight-stats-enabled: true<br \/>\n&#8220;`<\/p>\n<p>### Config Options<\/p>\n<p>| Option | Default | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `max-name-length` | `24` | Maximum characters for kit and arena names |<br \/>\n| `duel-countdown-seconds` | `5` | Countdown before players become vulnerable (0 = instant) |<br \/>\n| `delete-temp-worlds` | `true` | Delete temporary duel worlds after fights end |<br \/>\n| `restore-player-inventory-after-fight` | `true` | Restore player inventory and armor after a fight |<br \/>\n| `auto-set-survival-in-duel` | `true` | Force players into Survival gamemode during duels |<br \/>\n| `rematch-enabled` | `true` | Allow rematch requests after fights |<br \/>\n| `fight-stats-enabled` | `true` | Track wins and damage dealt per player |<\/p>\n<p>&#8212;<\/p>\n<p>## Data Files<\/p>\n<p>| File | Purpose |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `kits.yml` | Persistent storage for all saved kits |<br \/>\n| `arenas.yml` | Persistent storage for all arena definitions |<br \/>\n| `stats.yml` | Per-player win count and total damage dealt |<\/p>\n<p>&#8212;<\/p>\n<p>## Dependencies<\/p>\n<p>| Plugin | Required | Why |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| **WorldEdit** | Yes | Arena area selection and copying arenas to temporary worlds |<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>| Permission | Default | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `hoshd.arena.create` | None | Create new arenas |<br \/>\n| `hoshd.arena.setarea` | None | Set arena area from WorldEdit selection |<br \/>\n| `hoshd.arena.setpos1` | None | Set player 1 spawn point |<br \/>\n| `hoshd.arena.setpos2` | None | Set player 2 spawn point |<br \/>\n| `hoshd.arena.confirm` | None | Confirm and save an arena |<br \/>\n| `hoshd.arena.delete` | None | Delete arenas |<br \/>\n| `hoshd.cancel` | None | Cancel arena setup sessions |<br \/>\n| `hoshd.fight` | None | Start fights and request rematches |<\/p>\n<p>&#8212;<\/p>\n<p>## Installation<\/p>\n<p>1. Download and install **Hosh Loader** in `plugins\/` (required).<br \/>\n2. Install **WorldEdit** on your server (required).<br \/>\n3. Download **HOSH Duels** and place `hosh-duels-<version>.jar` in `plugins\/`.<br \/>\n4. Restart the server (full restart recommended after first install).<br \/>\n5. Edit `plugins\/HOSH_Duels\/config.yml` to your liking.<br \/>\n6. Start creating kits and arenas with `\/hoshd gui`. Use **`\/hosh duels reload`** when you change config files.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Modern duel system with temporary worlds and zero map damage.<\/p>\n","protected":false},"featured_media":82198,"template":"","meta":{"_minecraft_slug":"hosh-duels","_minecraft_project_id":"VixPQRjg","_minecraft_author":"Hoshiy","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":28,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"hosh-duels.zip","_minecraft_size_bytes":495047,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-15T22:10:09.535006Z","_minecraft_date_created":"2026-04-11T21:06:47.546310Z","_minecraft_date_modified":"2026-04-07T15:59:54.891735Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/hosh-duels","_minecraft_icon_attachment_id":82198,"_minecraft_imported_at":"2026-06-04T17:16:42+00:00","_minecraft_import_hash":"948c1819aa124dafd1ed76cb85dad315","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[866,127,128],"mod_loader":[132,133],"minecraft_version":[54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-82197","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-minigame","mod_category-paper","mod_category-purpur","mod_loader-paper","mod_loader-purpur","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","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>HOSH Duels - 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\/hosh-duels\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HOSH Duels - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Modern duel system with temporary worlds and zero map damage.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/hosh-duels\/\" \/>\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\\\/hosh-duels\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hosh-duels\\\/\",\"name\":\"HOSH Duels - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hosh-duels\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hosh-duels\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hosh-duels-icon-440b5bb236e7f7cc559e3833ec4dfdba64fa526a_96.webp\",\"datePublished\":\"2026-06-04T17:16:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hosh-duels\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hosh-duels\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hosh-duels\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hosh-duels-icon-440b5bb236e7f7cc559e3833ec4dfdba64fa526a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hosh-duels-icon-440b5bb236e7f7cc559e3833ec4dfdba64fa526a_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hosh-duels\\\/#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\":\"HOSH Duels\"}]},{\"@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":"HOSH Duels - 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\/hosh-duels\/","og_locale":"en_US","og_type":"article","og_title":"HOSH Duels - Minecraft","og_description":"Modern duel system with temporary worlds and zero map damage.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/hosh-duels\/","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\/hosh-duels\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/hosh-duels\/","name":"HOSH Duels - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hosh-duels\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hosh-duels\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hosh-duels-icon-440b5bb236e7f7cc559e3833ec4dfdba64fa526a_96.webp","datePublished":"2026-06-04T17:16:41+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hosh-duels\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/hosh-duels\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hosh-duels\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hosh-duels-icon-440b5bb236e7f7cc559e3833ec4dfdba64fa526a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hosh-duels-icon-440b5bb236e7f7cc559e3833ec4dfdba64fa526a_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hosh-duels\/#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":"HOSH Duels"}]},{"@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\/82197","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\/82198"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=82197"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=82197"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=82197"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=82197"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}