{"id":137163,"date":"2026-06-08T05:33:22","date_gmt":"2026-06-08T02:33:22","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/sentinel-for-modguard\/"},"modified":"2026-06-08T05:33:22","modified_gmt":"2026-06-08T02:33:22","slug":"sentinel-for-modguard","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/sentinel-for-modguard\/","title":{"rendered":"Sentinel&#038;ModGuard"},"content":{"rendered":"<p># \ud83d\udee1\ufe0f ModGuard + Sentinel \u2014 Client Verification System<br \/>\nA **server plugin + client mod security system** that verifies legitimate clients and detects malicious modifications using a secure encrypted handshake \u2014 far more reliable than client-brand checks or simple mod name detection.<\/p>\n<p>![Discord](https:\/\/discord.gg\/tFXhkPVpxG)<br \/>\n![Modrinth](https:\/\/modrinth.com\/user\/Treamhiler)<br \/>\n![GitHub](https:\/\/github.com\/Treamhilerjava)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Components<\/p>\n<p>**\ud83d\udd0c ModGuard \u2014 Server Plugin**<br \/>\nSends encrypted challenges to connecting players, verifies responses, checks mod IDs against a blacklist, enforces a minimum Sentinel version, and optionally limits total installed mods. Supports cracked servers, Geyser\/Floodgate auto-bypass, configurable kick messages, player whitelist, and persistent mod history.<\/p>\n<p>**\ud83e\udde9 Sentinel \u2014 Client Mod**<br \/>\nInstalled by the player on their Fabric client. Receives the server challenge, collects the full mod list via FabricLoader, encrypts and returns it. Zero configuration. Zero performance impact.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f How It Works<\/p>\n<p>&#8220;`<br \/>\nPlayer joins<br \/>\n  \u2192 Server sends encrypted challenge (RSA-2048 + nonce + HMAC-SHA256 secret)<br \/>\n  \u2192 Sentinel collects mod list via FabricLoader<br \/>\n  \u2192 Sentinel encrypts response (AES-256-GCM, key wrapped with RSA\/OAEP\/SHA-256)<br \/>\n  \u2192 Server decrypts, verifies HMAC, checks protocol version + Sentinel version<br \/>\n  \u2192 Mod list checked against blacklist and optional count limit<br \/>\n  \u2192 Player approved or kicked with a configurable message<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Installation<\/p>\n<p>**Server:**<br \/>\n1. Drop `ModGuard.jar` into `plugins\/`<br \/>\n2. Restart \u2014 `plugins\/ModGuard\/config.yml` and `modblacklist.json` are generated automatically<\/p>\n<p>**Client:**<br \/>\n1. Drop the correct `Sentinel-<version>.jar` into `.minecraft\/mods\/`<br \/>\n2. Launch \u2014 no configuration needed<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd12 Security<br \/>\n&#8211; RSA-2048 keypair generated fresh per server session \u2014 never written to disk<br \/>\n&#8211; AES-256-GCM authenticated encryption \u2014 ciphertext is tamper-proof<br \/>\n&#8211; HMAC-SHA256 payload signing \u2014 server secret is never sent to the client<br \/>\n&#8211; Nonce included in every challenge \u2014 replay attacks are not possible<br \/>\n&#8211; Protocol version verified inside the encrypted payload \u2014 cannot be spoofed by a fake Sentinel<br \/>\n&#8211; Minimum Sentinel version enforcement \u2014 kick players running outdated client mods<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udeab Default Blacklisted Mods<br \/>\nPre-seeded in `modblacklist.json` on first run:<\/p>\n<p>`meteor-client` \u00b7 `impact` \u00b7 `wurst` \u00b7 `liquidbounce` \u00b7 `aristois` \u00b7 `sigma` \u00b7 `thunderhack` \u00b7 `wolfram` \u00b7 `baritone` \u00b7 `freecam` \u00b7 `marlows-crystal-optimizer`<\/p>\n<p>> Add or remove any mod ID via `\/modguard blacklist add <modid>` or by editing `modblacklist.json` directly.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcbb Commands<\/p>\n<p>Permission: `modguard.admin` (OP by default)<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `\/modguard blacklist <add|remove|list>` | Manage mod blacklist |<br \/>\n| `\/modguard whitelist <add|remove|list>` | Manage player whitelist (bypasses verification) |<br \/>\n| `\/modguard mods <player>` | View a player&#8217;s verified mod list and last seen time |<br \/>\n| `\/modguard check <player>` | Re-send a verification challenge to an online player |<br \/>\n| `\/modguard status` | Show online players, pending verifications, and plugin info |<br \/>\n| `\/modguard reload` | Reload configuration |<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<br \/>\nFile: `plugins\/ModGuard\/config.yml`<\/p>\n<p>&#8220;`yaml<br \/>\noffline-mode: false               # set true for cracked servers<br \/>\nallow-floodgate: true             # Bedrock players via Geyser bypass verification<\/p>\n<p>challenge-timeout-seconds: 15    # seconds client has to respond<br \/>\nchallenge-delay-ticks: 40        # delay before sending challenge after join<\/p>\n<p>min-sentinel-version: &#8220;1.0.0&#8221;    # kick players below this Sentinel version<br \/>\nprotocol-version: 1              # must match Sentinel \u2014 only change if you update both<\/p>\n<p>enable-mod-count-limit: false<br \/>\nmax-mod-count: 50<\/p>\n<p>show-mod-list-in-console: true<br \/>\nhighlight-banned-mods: true<\/p>\n<p>kick-messages:<br \/>\n  missing-sentinel:   &#8220;&#038;cSentinel mod is required to join this server.&#8221;<br \/>\n  banned-mod:         &#8220;&#038;cAccess denied.&#8221;<br \/>\n  outdated-sentinel:  &#8220;&#038;cYour Sentinel mod is outdated. Please update to &#038;ev{version}&#038;c.&#8221;<br \/>\n  protocol-mismatch:  &#8220;&#038;cSentinel version mismatch. Please update your Sentinel mod.&#8221;<br \/>\n  timeout:            &#8220;&#038;cVerification timed out.&#8221;<br \/>\n  mod-count-exceeded: &#8220;&#038;cToo many mods installed. Maximum allowed: &#038;e{max}&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Compatibility<\/p>\n<p>| Scenario | Behavior |<br \/>\n|&#8212;|&#8212;|<br \/>\n| Fabric client with Sentinel | Full verification |<br \/>\n| Vanilla client (no mods) | Handled automatically \u2014 no Sentinel required |<br \/>\n| Bedrock \/ Geyser | Bypassed automatically |<br \/>\n| Cracked \/ offline server | Supported via `offline-mode: true` |<br \/>\n| Forge \/ NeoForge | Not supported |<br \/>\n| Whitelisted player | Skips verification |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd27 Requirements<br \/>\n&#8211; Paper \/ Spigot 1.21.x \u00b7 Java 21+<br \/>\n&#8211; Geyser + Floodgate *(optional, for Bedrock auto-bypass)*<\/p>\n<p>&#8212;<\/p>\n<p>\ud83d\udcac **Join our Discord** for support, downloads, and updates<br \/>\n\ud83d\udd17 **More plugins by Treamhiler**<br \/>\n\ud83d\udc19 **GitHub**<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A project that combines Mod+Plugin to detect and ban illegal mods,this also adds control what mods you wanna add\/remove from the list by adding using the ModiD<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"sentinel-for-modguard","_minecraft_project_id":"Qfq9Z8mH","_minecraft_author":"Treamhiler","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":92,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"sentinel-for-modguard.zip","_minecraft_size_bytes":142864,"_minecraft_version_count":10,"_minecraft_updated_at":"2026-05-15T19:52:14.937030Z","_minecraft_date_created":"2026-03-22T23:21:01.100705Z","_minecraft_date_modified":"2026-03-08T03:52:10.961639Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/sentinel-for-modguard","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-08T02:33:23+00:00","_minecraft_import_hash":"009ffc3779b86d8835dfbaea91f3152b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,126,127,129,92],"mod_loader":[99,132,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-137163","mod","type-mod","status-publish","hentry","mod_category-fabric","mod_category-management","mod_category-paper","mod_category-spigot","mod_category-utility","mod_loader-fabric","mod_loader-paper","mod_loader-spigot","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>Sentinel&amp;ModGuard - 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\/sentinel-for-modguard\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sentinel&amp;ModGuard - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A project that combines Mod+Plugin to detect and ban illegal mods,this also adds control what mods you wanna add\/remove from the list by adding using the ModiD\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/sentinel-for-modguard\/\" \/>\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\\\/sentinel-for-modguard\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/sentinel-for-modguard\\\/\",\"name\":\"Sentinel&ModGuard - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-08T02:33:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/sentinel-for-modguard\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/sentinel-for-modguard\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/sentinel-for-modguard\\\/#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\":\"Sentinel&#038;ModGuard\"}]},{\"@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":"Sentinel&ModGuard - 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\/sentinel-for-modguard\/","og_locale":"en_US","og_type":"article","og_title":"Sentinel&ModGuard - Minecraft","og_description":"A project that combines Mod+Plugin to detect and ban illegal mods,this also adds control what mods you wanna add\/remove from the list by adding using the ModiD","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/sentinel-for-modguard\/","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\/sentinel-for-modguard\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/sentinel-for-modguard\/","name":"Sentinel&ModGuard - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-08T02:33:22+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/sentinel-for-modguard\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/sentinel-for-modguard\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/sentinel-for-modguard\/#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":"Sentinel&#038;ModGuard"}]},{"@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\/137163","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=137163"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=137163"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=137163"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=137163"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}