{"id":19684,"date":"2026-05-31T23:35:53","date_gmt":"2026-05-31T20:35:53","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/armsrace\/"},"modified":"2026-05-31T23:35:53","modified_gmt":"2026-05-31T20:35:53","slug":"armsrace","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/armsrace\/","title":{"rendered":"ArmsRace"},"content":{"rendered":"<p># \ud83d\udd2b Arms Race (Mini-Game Mod)<br \/>\n**\u26a0\ufe0f EARLY ALPHA \/ EXPERIMENTAL:** *This mod is currently in early development. Core mechanics work, but full compatibility with other mods is still being tested. Bug reports and feedback are highly appreciated!*<\/p>\n<p>Welcome to **Arms Race** \u2014 a fully customizable, server-side friendly mini-game mod for NeoForge! <\/p>\n<p>Bring the classic &#8220;Gun Game&#8221; experience to your Minecraft server. Players battle each other to upgrade their weapons. The first player to get a kill with the final weapon on the list wins the match!<\/p>\n<p>This mod is an independent core. It relies on vanilla mechanics, meaning it can technically issue ANY item as a weapon (Vanilla swords, bows, etc.). <\/p>\n<p>### \u2728 Current Features<br \/>\n*   **Customizable Arenas:** Create multiple arenas via a simple JSON config.<br \/>\n*   **Team Support:** Set up Free-For-All or Team Deathmatch modes.<br \/>\n*   **Custom Weapon &#038; Armor Ladders:** Define your own progression list using item IDs. You can configure automatic armor equipping and extra items (like ammo or shields) for each level!<br \/>\n*   **Dynamic UI:** Built-in clean Scoreboard to track kills, lobby status, and warmup timers.<br \/>\n*   **Safe Environment:** Configurable block-breaking protection and spawn point management.<\/p>\n<p>### \ud83d\ude80 Roadmap \/ Planned Features<br \/>\nSince the mod is in its early stages, here is what is planned for the future updates:<br \/>\n*   **\ud83d\udd2b Weapon Mods Compatibility:** Thorough testing and guaranteed support for heavy gun mods like **Timeless and Classics Zero (TaC:Z)** and **Vic&#8217;s Point Blank**.<br \/>\n*   **\ud83c\udf10 Cross-Loader Support:** Porting the mod to **Fabric** (potentially using Architectury API) and updating to other Minecraft versions.<br \/>\n*   **\ud83d\udd0c Plugin Compatibility:** Ensuring seamless work with popular server plugins (e.g., LuckPerms, economy, and anti-cheats).<br \/>\n*   **\ud83c\udfc6 End-Game Polish:** Fancy victory screens, post-match statistics, and rewards.<\/p>\n<p>### \ud83d\udcdc Commands (Requires OP \/ Permission Level 2 for setup)<br \/>\n*   `\/armsrace create <template_id>` &#8211; Creates a lobby based on the config template.<br \/>\n*   `\/armsrace join` &#8211; Joins an available lobby.<br \/>\n*   `\/armsrace leave` &#8211; Leaves the current lobby.<br \/>\n*   `\/armsrace start` &#8211; Force starts the game (bypasses the warmup).<br \/>\n*   `\/armsrace setteam <player> <team_id>` &#8211; Moves a player to a specific team.<br \/>\n*   `\/armsrace reload` &#8211; Reloads the JSON config without restarting the server!<\/p>\n<p>### \ud83d\udee0\ufe0f Configuration Guide<br \/>\nWhen you run the mod for the first time, it will generate an advanced default configuration file located at `config\/armsrace_arenas.json`. <\/p>\n<p>The config allows deep customization of weapons, team spawns, armor progression, and even specific inventory slots!<\/p>\n<p>**Example Configuration:**<br \/>\n&#8220;`json[<br \/>\n    {<br \/>\n        &#8220;templateId&#8221;: &#8220;vanilla&#8221;,<br \/>\n        &#8220;lobbyCoord&#8221;: { &#8220;x&#8221;: 137.0, &#8220;y&#8221;: -54.0, &#8220;z&#8221;: 0.0 },<br \/>\n        &#8220;maxPlayers&#8221;: 10,<br \/>\n        &#8220;warmupTime&#8221;: 60,<br \/>\n        &#8220;teams&#8221;:[<br \/>\n            {<br \/>\n                &#8220;teamId&#8221;: &#8220;1&#8221;,<br \/>\n                &#8220;colorCode&#8221;: &#8220;\u00a7b&#8221;,<br \/>\n                &#8220;spawns&#8221;:[ { &#8220;x&#8221;: 143.0, &#8220;y&#8221;: -57.0, &#8220;z&#8221;: 28.0 } ]<br \/>\n            },<br \/>\n            {<br \/>\n                &#8220;teamId&#8221;: &#8220;2&#8221;,<br \/>\n                &#8220;colorCode&#8221;: &#8220;\u00a7a&#8221;,<br \/>\n                &#8220;spawns&#8221;:[ { &#8220;x&#8221;: 80.0, &#8220;y&#8221;: -60.0, &#8220;z&#8221;: 8.0 } ]<br \/>\n            }<br \/>\n        ],<br \/>\n        &#8220;weapons&#8221;:[<br \/>\n            {<br \/>\n                &#8220;item&#8221;: &#8220;minecraft:wooden_sword&#8221;<br \/>\n            },<br \/>\n            {<br \/>\n                &#8220;item&#8221;: &#8220;minecraft:iron_sword&#8221;,<br \/>\n                &#8220;additionalItems&#8221;:[<br \/>\n                    { &#8220;item&#8221;: &#8220;minecraft:grass_block&#8221;, &#8220;count&#8221;: 3, &#8220;slot&#8221;: 2 }<br \/>\n                ]<br \/>\n            },<br \/>\n            {<br \/>\n                &#8220;item&#8221;: &#8220;minecraft:diamond_sword&#8221;<br \/>\n            }<br \/>\n        ],<br \/>\n        &#8220;armor&#8221;:[<br \/>\n            { &#8220;helmet&#8221;: &#8220;minecraft:iron_helmet&#8221;, &#8220;level&#8221;: 0 },<br \/>\n            { &#8220;chestplate&#8221;: &#8220;minecraft:iron_chestplate&#8221;, &#8220;level&#8221;: 1 }<br \/>\n        ],<br \/>\n        &#8220;additionalItems&#8221;:[<br \/>\n            { &#8220;item&#8221;: &#8220;minecraft:cobblestone&#8221;, &#8220;count&#8221;: 54, &#8220;slot&#8221;: 7 }<br \/>\n        ]<br \/>\n    }<br \/>\n]<br \/>\n&#8220;`<\/p>\n<p>#### Advanced Parameters Explained:<\/p>\n<p>`lobbyCoord` &#8211; The waiting area where players spawn before the match starts or after they leave.<\/p>\n<p>`weapons` &#8211; The progression ladder. You can now define additionalItems for specific weapon levels (e.g., giving 30 rounds of ammo only when a player reaches the AK-47 level!).<\/p>\n<p>`armor` &#8211; Equip players with specific armor pieces at specific levels.<\/p>\n<p>`additionalItems` (Global) &#8211; Items given to all players at the start of the match and on every respawn (like building blocks or food). Define the count and the exact inventory slot.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A fully customizable, standalone Arms Race \/ Gun Game mini-game for your server. Works perfectly with vanilla items or any weapon mods like TaC:Z! ALPHA VERSION OF MOD!!!<\/p>\n","protected":false},"featured_media":19685,"template":"","meta":{"_minecraft_slug":"armsrace","_minecraft_project_id":"XsBwbtLQ","_minecraft_author":"AleksTi","_minecraft_license":"MPL-2.0","_minecraft_downloads":20,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"armsrace.zip","_minecraft_size_bytes":125339,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T13:06:10.020897Z","_minecraft_date_created":"2026-05-06T23:50:21.231470Z","_minecraft_date_modified":"2026-05-10T07:57:29.933995Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/armsrace","_minecraft_icon_attachment_id":19685,"_minecraft_imported_at":"2026-05-31T20:35:54+00:00","_minecraft_import_hash":"6fefb828e92c737d541366a4ceb0ca91","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,89,866,158],"mod_loader":[160],"minecraft_version":[37],"class_list":["post-19684","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-game-mechanics","mod_category-minigame","mod_category-neoforge","mod_loader-neoforge","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>ArmsRace - 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\/armsrace\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ArmsRace - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A fully customizable, standalone Arms Race \/ Gun Game mini-game for your server. Works perfectly with vanilla items or any weapon mods like TaC:Z! ALPHA VERSION OF MOD!!!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/armsrace\/\" \/>\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\\\/armsrace\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armsrace\\\/\",\"name\":\"ArmsRace - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armsrace\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armsrace\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/armsrace-icon-d4ded522c4365f77793a3e15c7c69a4414d55019_96.webp\",\"datePublished\":\"2026-05-31T20:35:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armsrace\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armsrace\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armsrace\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/armsrace-icon-d4ded522c4365f77793a3e15c7c69a4414d55019_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/armsrace-icon-d4ded522c4365f77793a3e15c7c69a4414d55019_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armsrace\\\/#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\":\"ArmsRace\"}]},{\"@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":"ArmsRace - 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\/armsrace\/","og_locale":"en_US","og_type":"article","og_title":"ArmsRace - Minecraft","og_description":"A fully customizable, standalone Arms Race \/ Gun Game mini-game for your server. Works perfectly with vanilla items or any weapon mods like TaC:Z! ALPHA VERSION OF MOD!!!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/armsrace\/","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\/armsrace\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/armsrace\/","name":"ArmsRace - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/armsrace\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/armsrace\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/armsrace-icon-d4ded522c4365f77793a3e15c7c69a4414d55019_96.webp","datePublished":"2026-05-31T20:35:53+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/armsrace\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/armsrace\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/armsrace\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/armsrace-icon-d4ded522c4365f77793a3e15c7c69a4414d55019_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/armsrace-icon-d4ded522c4365f77793a3e15c7c69a4414d55019_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/armsrace\/#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":"ArmsRace"}]},{"@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\/19684","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\/19685"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=19684"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=19684"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=19684"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=19684"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}