{"id":123047,"date":"2026-06-07T08:40:27","date_gmt":"2026-06-07T05:40:27","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/plugin-guard\/"},"modified":"2026-06-07T08:40:27","modified_gmt":"2026-06-07T05:40:27","slug":"plugin-guard","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/plugin-guard\/","title":{"rendered":"Plugin Guard"},"content":{"rendered":"<p># PluginGuard<\/p>\n<p>#### Protect your server by hiding installed plugins from users<\/p>\n<p>For Minecraft Paper 1.21.1 &#8211; 1.21.10<\/p>\n<p><\/p>\n<p>> Donate: https:\/\/ko-fi.com\/darkstarworks<\/p>\n<p><\/p>\n<p>### PluginGuard features:<br \/>\n&#8211; **Hide Mode**<br \/>\n  &#8211; (choose from several types of &#8220;Access Denied&#8221; messages)<br \/>\n&#8211; **Plugin Spoofing**<br \/>\n  &#8211; (returns a configurable list of fake plugins)<br \/>\n&#8211; **Optional Bypass permission**<br \/>\n&#8211; **High-level bypass protection**<br \/>\n&#8211; **Command Redirection**<br \/>\n&#8211; **Advanced Protection**<br \/>\n&#8211; **Custom Protection**<br \/>\n&#8211; **Server MetaData Protection**<br \/>\n&#8211; **Optional Server Brand Spoofing**<br \/>\n  &#8211; (returns e.g. &#8220;Vanilla&#8221; instead of &#8220;Paper&#8221;. configurable)<br \/>\n&#8211; **Optional Agressive Mode**<br \/>\n  &#8211; (blocks all. read config below please)<\/p>\n<p><\/p>\n<p>Options and how to configure `config.yml`:<\/p>\n<p><\/p>\n<p>#### ===== BASIC SETTINGS =====<\/p>\n<p>Hide Mode Options:<br \/>\n&#8211; `&#8221;unknown-command&#8221;`: Shows &#8220;Unknown command&#8221; message (most realistic)<br \/>\n&#8211; `&#8221;empty&#8221;`: Shows &#8220;Plugins (0):&#8221;<br \/>\n&#8211; `&#8221;fake-list&#8221;`: Shows configured fake plugins below<br \/>\n&#8211; `&#8221;permission-denied&#8221;`: Shows permission error message<br \/>\n&#8220;`yaml<br \/>\nhide-mode: &#8220;unknown-command&#8221;<br \/>\n&#8220;`<br \/>\n<\/p>\n<p>Fake plugins to display when `hide-mode: &#8220;fake-list&#8221;`<br \/>\n(Use vanilla-sounding names to appear legitimate)<br \/>\n&#8220;`yaml<br \/>\nfake-plugins:<br \/>\n  &#8211; &#8220;ServerCore&#8221;<br \/>\n  &#8211; &#8220;WorldManager&#8221;<br \/>\n  &#8211; &#8220;CoreProtect&#8221;<br \/>\n  &#8211; &#8220;EveryoneChat&#8221;<br \/>\n&#8220;`<br \/>\n<\/p>\n<p>Permission node to bypass all plugin hiding (staff\/admin only)<br \/>\n&#8220;`yaml<br \/>\nbypass-permission: &#8220;pluginguard.bypass&#8221;<br \/>\n&#8220;`<br \/>\n<\/p>\n<p>#### ===== COMMAND PROTECTION =====<\/p>\n<p>Commands to intercept and hide (supports bukkit: and minecraft: prefixes)<br \/>\n&#8220;`yaml<br \/>\nprotected-commands:<br \/>\n  &#8211; &#8220;pl&#8221;<br \/>\n  &#8211; &#8220;plugins&#8221;<br \/>\n  &#8211; &#8220;ver&#8221;<br \/>\n  &#8211; &#8220;version&#8221;<br \/>\n  &#8211; &#8220;?&#8221;<br \/>\n  &#8211; &#8220;help&#8221;<br \/>\n  &#8211; &#8220;about&#8221;<br \/>\n  &#8211; &#8220;icanhasbukkit&#8221;<br \/>\n&#8220;`<br \/>\n<\/p>\n<p>Block all bukkit: and minecraft: prefixed commands (prevents probing)<br \/>\n&#8220;`yaml<br \/>\nblock-bukkit-commands: true<br \/>\n&#8220;`<br \/>\n<\/p>\n<p>Redirect `bukkit:` commands to show spoofed list instead of blocking<br \/>\nOnly works if `block-bukkit-commands: true`<br \/>\n&#8220;`yaml<br \/>\nredirect-bukkit-commands: false<br \/>\n&#8220;`<br \/>\n<\/p>\n<p>#### ===== TAB COMPLETION PROTECTION =====<\/p>\n<p>Remove plugin commands from tab-completion suggestions<br \/>\nPrevents discovery through `\/[tab]` probing<br \/>\n&#8220;`yaml<br \/>\nhide-tab-completion: true<br \/>\n&#8220;`<br \/>\n<\/p>\n<p>#### ===== ADVANCED PROTECTION =====<\/p>\n<p>Block unknown commands with permission errors<br \/>\nReturns &#8220;Unknown command&#8221; even if the player lacks permission<br \/>\nPrevents probing for plugin existence via permission responses<br \/>\n&#8220;`yaml<br \/>\nblock-unknown-commands: true<br \/>\n&#8220;`<br \/>\n<\/p>\n<p>Common plugin commands to block (case-insensitive)<br \/>\nAdd popular plugin commands that users might probe for<br \/>\n&#8220;`yaml<br \/>\ncommon-plugin-commands:<br \/>\n  &#8211; &#8220;essentials&#8221;<br \/>\n  &#8211; &#8220;ess&#8221;<br \/>\n  &#8211; &#8220;worldedit&#8221;<br \/>\n  &#8211; &#8220;we&#8221;<br \/>\n  &#8211; &#8220;luckperms&#8221;<br \/>\n  &#8211; &#8220;lp&#8221;<br \/>\n  &#8211; &#8220;coreprotect&#8221;<br \/>\n  &#8211; &#8220;co&#8221;<br \/>\n  &#8211; &#8220;vault&#8221;<br \/>\n  &#8211; &#8220;multiverse&#8221;<br \/>\n  &#8211; &#8220;mv&#8221;<br \/>\n  &#8211; &#8220;citizens&#8221;<br \/>\n  &#8211; &#8220;npc&#8221;<br \/>\n  &#8211; &#8220;clearlag&#8221;<br \/>\n  &#8211; &#8220;dynmap&#8221;<br \/>\n  &#8211; &#8220;griefprevention&#8221;<br \/>\n  &#8211; &#8220;gp&#8221;<br \/>\n  &#8211; &#8220;holographicdisplays&#8221;<br \/>\n  &#8211; &#8220;hd&#8221;<br \/>\n&#8220;`<br \/>\n<\/p>\n<p>Block common plugin commands from the list above<br \/>\n&#8220;`yaml<br \/>\nblock-common-plugin-commands: true<br \/>\n&#8220;`<br \/>\n<\/p>\n<p>#### ===== SERVER METADATA PROTECTION =====<\/p>\n<p>Hide server software in query responses and MOTD ping<br \/>\nPrevents protocol-level discovery<br \/>\n&#8220;`yaml<br \/>\nhide-server-brand: true<br \/>\n&#8220;`<br \/>\n<\/p>\n<p>Fake server brand to display (e.g., &#8220;vanilla&#8221;, &#8220;1.21.1&#8221;, &#8220;custom&#8221;)<br \/>\n&#8220;`yaml<br \/>\nfake-server-brand: &#8220;vanilla&#8221;<br \/>\n&#8220;`<br \/>\n<\/p>\n<p>#### ===== AGGRESSIVE MODE =====<\/p>\n<p>**AGGRESSIVE MODE: Block ALL plugin commands for players without explicit permission**<\/p>\n<p>**WARNING**: This will hide even beneficial plugin commands for regular players.<\/p>\n<p>Use <ins>only<\/ins> if you want maximum security and manually grant command permissions<\/p>\n<p>Requires players to have `<command>.use` permission to use any plugin command<br \/>\n&#8220;`yaml<br \/>\naggressive-mode: false<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Protect your server by hiding installed plugins from users (and more)<\/p>\n","protected":false},"featured_media":123048,"template":"","meta":{"_minecraft_slug":"plugin-guard","_minecraft_project_id":"PNPJsQNG","_minecraft_author":"darkstarworks","_minecraft_license":"MIT","_minecraft_downloads":155,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"plugin-guard.zip","_minecraft_size_bytes":9444,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T13:23:31.896767Z","_minecraft_date_created":"2025-11-02T06:22:26.305253Z","_minecraft_date_modified":"2025-11-01T01:27:02.720244Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/plugin-guard","_minecraft_icon_attachment_id":123048,"_minecraft_imported_at":"2026-06-07T05:40:28+00:00","_minecraft_import_hash":"f48a13cca44e48f3b8c854e31e80d0bf","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,123,92],"mod_loader":[132],"minecraft_version":[37,40,73,74,38,78,79,80,81,82],"class_list":["post-123047","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-technology","mod_category-utility","mod_loader-paper","minecraft_version-1-21-1","minecraft_version-1-21-10","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>Plugin Guard - 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\/plugin-guard\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Plugin Guard - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Protect your server by hiding installed plugins from users (and more)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/plugin-guard\/\" \/>\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\\\/plugin-guard\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/plugin-guard\\\/\",\"name\":\"Plugin Guard - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/plugin-guard\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/plugin-guard\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/plugin-guard-icon-20826388507170571070be4a74473b0853bb9f64_96.webp\",\"datePublished\":\"2026-06-07T05:40:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/plugin-guard\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/plugin-guard\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/plugin-guard\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/plugin-guard-icon-20826388507170571070be4a74473b0853bb9f64_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/plugin-guard-icon-20826388507170571070be4a74473b0853bb9f64_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/plugin-guard\\\/#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\":\"Plugin Guard\"}]},{\"@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":"Plugin Guard - 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\/plugin-guard\/","og_locale":"en_US","og_type":"article","og_title":"Plugin Guard - Minecraft","og_description":"Protect your server by hiding installed plugins from users (and more)","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/plugin-guard\/","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\/plugin-guard\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/plugin-guard\/","name":"Plugin Guard - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/plugin-guard\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/plugin-guard\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/plugin-guard-icon-20826388507170571070be4a74473b0853bb9f64_96.webp","datePublished":"2026-06-07T05:40:27+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/plugin-guard\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/plugin-guard\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/plugin-guard\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/plugin-guard-icon-20826388507170571070be4a74473b0853bb9f64_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/plugin-guard-icon-20826388507170571070be4a74473b0853bb9f64_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/plugin-guard\/#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":"Plugin Guard"}]},{"@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\/123047","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\/123048"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=123047"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=123047"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=123047"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=123047"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}