{"id":60738,"date":"2026-06-03T15:56:26","date_gmt":"2026-06-03T12:56:26","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/easy-command-blocker\/"},"modified":"2026-06-03T15:56:26","modified_gmt":"2026-06-03T12:56:26","slug":"easy-command-blocker","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/easy-command-blocker\/","title":{"rendered":"EasyCommandBlocker"},"content":{"rendered":"<p>![EasyCommandBlocker logo](https:\/\/i.imgur.com\/LD5Hsvi.png)<br \/>\n# What can I do with EasyCommandBlocker?<\/p>\n<p>This plugin allows you to completely block commands in a fast and easy way. You can even hide these commands from tab completion in the chat, or define a list of permitted commands to show.<\/p>\n<p>There are countless of command blocker plugins, why another? I made this plugin simply because I couldn&#8217;t find one that manages to work properly in recent Minecraft versions, most of these plugins are outdated or paid.<\/p>\n<p>> EasyCommandBlocker has been tested on:<\/p>\n<p>&#8220;`<br \/>\n&#8211; Paper 1.16.5 with ViaVersion, ViaBackwards, ViaRewind (Command tab completion is hidden for 1.8-1.21 versions)<br \/>\n&#8211; Purpur 1.18.2 with ViaVersion, ViaBackwards, ViaRewind (Command tab completion is hidden for 1.8-1.21 versions)<br \/>\n&#8211; Spigot 1.8.8 with ViaVersion (Command tab completion is hidden for 1.8-1.21 versions)<br \/>\n&#8211; Paper 1.16.5<br \/>\n&#8211; Paper 1.21.4+<br \/>\n&#8211; Waterfall<br \/>\n&#8211; Velocity<br \/>\n&#8211; Flamecord<br \/>\n&#8220;`<\/p>\n<p>## FEATURES<br \/>\n\u2705 List of commands to block<br \/>\n\u2705 List of commands to allow<br \/>\n\u2705 Block tab completion of all commands<br \/>\n\u2705 Block colon commands<br \/>\n\u2705 Show only certain commands on tab completion (1.13+)<br \/>\n\u2705 Multiple actions when using blocked command<br \/>\n&#8211; Send message<br \/>\n&#8211; Send title message<br \/>\n&#8211; Play sound<br \/>\n&#8211; Give potion effect<br \/>\n&#8211; Execute console command<\/p>\n<p>\u2705 Certain actions to group of commands.<br \/>\n\u2705 Works with ViaVersion, ViaBackwards and ViaRewind.<br \/>\n\u2705 Works on Waterfall and Velocity (blocks bungee commands and hide tab completion)<br \/>\n\u2705 Works with 1.8+<\/p>\n<p>## HOW TO START<br \/>\n### SPIGOT\/PAPER SERVERS:<br \/>\nDownload the plugin and place it on your plugins folder. The plugin will only block spigot commands.<\/p>\n<p>### WATERFALL AND VELOCITY SERVERS:<br \/>\nDownload the plugin and place it on your plugins folder. The plugin will only block proxy commands.<\/p>\n<p>> You can use the plugin in both the proxy and your game servers.<\/p>\n<p><\/p>\n<p>### CONFIG.YML<\/p>\n<details>\n<summary>Spoiler<\/summary>\n<p>&#8220;`yaml<br \/>\n# Here you can create different groups to show only certain commands<br \/>\n# in tab completion. You must give the easycommandblocker.tab.<group><br \/>\n# permission to players for using this option.<br \/>\n# The default group will apply to ALL users that don&#8217;t have a group permission set.<br \/>\n# Don&#8217;t remove the default group.<br \/>\ntab:<br \/>\n   # Name of the group.<br \/>\n  default:<br \/>\n     # The priority works to define which group a player must use first if they<br \/>\n    # have more than one group permission. A higher priority means the<br \/>\n    # group will be selected first.<br \/>\n    priority: 0<\/p>\n<p>    # A list of commands to show on tab completion. The command must<br \/>\n    # include the &#8220;\/&#8221;.<br \/>\n    commands: []<br \/>\n  vip:<br \/>\n    priority: 1<\/p>\n<p>    # You can add the &#8220;extends&#8221; option to inherit commands from another<br \/>\n    # group. Doing so allows you to not repeat commands.<br \/>\n    extends: default<\/p>\n<p>    commands:<br \/>\n      &#8211; &#8220;\/home&#8221;<\/p>\n<p># Actions to be executed when a user tries to use a blocked command.<br \/>\n# See the next section to understand how to use actions.<br \/>\nblocked_command_default_actions:<br \/>\n  &#8211; &#8216;message: &#038;8[&#038;b&#038;lECB&#038;8] &#038;cYou don&#8221;t have permissions to use that command.&#8217;<br \/>\n  &#8211; &#8216;playsound: BLOCK_NOTE_BLOCK_PLING;10;0.1&#8217;<br \/>\n  &#8211; &#8216;title: 20;40;20;&#038;cWhat are you doing?;&#038;7Don&#8221;t use that command!&#8217;<\/p>\n<p># Whether the plugin should send notifications on join to OP<br \/>\n# players if an update is found<br \/>\nupdate_notify: true<\/p>\n<p># Option only in backend server<br \/>\n# Set it to true if you are using ECB in both the proxy and the backend.<br \/>\nis_network: false<\/p>\n<p># Option only in backend server.<br \/>\n# Set it to true if you are using a 1.12- server or want to add compatibility<br \/>\n# with 1.12- versions.<br \/>\n# Requires ProtocolLib.<br \/>\n# For this option to apply you must restart your server.<br \/>\nlegacy_support: false<\/p>\n<p># If you set this option to true, the list below will serve as a whitelist instead,<br \/>\n# meaning the listed commands will be allowed and all others will be blocked.<br \/>\nuse_commands_as_whitelist: false<\/p>\n<p># List of commands to block.<br \/>\ncommands:<br \/>\n   &#8211; &#8220;\/?&#8221;<br \/>\n  &#8211; &#8220;\/bukkit:?&#8221;<br \/>\n  &#8211; &#8220;\/bukkit:ver&#8221;<br \/>\n  &#8211; &#8220;\/bukkit:version&#8221;<br \/>\n  &#8211; &#8220;\/bukkit:pl&#8221;<br \/>\n  &#8211; &#8220;\/bukkit:plugins&#8221;<br \/>\n  &#8211; &#8220;\/bukkit:help&#8221;<br \/>\n  &#8211; &#8220;\/bukkit:about&#8221;<br \/>\n  &#8211; &#8220;\/ver&#8221;<br \/>\n  &#8211; &#8220;\/version&#8221;<br \/>\n  &#8211; &#8220;\/plugins&#8221;<br \/>\n  &#8211; &#8220;\/pl&#8221;<br \/>\n  &#8211; &#8220;\/minecraft:me&#8221;<br \/>\n  &#8211; &#8220;\/about&#8221;<br \/>\n  &#8211; &#8220;\/icanhasbukkit&#8221;<\/p>\n<p># Block all commands that contain &#8220;:&#8221;.<br \/>\nblock_colon_commands: false<\/p>\n<p># Here you can define group of commands that will execute certain actions.<br \/>\n# The example1 section defines that commands like \/ver or \/version will kick<br \/>\n# the player from the server, instead of using the default actions. You MUST use<br \/>\n# the same commands defined in the previous list.<br \/>\n# If you don&#8217;t want custom command actions, you can delete this whole section.<br \/>\ncustom_commands_actions:<br \/>\n  example1:<br \/>\n    commands:<br \/>\n      &#8211; &#8220;\/ver&#8221;<br \/>\n      &#8211; &#8220;\/version&#8221;<br \/>\n      &#8211; &#8220;\/about&#8221;<br \/>\n    actions:<br \/>\n      &#8211; &#8220;console_command: kick %player% You can&#8217;t see the version of the server!&#8221;<br \/>\n&#8220;`<\/p>\n<\/details>\n<p><\/p>\n<p>### ACTIONS<br \/>\nYou can use these actions on the `blocked_command_default_actions` option. Waterfall and Velocity servers support all actions as well!<\/p>\n<details>\n<summary>Message<\/summary>\n<p>Sends a message to the player.<\/p>\n<p>&#8220;`yaml<br \/>\nmessage: &#038;8[&#038;b&#038;lECB&#038;8] &#038;cYou don&#8217;t have permissions to use that command.<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>Console Command<\/summary>\n<p>Executes a command from the console.<\/p>\n<p>&#8220;`yaml<br \/>\nconsole_command: kick %player%<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>Play Sound<\/summary>\n<p>Plays a sound to the player. Use this format: &#8220;playsound: sound;volume;pitch&#8221;.<br \/>\nYou can find a list of sounds here:<br \/>\nCLICK<\/p>\n<p>&#8220;`yaml<br \/>\nplaysound: BLOCK_NOTE_BLOCK_PLING;10;0.1<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>Title<\/summary>\n<p>Sends a title and subtitle message to the player. Use this format: &#8220;title: fadeIn;stay;fadeOut;title;subtitle&#8221;<br \/>\nfadeIn, stay and fadeOut must be in ticks, 20ticks = 1second<br \/>\nIf you want just a title, or just subtitle write &#8220;none&#8221;<\/p>\n<p>&#8220;`yaml<br \/>\ntitle: 20;40;20;&#038;6This is a title;none<br \/>\ntitle: 20;40;20;&#038;cWhat are you doing?;&#038;7Don&#8217;t use that command!<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>Give Potion Effect<\/summary>\n<p>Gives a potion effect to the player. Use this format: &#8220;give_potion_effect: effect;duration_in_ticks;level&#8221;<br \/>\nYou can find a list of potion effects here:<br \/>\nhttps:\/\/hub.spigotmc.org\/javadocs\/spigot\/org\/bukkit\/potion\/PotionEffectType.html<\/p>\n<p>&#8220;`yaml<br \/>\ngive_potion_effect: BLINDNESS;180;1<br \/>\n&#8220;`<\/p>\n<\/details>\n<p><\/p>\n<p>### IMPORTANT INFORMATION<br \/>\n&#8211; On the tab option you can only display commands that are registered and players have the correct permissions to use. This is a Minecraft limitation, it&#8217;s not possible to add custom commands to that list.<br \/>\n&#8211; Remember to \/deop yourself first when testing the plugin since OP players will bypass all options.<br \/>\n&#8211; The plugin doesn&#8217;t work on BungeeCord, only on Waterfall and Velocity.<\/p>\n<p><\/p>\n<p>### API<br \/>\nThe plugin has a small API that includes an Event:<\/p>\n<details>\n<summary>Spoiler<\/summary>\n<p>&#8220;`java<br \/>\n@EventHandler<br \/>\npublic void onBlockedCommand(CommandBlockedEvent event){<br \/>\n    Player player = event.getPlayer();<\/p>\n<p>    \/\/Detected command from the config<br \/>\n    String command = event.getCommand();<\/p>\n<p>    \/\/The complete command used by the player<br \/>\n    String fullCommand = event.getFullCommand();<\/p>\n<p>}<br \/>\n&#8220;`<\/p>\n<\/details>\n<p><\/p>\n<p>## COMMANDS AND PERMISSION<br \/>\n### COMMANDS<br \/>\n(alias: \/ecb)<br \/>\n&#8211; **\/easycommandblocker reload** (Reloads the config)<\/p>\n<p>### PERMISSIONS:<br \/>\n&#8211; **easycommandblocker.admin** (Allows the access to \/ecb reload)<br \/>\n&#8211; **easycommandblocker.tab.<group>** (Allows the use of a certain tab completion group)<br \/>\n&#8211; **easycommandblocker.bypass.tab** (Allows to completely bypass tab completion filters)<br \/>\n&#8211; **easycommandblocker.bypass.commands** (Allows to completely bypass blocked commands)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Prevent the use of unwanted commands and hide them from tab completion (the infamous \/<tab>).<\/p>\n","protected":false},"featured_media":60739,"template":"","meta":{"_minecraft_slug":"easy-command-blocker","_minecraft_project_id":"mJ3C6LZx","_minecraft_author":"Ajneb97","_minecraft_license":"MIT","_minecraft_downloads":501,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"easy-command-blocker.zip","_minecraft_size_bytes":954080,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T10:32:38.180468Z","_minecraft_date_created":"2026-03-04T20:55:53.232982Z","_minecraft_date_modified":"2026-03-28T15:09:23.375992Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/easy-command-blocker","_minecraft_icon_attachment_id":60739,"_minecraft_imported_at":"2026-06-03T12:56:27+00:00","_minecraft_import_hash":"dbfa42eb80b6c9ab79cfd3f7e0580783","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,128,129,92,985,992],"mod_loader":[132,133,134,986,993],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,31,860,861,862,863,864,83],"class_list":["post-60738","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_category-velocity","mod_category-waterfall","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","mod_loader-velocity","mod_loader-waterfall","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","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-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","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4","minecraft_version-26-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>EasyCommandBlocker - 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\/easy-command-blocker\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EasyCommandBlocker - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Prevent the use of unwanted commands and hide them from tab completion (the infamous \/).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/easy-command-blocker\/\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/easy-command-blocker\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/easy-command-blocker\\\/\",\"name\":\"EasyCommandBlocker - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/easy-command-blocker\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/easy-command-blocker\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/easy-command-blocker-icon-6b438dce1be5fc7fb456c0c1bdeeef59a5c0db1d.png\",\"datePublished\":\"2026-06-03T12:56:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/easy-command-blocker\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/easy-command-blocker\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/easy-command-blocker\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/easy-command-blocker-icon-6b438dce1be5fc7fb456c0c1bdeeef59a5c0db1d.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/easy-command-blocker-icon-6b438dce1be5fc7fb456c0c1bdeeef59a5c0db1d.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/easy-command-blocker\\\/#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\":\"EasyCommandBlocker\"}]},{\"@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":"EasyCommandBlocker - 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\/easy-command-blocker\/","og_locale":"en_US","og_type":"article","og_title":"EasyCommandBlocker - Minecraft","og_description":"Prevent the use of unwanted commands and hide them from tab completion (the infamous \/).","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/easy-command-blocker\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/easy-command-blocker\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/easy-command-blocker\/","name":"EasyCommandBlocker - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/easy-command-blocker\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/easy-command-blocker\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/easy-command-blocker-icon-6b438dce1be5fc7fb456c0c1bdeeef59a5c0db1d.png","datePublished":"2026-06-03T12:56:26+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/easy-command-blocker\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/easy-command-blocker\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/easy-command-blocker\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/easy-command-blocker-icon-6b438dce1be5fc7fb456c0c1bdeeef59a5c0db1d.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/easy-command-blocker-icon-6b438dce1be5fc7fb456c0c1bdeeef59a5c0db1d.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/easy-command-blocker\/#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":"EasyCommandBlocker"}]},{"@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\/60738","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\/60739"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=60738"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=60738"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=60738"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=60738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}