{"id":77256,"date":"2026-06-04T14:09:37","date_gmt":"2026-06-04T11:09:37","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/goodblocker\/"},"modified":"2026-06-04T14:09:37","modified_gmt":"2026-06-04T11:09:37","slug":"goodblocker","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/goodblocker\/","title":{"rendered":"GoodBlocker"},"content":{"rendered":"<p># GoodBlocker<\/p>\n<p>A powerful and flexible Minecraft plugin to block commands on your server.<\/p>\n<p>## \ud83d\udccb Description<\/p>\n<p>GoodBlocker is a Spigot\/Paper plugin that allows server administrators to block specific commands from being used by players. It features a flexible configuration system, wildcard support, and an intuitive command interface.<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; **Block any command** &#8211; Prevent players from using specific commands<br \/>\n&#8211; **Wildcard support** &#8211; Use `*` to block groups of commands (e.g., `minecraft:*`)<br \/>\n&#8211; **Permission system** &#8211; Bypass blocks with permissions<br \/>\n&#8211; **Dynamic management** &#8211; Add\/remove blocked commands without editing files<br \/>\n&#8211; **Customizable messages** &#8211; Full color code support<br \/>\n&#8211; **Logging system** &#8211; Track blocked command attempts<br \/>\n&#8211; **Tab completion** &#8211; Easy command usage<br \/>\n&#8211; **Lightweight** &#8211; Minimal performance impact<\/p>\n<p>## \ud83d\udd27 Installation<\/p>\n<p>1. Download the latest `GoodBlocker.jar` from releases<br \/>\n2. Place the file in your server&#8217;s `plugins\/` folder<br \/>\n3. Restart your server<br \/>\n4. Configure the plugin in `plugins\/GoodBlocker\/config.yml`<br \/>\n5. Use `\/gb reload` to apply changes<\/p>\n<p>## \ud83d\udce6 Requirements<\/p>\n<p>&#8211; Minecraft 1.17 or higher<br \/>\n&#8211; Spigot, Paper, or any compatible server software<br \/>\n&#8211; Java 16 or higher<\/p>\n<p>## \ud83c\udfae Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/gb reload` | Reload the configuration | `goodblocker.reload` |<br \/>\n| `\/gb list` | List all blocked commands | `goodblocker.admin` |<br \/>\n| `\/gb add <command>` | Add a command to the block list | `goodblocker.admin` |<br \/>\n| `\/gb remove <command>` | Remove a command from the block list | `goodblocker.admin` |<\/p>\n<p>**Aliases:** `\/goodblocker`, `\/gb`, `\/blocker`<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `goodblocker.admin` | Full access to the plugin | OP |<br \/>\n| `goodblocker.bypass` | Bypass all command blocks | OP |<br \/>\n| `goodblocker.reload` | Reload the configuration | OP |<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>&#8220;`yaml<br \/>\n# List of blocked commands<br \/>\nblocked-commands:<br \/>\n  &#8211; &#8220;op&#8221;<br \/>\n  &#8211; &#8220;deop&#8221;<br \/>\n  &#8211; &#8220;stop&#8221;<br \/>\n  &#8211; &#8220;reload&#8221;<br \/>\n  &#8211; &#8220;minecraft:give&#8221;<br \/>\n  &#8211; &#8220;plugins&#8221;<br \/>\n  &#8211; &#8220;pl&#8221;<br \/>\n  &#8211; &#8220;version&#8221;<br \/>\n  &#8211; &#8220;ver&#8221;<\/p>\n<p># Plugin messages<br \/>\nmessages:<br \/>\n  blocked-command: &#8220;&#038;c&#038;lAccess Denied! &#038;7This command is blocked.&#8221;<br \/>\n  no-permission: &#8220;&#038;cYou don&#8217;t have permission to use this command.&#8221;<br \/>\n  reload-success: &#8220;&#038;aConfiguration reloaded successfully!&#8221;<br \/>\n  command-added: &#8220;&#038;aCommand added to the block list.&#8221;<br \/>\n  command-removed: &#8220;&#038;aCommand removed from the block list.&#8221;<\/p>\n<p># Enable logging of blocked command attempts<br \/>\nenable-logging: true<br \/>\n&#8220;`<\/p>\n<p>## \ud83c\udfaf Usage Examples<\/p>\n<p>### Block a single command<br \/>\n&#8220;`<br \/>\n\/gb add gamemode<br \/>\n&#8220;`<\/p>\n<p>### Block all commands from a namespace<br \/>\n&#8220;`<br \/>\n\/gb add minecraft:*<br \/>\n&#8220;`<\/p>\n<p>### Remove a blocked command<br \/>\n&#8220;`<br \/>\n\/gb remove gamemode<br \/>\n&#8220;`<\/p>\n<p>### View all blocked commands<br \/>\n&#8220;`<br \/>\n\/gb list<br \/>\n&#8220;`<\/p>\n<p>### Reload configuration<br \/>\n&#8220;`<br \/>\n\/gb reload<br \/>\n&#8220;`<\/p>\n<p>## \ud83e\udd1d Contributing<\/p>\n<p>Contributions are welcome! Please feel free to submit a Pull Request.<\/p>\n<p>## \ud83d\udcdd License<\/p>\n<p>This project is licensed under the MIT License.<\/p>\n<p>## \ud83d\udc64 Author<\/p>\n<p>**Vnxsitoow**<br \/>\n&#8211; GitHub: @Vnxsitoow<\/p>\n<p>## \ud83d\udc1b Bug Reports<\/p>\n<p>If you find a bug, please open an issue on GitHub with:<br \/>\n&#8211; Minecraft version<br \/>\n&#8211; Server software and version<br \/>\n&#8211; Plugin version<br \/>\n&#8211; Steps to reproduce<br \/>\n&#8211; Error logs (if any)<\/p>\n<p>## \ud83d\udca1 Support<\/p>\n<p>For support, please open an issue on GitHub or contact the author.<\/p>\n<p>&#8212;<\/p>\n<p>Made with \u2764\ufe0f for the Minecraft community<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It is a simple, lightweight, and fully customizable plugin that allows you to block any command you want on your server. Whether for security, control, or player experience, this plugin is perfect for maintaining order.<\/p>\n","protected":false},"featured_media":77257,"template":"","meta":{"_minecraft_slug":"goodblocker","_minecraft_project_id":"YI0gDgYU","_minecraft_author":"Vnxsitoow","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":49,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"goodblocker.zip","_minecraft_size_bytes":6665,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T21:09:31.520340Z","_minecraft_date_created":"2025-10-06T07:04:32.724065Z","_minecraft_date_modified":"2025-10-05T17:08:08.122620Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/goodblocker","_minecraft_icon_attachment_id":77257,"_minecraft_imported_at":"2026-06-04T11:09:38+00:00","_minecraft_import_hash":"8ee517934360d327e5101441e953aa26","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[127,129,92],"mod_loader":[132,134],"minecraft_version":[49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,38,78,79,80,81,82],"class_list":["post-77256","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-paper","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-spigot","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","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>GoodBlocker - 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\/goodblocker\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GoodBlocker - Minecraft\" \/>\n<meta property=\"og:description\" content=\"It is a simple, lightweight, and fully customizable plugin that allows you to block any command you want on your server. Whether for security, control, or player experience, this plugin is perfect for maintaining order.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/goodblocker\/\" \/>\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\\\/goodblocker\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/goodblocker\\\/\",\"name\":\"GoodBlocker - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/goodblocker\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/goodblocker\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/goodblocker-icon-e88e1f8f95e36b890406defb5829dc7f36bff4c6_96.webp\",\"datePublished\":\"2026-06-04T11:09:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/goodblocker\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/goodblocker\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/goodblocker\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/goodblocker-icon-e88e1f8f95e36b890406defb5829dc7f36bff4c6_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/goodblocker-icon-e88e1f8f95e36b890406defb5829dc7f36bff4c6_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/goodblocker\\\/#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\":\"GoodBlocker\"}]},{\"@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":"GoodBlocker - 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\/goodblocker\/","og_locale":"en_US","og_type":"article","og_title":"GoodBlocker - Minecraft","og_description":"It is a simple, lightweight, and fully customizable plugin that allows you to block any command you want on your server. Whether for security, control, or player experience, this plugin is perfect for maintaining order.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/goodblocker\/","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\/goodblocker\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/goodblocker\/","name":"GoodBlocker - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/goodblocker\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/goodblocker\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/goodblocker-icon-e88e1f8f95e36b890406defb5829dc7f36bff4c6_96.webp","datePublished":"2026-06-04T11:09:37+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/goodblocker\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/goodblocker\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/goodblocker\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/goodblocker-icon-e88e1f8f95e36b890406defb5829dc7f36bff4c6_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/goodblocker-icon-e88e1f8f95e36b890406defb5829dc7f36bff4c6_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/goodblocker\/#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":"GoodBlocker"}]},{"@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\/77256","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\/77257"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=77256"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=77256"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=77256"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=77256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}