{"id":88917,"date":"2026-06-05T04:54:43","date_gmt":"2026-06-05T01:54:43","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/just-another-survival-debug-stick\/"},"modified":"2026-06-05T04:54:43","modified_gmt":"2026-06-05T01:54:43","slug":"just-another-survival-debug-stick","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/just-another-survival-debug-stick\/","title":{"rendered":"Just Another Survival Debug Stick"},"content":{"rendered":"<p># \ud83e\ude84 Just Another Survival Debug Stick<\/p>\n<p>**A lightweight server-side Fabric mod that enables survival players to craft and use the Debug Stick with high customization.**<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcd6 Overview<\/p>\n<p>The **Just Another Survival Debug Stick** mod allows players in survival mode to craft and use the Debug Stick just like in Creative mode.<br \/>\nIt brings back the full power of block state editing \u2014 now accessible without cheats or operator permissions.<\/p>\n<p>This project is heavily inspired by Just_S&#8217;s Survival Debug Stick (SDS) mod but rewritten from scratch to be **simple** and **up-to-date** with modern versions.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd0d Showcase<\/p>\n<p>By default, (when not configured) it works with every block and property. Blocks &#038; properties can be easily customized with the mod&#8217;s config system.<\/p>\n<p>Showcase of chest properties editing:<br \/>\n![showcase.gif](https:\/\/raw.githubusercontent.com\/notweuz\/just-another-survival-debug-stick\/preview\/gifs\/showcase-chest.gif)<\/p>\n<p>Showcase of editing blacklisted `waterlogged` property and non-whitelisted `black_bed` block.<br \/>\nHow to configure whitelist &#038; blacklist is located below, in the \u00abConfiguration\u00bb section:<br \/>\n![showcase.gif](https:\/\/raw.githubusercontent.com\/notweuz\/just-another-survival-debug-stick\/preview\/gifs\/blacklist-showcase.gif)<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>The mod allows you to configure whitelist and blacklist for both blocks and properties, as well as debug stick usage and swapping cooldown.<\/p>\n<p>Config contains: `config.json`, `whitelist.json` and `blacklist.json` located in the `jasds` folder inside the default config folder.<\/p>\n<p>Example `config.json`:<br \/>\n&#8220;`json5<br \/>\n{<br \/>\n  &#8220;propertySwapCooldown&#8221;: 20, \/\/ cooldown for swapping between different properties<br \/>\n  &#8220;useCooldown&#8221;: 15, \/\/ cooldown for using debug stick on a block<br \/>\n  &#8220;whitelistEnabled&#8221;: false, \/\/ enables blocks &#038; properties whitelist<br \/>\n  &#8220;blacklistEnabled&#8221;: false \/\/ enables blocks &#038; properties blacklist<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>Example `whitelist.json` and `blacklist.json`:<br \/>\n&#8220;`json5<br \/>\n{<br \/>\n  \/*<br \/>\n    All block formats should look like registry:blockid. For example, the default Minecraft dirt block will be &#8220;minecraft:dirt&#8221;<br \/>\n    Example non-empty blocks section:<br \/>\n    &#8220;blocks&#8221;: [&#8220;minecraft:oak_leaves&#8221;, &#8220;minecraft:furnace&#8221;]<\/p>\n<p>    Property names you can get by clicking with the debug stick on a block. For example, the default Minecraft furnace lit property will be &#8220;lit&#8221;<br \/>\n    Example non-empty properties section:<br \/>\n    &#8220;properties&#8221;: [&#8220;lit&#8221;, &#8220;waterlogged&#8221;]<br \/>\n  *\/<br \/>\n  &#8220;blocks&#8221;: [],<br \/>\n  &#8220;properties&#8221;: []<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \u2328\ufe0f Commands<\/p>\n<p>`\/jasds reload` \u2013 Reloads all mod configuration files (`config.json`, `whitelist.json`, `blacklist.json`).<\/p>\n<p>`\/jasds whitelist list\/enable\/disable` \u2013 Displays, enables, or disables the whitelist for blocks and properties.<\/p>\n<p>`\/jasds blacklist list\/enable\/disable` \u2013 Displays, enables, or disables the blacklist for blocks and properties.<\/p>\n<p>`\/jasds cooldowns use get\/set` \u2013 Gets or sets the cooldown (in ticks) for using the debug stick.<\/p>\n<p>`\/jasds cooldowns swap get\/set` \u2013 Gets or sets the cooldown (in ticks) for swapping block properties with the debug stick.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0 Crafting Recipe<\/p>\n<p>The mod uses a shapeless recipe provided below.<\/p>\n<p>![crafting-grid.png](https:\/\/raw.githubusercontent.com\/notweuz\/just-another-survival-debug-stick\/preview\/images\/default-craft.png)<\/p>\n<p>You can easily edit the craft by changing it in the mod&#8217;s compiled JSON or change it in the source and compile it:<br \/>\n&#8220;`json<br \/>\n{<br \/>\n    &#8220;type&#8221;: &#8220;minecraft:crafting_shapeless&#8221;,<br \/>\n    &#8220;ingredients&#8221;: [<br \/>\n        &#8220;minecraft:amethyst_shard&#8221;,<br \/>\n        &#8220;minecraft:netherite_scrap&#8221;,<br \/>\n        &#8220;minecraft:diamond&#8221;,<br \/>\n        &#8220;minecraft:stick&#8221;<br \/>\n    ],<br \/>\n    &#8220;result&#8221;: {<br \/>\n        &#8220;id&#8221;: &#8220;minecraft:debug_stick&#8221;,<br \/>\n        &#8220;count&#8221;: 1<br \/>\n    },<br \/>\n    &#8220;group&#8221;: &#8220;stuff&#8221;<br \/>\n}<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A simple, lightweight mod that brings debug stick crafting and usage to survival mode \u2013 yet offers deep customization for those who want full control.<\/p>\n","protected":false},"featured_media":88918,"template":"","meta":{"_minecraft_slug":"just-another-survival-debug-stick","_minecraft_project_id":"QpD3addf","_minecraft_author":"notweuz","_minecraft_license":"CC0-1.0","_minecraft_downloads":278,"_minecraft_follows":5,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"just-another-survival-debug-stick.zip","_minecraft_size_bytes":74508,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-15T19:33:10.064677Z","_minecraft_date_created":"2025-10-20T02:05:38.023615Z","_minecraft_date_modified":"2025-10-20T13:40:18.062580Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/just-another-survival-debug-stick","_minecraft_icon_attachment_id":88918,"_minecraft_imported_at":"2026-06-05T01:54:44+00:00","_minecraft_import_hash":"b5f1f60bfa0d2037397a735ec7779986","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[156,97,89,92],"mod_loader":[99],"minecraft_version":[40,38,78,79,80,81,82],"class_list":["post-88917","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-decoration","mod_category-fabric","mod_category-game-mechanics","mod_category-utility","mod_loader-fabric","minecraft_version-1-21-10","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>Just Another Survival Debug Stick - 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\/just-another-survival-debug-stick\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Just Another Survival Debug Stick - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A simple, lightweight mod that brings debug stick crafting and usage to survival mode \u2013 yet offers deep customization for those who want full control.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/just-another-survival-debug-stick\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/just-another-survival-debug-stick\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/just-another-survival-debug-stick\\\/\",\"name\":\"Just Another Survival Debug Stick - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/just-another-survival-debug-stick\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/just-another-survival-debug-stick\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/just-another-survival-debug-stick-icon-2794714889d74527e776e43a2bd7d35354eb91be.png\",\"datePublished\":\"2026-06-05T01:54:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/just-another-survival-debug-stick\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/just-another-survival-debug-stick\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/just-another-survival-debug-stick\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/just-another-survival-debug-stick-icon-2794714889d74527e776e43a2bd7d35354eb91be.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/just-another-survival-debug-stick-icon-2794714889d74527e776e43a2bd7d35354eb91be.png\",\"width\":128,\"height\":128},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/just-another-survival-debug-stick\\\/#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\":\"Just Another Survival Debug Stick\"}]},{\"@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":"Just Another Survival Debug Stick - 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\/just-another-survival-debug-stick\/","og_locale":"en_US","og_type":"article","og_title":"Just Another Survival Debug Stick - Minecraft","og_description":"A simple, lightweight mod that brings debug stick crafting and usage to survival mode \u2013 yet offers deep customization for those who want full control.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/just-another-survival-debug-stick\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/just-another-survival-debug-stick\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/just-another-survival-debug-stick\/","name":"Just Another Survival Debug Stick - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/just-another-survival-debug-stick\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/just-another-survival-debug-stick\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/just-another-survival-debug-stick-icon-2794714889d74527e776e43a2bd7d35354eb91be.png","datePublished":"2026-06-05T01:54:43+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/just-another-survival-debug-stick\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/just-another-survival-debug-stick\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/just-another-survival-debug-stick\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/just-another-survival-debug-stick-icon-2794714889d74527e776e43a2bd7d35354eb91be.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/just-another-survival-debug-stick-icon-2794714889d74527e776e43a2bd7d35354eb91be.png","width":128,"height":128},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/just-another-survival-debug-stick\/#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":"Just Another Survival Debug Stick"}]},{"@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\/88917","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\/88918"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=88917"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=88917"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=88917"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=88917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}