{"id":50783,"date":"2026-06-02T20:41:46","date_gmt":"2026-06-02T17:41:46","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/createschematicchecker\/"},"modified":"2026-06-02T20:41:46","modified_gmt":"2026-06-02T17:41:46","slug":"createschematicchecker","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/createschematicchecker\/","title":{"rendered":"Create: SchematicChecker"},"content":{"rendered":"<p># Create: Schematic Checker (CSC)<\/p>\n<p>Create: Schematic Checker is a server-side protection mod for Create<br \/>\nschematics. It scans<br \/>\nuploaded schematics and blocks or sanitizes known malicious NBT patterns before<br \/>\nthey can be printed into a world.<\/p>\n<p>CSC is designed for public and survival servers that allow schematic uploads.<br \/>\nIt protects against known Create schematic exploits such as item duplication,<br \/>\ncreative-item acquisition, server lag, crashes, malformed contraptions, and<br \/>\ndangerous addon NBT.<\/p>\n<p align=\"center\">\n<img decoding=\"async\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3.2.0\/assets\/cozy\/social\/discord-singular_vector.svg\" alt=\"Discord Server\"><br \/>\n<img decoding=\"async\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3.2.0\/assets\/cozy\/social\/github-singular_vector.svg\" alt=\"GitHub Repository\">\n<\/p>\n<p>![CSC preview](https:\/\/github.com\/user-attachments\/assets\/85848717-c13d-4c70-8049-6c136a387021)<\/p>\n<p>## Support<\/p>\n<p>&#8211; Discord: https:\/\/discord.gg\/rQV5JPauY7<\/p>\n<p>## What It Does<\/p>\n<p>&#8211; Scans schematics asynchronously, without blocking the Minecraft server main thread.<br \/>\n&#8211; Detects and blocks known malicious Create schematic exploits.<br \/>\n&#8211; Sanitizes configurable NBT fields, tags, blocks, items, and entities.<br \/>\n&#8211; Validates Create belts, chain drives, mechanical arms, filters, fluid tanks, clipboards, and other high-risk block entities.<br \/>\n&#8211; Supports custom local rules through `config\/CSC\/user_rule.json`.<br \/>\n&#8211; Can optionally sync online rule updates when enabled by the server owner.<br \/>\n&#8211; Keeps logs and optional schematic backups for auditing and later investigation.<\/p>\n<p>## Supported Versions<\/p>\n<p>Choose the build that matches both your Minecraft version and Create version.<\/p>\n<p>| Loader | Minecraft | Create target |<br \/>\n| &#8212; | &#8212; | &#8212; |<br \/>\n| Forge | 1.14.4 | 0.2.3 |<br \/>\n| Forge | 1.15.2 | 0.3.1 |<br \/>\n| Forge | 1.16.5 | 0.3.2g |<br \/>\n| Forge | 1.17.1 | 0.4 |<br \/>\n| Forge | 1.18.2 | 0.5.1i |<br \/>\n| Forge | 1.19.2 | 0.5.1i |<br \/>\n| Forge | 1.20.1 | 0.5.1j |<br \/>\n| Forge | 1.20.1 | 6.0.x |<br \/>\n| Fabric | 1.18.2 | 0.5.1i |<br \/>\n| Fabric | 1.19.2 | 0.5.1i |<br \/>\n| Fabric | 1.20.1 | 6.0.x |<br \/>\n| Fabric | 1.21.1 | 6.0.x |<br \/>\n| NeoForge | 1.21.1 | 6.0.x |<\/p>\n<p>## Dependencies<\/p>\n<p>&#8211; Minecraft<br \/>\n&#8211; Create<\/p>\n<p>Some builds may require loader-specific Create dependencies such as Flywheel,<br \/>\nPonder, or Registrate, depending on the target Minecraft\/Create version.<\/p>\n<p>## Installation<\/p>\n<p>1. Download the CSC jar for your loader, Minecraft version, and Create version.<br \/>\n2. Put the jar into the server `mods` folder.<br \/>\n3. Start the server once to generate `config\/CSC\/config.toml`.<br \/>\n4. Review the generated configuration before opening schematic uploads to players.<br \/>\n5. Use `\/csc reload` after editing the config.<\/p>\n<p>## Configuration<\/p>\n<p>Main config file:<\/p>\n<p>&#8220;`text<br \/>\nconfig\/CSC\/config.toml<br \/>\n&#8220;`<\/p>\n<p>Important options:<\/p>\n<p>| Option | Purpose |<br \/>\n| &#8212; | &#8212; |<br \/>\n| `core.Enable` | Enables or disables CSC checks. |<br \/>\n| `core.BanBlock` | Blocks or sanitizes high-risk blocks and items. |<br \/>\n| `core.BanTag` | Removes or blocks dangerous NBT tags. |<br \/>\n| `core.KillEntity` | Removes entities from schematics to prevent entity-based exploits. |<br \/>\n| `core.WhiteListModEnable` | Allows only listed mod IDs to keep NBT. Recommended for public servers. |<br \/>\n| `debug.EnableBackup` | Saves uploaded schematics for later auditing. Recommended. |<br \/>\n| `online.enableAutoUpdate` | Allows CSC to fetch cloud rule updates. Disabled by default. |<br \/>\n| `online.enableManualConfig` | Enables custom rules from `config\/CSC\/user_rule.json`. |<\/p>\n<p>Manual custom rule file:<\/p>\n<p>&#8220;`text<br \/>\nconfig\/CSC\/user_rule.json<br \/>\n&#8220;`<\/p>\n<p>Online cached rules:<\/p>\n<p>&#8220;`text<br \/>\nconfig\/CSC\/online\/<br \/>\n&#8220;`<\/p>\n<p>## Commands<\/p>\n<p>| Command | Description |<br \/>\n| &#8212; | &#8212; |<br \/>\n| `\/csc` | Shows basic status. |<br \/>\n| `\/csc help` | Shows help and feedback links. |<br \/>\n| `\/csc reload` | Reloads CSC configuration and rules. |<br \/>\n| `\/csc list` | Shows rule-list help. |<br \/>\n| `\/csc list IdMatchRuleAll` | Lists all ID match rules. |<br \/>\n| `\/csc list OperateMatchRuleAll` | Lists all NBT operation rules. |<br \/>\n| `\/csc DisableTemp` | Temporarily disables checks for 5 minutes. |<br \/>\n| `\/csc Enable` | Restores CSC after temporary disable. |<br \/>\n| `\/csc notice whitelistid on|off` | Toggles whitelist-mode scan notice. |<br \/>\n| `\/csc mode whitelistid on|off` | Toggles mod ID whitelist mode. |<\/p>\n<p>## Known Exploit Coverage<\/p>\n<p>CSC covers many reported Create schematic vulnerabilities and addon-specific<br \/>\nNBT exploits.<\/p>\n<p>| # | Status | Issue |<br \/>\n| &#8212; | &#8212; | &#8212; |<br \/>\n| 1 | Fixed | Creative items printed through Lecterns or Clipboards. |<br \/>\n| 2 | Fixed | Valve data tampering causing cache overflow and memory leaks. |<br \/>\n| 3 | Fixed | Clipboard duplication and creative-property clipboards. |<br \/>\n| 4 | Fixed | Conveyor belt length tampering beyond 1000 blocks. |<br \/>\n| 5 | Fixed | Conveyor belts with `-1` length crashing older Forge servers. |<br \/>\n| 6 | Fixed | Massive malicious conveyor chains causing lag, crashes, or world damage. |<br \/>\n| 7 | Fixed | Kintsugi Decor Urn infinite game-tick exploit. |<br \/>\n| 8 | Fixed | Weighted Ejector launch-force tampering. |<br \/>\n| 9 | Fixed | Oversized Filter NBT causing extreme tick lag. |<br \/>\n| 10 | Fixed | Overlong chain-drive pairings causing server lag. |<br \/>\n| 11 | Fixed | `using_converts_to` tag creative-item exploit. |<br \/>\n| 12 | Fixed | Mechanical Arm distance tampering. |<br \/>\n| 13 | Fixed | Chain drives targeting invalid positions. |<br \/>\n| 14 | Fixed | Distorted conveyor belts causing belt or shaft duplication. |<br \/>\n| 15 | Fixed | Chain drives with thousands of targets causing lag and duplication. |<br \/>\n| 16 | Fixed | Mechanical Arm infinite output through tampered safe-NBT data. |<br \/>\n| 17 | Fixed | Mechanical Arm duplication with camouflage panel mods. |<br \/>\n| 18 | Fixed | Filter retrieval through Andesite Hoppers. |<br \/>\n| 19 | Fixed | Creative-item acquisition through burn tags. |<br \/>\n| 20 | Fixed | Entity-based duplication and creative-item exploits, including Armor Stands. |<br \/>\n| 21 | Fixed | Roller-related creative item exploit in specific versions. |<br \/>\n| 22 | Fixed | Create: Enchantment Industry creative-tag printing. |<br \/>\n| 23 | Fixed | Create Crafts &#038; Additions infinite energy-cell printing. |<br \/>\n| 24 | Fixed | Integrated Farming Chicken Coop GT lag exploit. |<br \/>\n| 25 | Fixed | Command-execution NBT exploit. |<br \/>\n| 26 | Fixed | Create 6.0+ fluid tank capacity tampering. |<br \/>\n| 27 | Fixed | Quark Wire Mesh infinite lava exploit. |<br \/>\n| 28 | Fixed | Item teleportation to the void through modified mechanical crafters\/synthesizers. |<br \/>\n| 29 | Fixed | Additional void item-teleport exploit variants. |<br \/>\n| 30 | Fixed | Super Glue adhesion-check abuse causing heavy lag or crashes. |<br \/>\n| 31 | Fixed | Chassis and angled-chassis adhesion-check abuse causing heavy lag or crashes. |<br \/>\n| 32 | Detected | Create: Big Cannons fuse-data tampering for creative-item acquisition. |<br \/>\n| 33 | Fixed | Twilight Forest giant block printing bypassing terrain and breaking bedrock. |<\/p>\n<p>## Acknowledgments<\/p>\n<p>Special thanks to:<\/p>\n<p>&#8211; **crackun24** for Mixin reference code.<br \/>\n&#8211; Qifei de Meigui, Kong Yu, air, crackun24, runner, CTR server owner, and other Create public server owners for test samples and post-fix support.<br \/>\n&#8211; Some CMS blueprint-site partner creators. Their decision to block the author after seeing schematic bug fixes also became part of the motivation to keep this project updated.<br \/>\n&#8211; Bilibili creator **\u4e00\u53ea\u4e0d\u5c51\u7684\u5c51\u8718\u86db**. The repeated public-server schematic attacks and spread of exploit samples directly motivated this project and helped accelerate fixes for Create schematic vulnerabilities.<\/p>\n<p>## License<\/p>\n<p>This project is licensed under GNU LGPL 3.0.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A mod for fix all schematic problem from Create and all addon!<\/p>\n","protected":false},"featured_media":50784,"template":"","meta":{"_minecraft_slug":"createschematicchecker","_minecraft_project_id":"ULzrAD1U","_minecraft_author":"PInk_Cats","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":115681,"_minecraft_follows":28,"_minecraft_client_side":"optional","_minecraft_server_side":"optional","_minecraft_storage_type":"zip","_minecraft_archive_name":"createschematicchecker.zip","_minecraft_size_bytes":41069449,"_minecraft_version_count":158,"_minecraft_updated_at":"2026-05-16T23:33:45.071922Z","_minecraft_date_created":"2025-10-06T04:00:51.517197Z","_minecraft_date_modified":"2026-05-11T13:13:27.411531Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/createschematicchecker","_minecraft_icon_attachment_id":50784,"_minecraft_imported_at":"2026-06-02T17:41:46+00:00","_minecraft_import_hash":"e27765276ed93577741ad6d4177d839f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,104,89,126,158,98,867],"mod_loader":[99,106,160,100],"minecraft_version":[114,117,48,50,53,56,36,37],"class_list":["post-50783","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-forge","mod_category-game-mechanics","mod_category-management","mod_category-neoforge","mod_category-quilt","mod_category-social","mod_loader-fabric","mod_loader-forge","mod_loader-neoforge","mod_loader-quilt","minecraft_version-1-14-4","minecraft_version-1-15-2","minecraft_version-1-16-5","minecraft_version-1-17-1","minecraft_version-1-18-2","minecraft_version-1-19-2","minecraft_version-1-20-1","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>Create: SchematicChecker - 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\/createschematicchecker\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create: SchematicChecker - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A mod for fix all schematic problem from Create and all addon!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/createschematicchecker\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3.2.0\/assets\/cozy\/social\/discord-singular_vector.svg\" \/>\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\\\/createschematicchecker\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/createschematicchecker\\\/\",\"name\":\"Create: SchematicChecker - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/createschematicchecker\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/createschematicchecker\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/createschematicchecker-icon-5b220eabadd9031e6851ce803a62c961db96f118_96.webp\",\"datePublished\":\"2026-06-02T17:41:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/createschematicchecker\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/createschematicchecker\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/createschematicchecker\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/createschematicchecker-icon-5b220eabadd9031e6851ce803a62c961db96f118_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/createschematicchecker-icon-5b220eabadd9031e6851ce803a62c961db96f118_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/createschematicchecker\\\/#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\":\"Create: SchematicChecker\"}]},{\"@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":"Create: SchematicChecker - 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\/createschematicchecker\/","og_locale":"en_US","og_type":"article","og_title":"Create: SchematicChecker - Minecraft","og_description":"A mod for fix all schematic problem from Create and all addon!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/createschematicchecker\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3.2.0\/assets\/cozy\/social\/discord-singular_vector.svg","type":"","width":"","height":""}],"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\/createschematicchecker\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/createschematicchecker\/","name":"Create: SchematicChecker - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/createschematicchecker\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/createschematicchecker\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/createschematicchecker-icon-5b220eabadd9031e6851ce803a62c961db96f118_96.webp","datePublished":"2026-06-02T17:41:46+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/createschematicchecker\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/createschematicchecker\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/createschematicchecker\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/createschematicchecker-icon-5b220eabadd9031e6851ce803a62c961db96f118_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/createschematicchecker-icon-5b220eabadd9031e6851ce803a62c961db96f118_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/createschematicchecker\/#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":"Create: SchematicChecker"}]},{"@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\/50783","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\/50784"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=50783"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=50783"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=50783"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=50783"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}