{"id":44613,"date":"2026-06-02T05:54:56","date_gmt":"2026-06-02T02:54:56","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/commands\/"},"modified":"2026-06-02T05:54:56","modified_gmt":"2026-06-02T02:54:56","slug":"commands","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/commands\/","title":{"rendered":"Commands++ | Next-Level Command Management Plugin"},"content":{"rendered":"<p># Commands++<\/p>\n<p>**The modern essentials replacement for Minecraft servers.** One YAML file controls every utility \u2014 homes, warps, teleport requests, vanish, jail, mute, mail, kits, economy, chat formatting \u2014 toggleable per-module on Paper, Folia, and Purpur.<\/p>\n<p>&#8212;<\/p>\n<p>## What is Commands++<\/p>\n<p>A single primitive \u2014 **modules** \u2014 runs every feature on the server. Each module is a self-contained feature with its own commands, listeners, config section, and data files. Toggle a module in `config.yml`, hot-flip it with `\/cmds enable|disable <module>`, or `\/cmds reload` to apply edits. No restart, no listener leaks, no half-Adventure half-legacy output.<\/p>\n<p>23 modules ship by default. 124 commands. Drop the jar in, set your Discord invite, `\/cmds reload`, done.<\/p>\n<p>&#8212;<\/p>\n<p>## Why server owners pick it<\/p>\n<p>&#8211; **One toggle per feature.** Don&#8217;t want homes? `modules.homes.enabled: false`. Don&#8217;t want chat formatting? Turn off the module. Most plugins force everything on.<br \/>\n&#8211; **Cross-cutting enforcement.** Mute blocks chat *and* `\/msg`, `\/r`, `\/me`, `\/mail`. Jail blocks every teleport command (and re-checks at TPA delay execute). Vanish hides from `\/players`, `\/lastseen`, `\/whois`, `\/getpos`, join\/quit broadcasts, and lastseen updates. Most plugins half-implement this.<br \/>\n&#8211; **Reload-safe.** `\/cmds reload` actually unregisters listeners. Most plugins quietly leak handlers and double-fire events after reload.<br \/>\n&#8211; **Folia-native.** Region scheduler, async scheduler, entity scheduler \u2014 used appropriately throughout. `teleportAsync` everywhere. No legacy `Bukkit.getScheduler()` anywhere.<br \/>\n&#8211; **MiniMessage everywhere.** Gradients, hover, click, rainbow. Legacy `&#038;`-codes still work \u2014 auto-detected. Zero MiniMessage knowledge required to start.<br \/>\n&#8211; **Audit-logged.** Every admin action targeting another player appends to `audit.log` with timestamp + actor + target. Most essentials plugins have nothing equivalent.<br \/>\n&#8211; **Plug-and-play.** Ships with branded gradient prefix, working defaults, animated rainbow welcome title, and a Discord CTA wired through `\/support`, the welcome message, and `\/cmds version`. Useful on boot with zero edits.<\/p>\n<p>&#8212;<\/p>\n<p>## Modules \u2014 one primitive for everything<\/p>\n<p>&#8220;`yaml<br \/>\nmodules:<br \/>\n  homes:<br \/>\n    enabled: true<br \/>\n    default_max_homes: 3<br \/>\n    default_home_name: home<\/p>\n<p>  teleport:<br \/>\n    enabled: true<br \/>\n    request_timeout_seconds: 60<br \/>\n    teleport_delay_seconds: 3<br \/>\n    cancel_on_movement: true<br \/>\n    cancel_on_damage: true<\/p>\n<p>  randomtp:<br \/>\n    enabled: true<br \/>\n    cooldown_seconds: 60<br \/>\n    max_attempts: 12<br \/>\n    worlds:<br \/>\n      world: { center_x: 0, center_z: 0, radius: 5000, min_y: 64, max_y: 256 }<\/p>\n<p>  economy:<br \/>\n    enabled: true<br \/>\n    confirm_threshold: 1000.0   # \/pay above this requires \/payconfirm<\/p>\n<p>  chat:<br \/>\n    enabled: true<br \/>\n    format: &#8220;<prefix><white><displayname><\/white><suffix> <dark_gray>\u00bb<\/dark_gray> <message>&#8221;<br \/>\n    luckperms_prefix: true<br \/>\n&#8220;`<\/p>\n<p>Every module has the same shape: `enabled` plus its own keys. New defaults from plugin upgrades merge in without overwriting your edits.<\/p>\n<p>### Toggle at runtime<\/p>\n<p>| Command | Effect |<br \/>\n| &#8212; | &#8212; |<br \/>\n| `\/cmds modules` | List every module + its current state |<br \/>\n| `\/cmds enable <module>` | Turn it on, run its `onEnable` immediately |<br \/>\n| `\/cmds disable <module>` | Turn it off, unregister its listeners + cancel its tasks |<br \/>\n| `\/cmds reload` | Re-read config + messages, re-enable modules |<br \/>\n| `\/cmds update` | Manual Modrinth check |<\/p>\n<p>&#8212;<\/p>\n<p>## Cross-cutting enforcement<\/p>\n<p>Where Commands++ goes deeper than per-command Essentials checks.<\/p>\n<p>**Mute** \u2014 blocks chat, `\/msg`, `\/r`, `\/me`, `\/mail send`. Every text path checks `PlayerStatus.isMuted` from a single helper, so adding a new command picks up muting for free.<\/p>\n<p>**Jail** \u2014 blocks `\/spawn`, `\/home`, `\/warp`, `\/tpa`, `\/tpahere`, `\/back`, `\/randomtp`, `\/jumpto`, `\/top`, `\/tphere`, `\/tppos`, `\/world`. The TPA delay re-checks at execute time, so jailing during the countdown actually stops the teleport.<\/p>\n<p>**Vanish** \u2014 hides from `\/players`, `\/list`, `\/lastseen`, `\/whois`, `\/getpos`, `\/near`. Suppresses join\/quit broadcasts. Skips `lastseen.yml` updates on quit. Cancels item pickups + entity targeting. Persists through rejoins.<\/p>\n<p>**AFK** \u2014 auto-detected from movement and chat. Optional auto-kick after configurable idle. `[AFK]` tag prepends to the chat that breaks the idle, not the next one.<\/p>\n<p>&#8212;<\/p>\n<p>## Visual presets<\/p>\n<p>Per-permission gradient styles for chat AND nicknames. Players run `\/chatcolor list` or `\/nick list` to see a click-to-apply gallery.<\/p>\n<p>&#8220;`yaml<br \/>\nmodules:<br \/>\n  chat:<br \/>\n    permission_styles:<br \/>\n      &#8211; { name: rainbow,     permission: commandsplus.chat.style.rainbow,     style: &#8220;<rainbow><message><\/rainbow>&#8221; }<br \/>\n      &#8211; { name: fire,        permission: commandsplus.chat.style.fire,        style: &#8220;<gradient:#ff5555:#ffaa00:#ffff55><message><\/gradient>&#8221; }<br \/>\n      &#8211; { name: vip_gold,    permission: commandsplus.chat.style.vip_gold,    style: &#8220;<bold><gradient:#ffd700:#fff8a0><message><\/gradient><\/bold>&#8221; }<br \/>\n      &#8211; { name: mvp_diamond, permission: commandsplus.chat.style.mvp_diamond, style: &#8220;<bold><gradient:#00ffff:#00aaff:#a855f7><message><\/gradient><\/bold>&#8221; }<\/p>\n<p>  playerstate:<br \/>\n    nick_max_length: 16<br \/>\n    nick_presets:<br \/>\n      &#8211; { name: rainbow, permission: commandsplus.nick.preset.rainbow, style: &#8220;<rainbow><message><\/rainbow>&#8221; }<br \/>\n      &#8211; { name: ocean,   permission: commandsplus.nick.preset.ocean,   style: &#8220;<gradient:#0088ff:#00ffff><message><\/gradient>&#8221; }<br \/>\n&#8220;`<\/p>\n<p>13 chat presets and 13 matching nick presets ship enabled. Add your own \u2014 it&#8217;s just a YAML row.<\/p>\n<p>&#8212;<\/p>\n<p>## Branding in two lines<\/p>\n<p>&#8220;`yaml<br \/>\nprefix: &#8220;<bold><gradient:#00ffd5:#00aaff:#a855f7>[Commands++]<\/gradient><\/bold> <gray>&#8221;<\/p>\n<p>support:<br \/>\n  discord_invite: &#8220;https:\/\/discord.gg\/your-invite&#8221;<br \/>\n  discord_label:  &#8220;discord.gg\/your-invite&#8221;<br \/>\n  show_in_welcome: true<br \/>\n&#8220;`<\/p>\n<p>The Discord propagates everywhere \u2014 `\/support` command, welcome message CTA, `\/cmds version`, broadcast messages that reference `%discord%`. One field, every surface.<\/p>\n<p>Need a custom prefix? Replace the MiniMessage above with `&#038;8[&#038;bMyServer&#038;8] &#038;7` and the parser falls back to legacy codes.<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>124 across 23 modules.<\/p>\n<p>| Module | Commands |<br \/>\n| &#8212; | &#8212; |<br \/>\n| **Teleport** | `\/tpa` `\/tpahere` `\/tpaccept` `\/tpdeny` `\/tpcancel` `\/tptoggle` `\/tphere` `\/tpall` `\/tppos` `\/tp` `\/back` `\/jumpto` `\/top` |<br \/>\n| **Homes \/ Warps \/ Spawn** | `\/home` `\/sethome` `\/delhome` `\/homes` `\/warp` `\/setwarp` `\/delwarp` `\/warps` `\/spawn` `\/setspawn` `\/randomtp` |<br \/>\n| **Communication** | `\/msg` `\/r` `\/ignore` `\/unignore` `\/msgtoggle` `\/socialspy` `\/realname` `\/me` `\/mail` `\/helpop` |<br \/>\n| **Player state** | `\/heal` `\/feed` `\/fly` `\/god` `\/afk` `\/nick` `\/speed` `\/clearinventory` `\/whois` `\/near` `\/getpos` `\/exp` `\/suicide` `\/ext` |<br \/>\n| **Gamemode** | `\/gmc` `\/gms` `\/gma` `\/gmsp` `\/gamemode` |<br \/>\n| **Inventory** | `\/enderchest` `\/workbench` `\/anvil` `\/repair` `\/more` `\/skull` `\/i` `\/give` `\/trash` `\/enchant` `\/condense` `\/hat` `\/recipe` `\/invsee` |<br \/>\n| **Moderation** | `\/mute` `\/unmute` `\/jail` `\/unjail` `\/setjail` `\/jails` `\/kick` `\/ban` `\/unban` `\/tempban` `\/banhistory` `\/freeze` `\/sudo` `\/clearchat` |<br \/>\n| **Vanish** | `\/vanish` `\/vanishlist` |<br \/>\n| **Kits** | `\/kit` `\/kits` |<br \/>\n| **World** | `\/world` `\/worlds` `\/time` `\/weather` `\/sun` `\/rain` `\/thunder` `\/pweather` `\/ptime` |<br \/>\n| **Staff** | `\/staff add|remove|info|list|roles` |<br \/>\n| **Economy** (Vault) | `\/pay` `\/payconfirm` `\/balance` `\/baltop` `\/eco` |<br \/>\n| **Admin** | `\/burn` `\/lightning` `\/firework` `\/info` |<br \/>\n| **Chat \/ Nick** | `\/chatcolor` (list \/ preset \/ reset), `\/nick` (list \/ preset \/ set \/ clear) |<br \/>\n| **Plugin** | `\/cmds reload|modules|enable|disable|version|update` |<\/p>\n<p>Run `\/help` for a paginated, click-to-suggest in-game menu. `\/cmds help` for the admin equivalent.<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>Single hierarchy: `commandsplus.<module>.<command>[.other|.bypass|.list|.see]`. Defaults match intent.<\/p>\n<p>| Node | Default | Grants |<br \/>\n| &#8212; | &#8212; | &#8212; |<br \/>\n| `commandsplus.admin` | `op` | Wildcard \u2014 every operator-level node, including all gradient presets |<br \/>\n| `commandsplus.<utility>` | `true` | `\/home`, `\/spawn`, `\/msg`, `\/help`, `\/randomtp`, etc. |<br \/>\n| `commandsplus.<admin>` | `op` | `\/heal`, `\/mute`, `\/jail`, `\/vanish`, `\/sudo`, etc. |<br \/>\n| `commandsplus.<command>.other` | `op` | Target another player |<br \/>\n| `commandsplus.<command>.bypass` | `op` | Skip cooldown \/ restriction |<br \/>\n| `commandsplus.homes.limit.<n>` | `false` | Tiered home cap \u2014 grant `commandsplus.homes.limit.10` for ten homes |<br \/>\n| `commandsplus.chat.style.<name>` | `false` | Per-preset chat gradient |<br \/>\n| `commandsplus.nick.preset.<name>` | `false` | Per-preset nickname gradient |<\/p>\n<p>Grant `commandsplus.admin` to your staff LuckPerms group \u2014 every operator command works, every gradient preset unlocks.<\/p>\n<p>&#8212;<\/p>\n<p>## Integrations<\/p>\n<p>Every integration is a soft-depend. Commands++ runs cleanly with all of them missing.<\/p>\n<p>| Plugin | Used for |<br \/>\n| &#8212; | &#8212; |<br \/>\n| **PlaceholderAPI** | `commandsplus_*` placeholders \u2014 homes count, AFK, vanish, mute \/ jail remaining, mail unread, ping, uptime |<br \/>\n| **Vault** + economy provider | `\/pay`, `\/balance`, `\/baltop`, `\/eco`, `\/payconfirm` |<br \/>\n| **LuckPerms** | Chat-format prefix + suffix injection, group-aware permissions |<\/p>\n<p>&#8212;<\/p>\n<p>## Update notifier<\/p>\n<p>Async Modrinth poll on enable + every 6 hours. When a newer release is detected:<\/p>\n<p>&#8211; Console banner with installed \u2192 latest version + download URL<br \/>\n&#8211; Clickable in-game banner sent to anyone with `commandsplus.update.notify` on join + every 30 minutes<br \/>\n&#8211; `\/cmds update` for a manual check<\/p>\n<p>All cadences and the slug live under `modules.update.*`.<\/p>\n<p>&#8212;<\/p>\n<p>## Platform support<\/p>\n<p>| Platform | Support | Notes |<br \/>\n| &#8212; | &#8212; | &#8212; |<br \/>\n| **Paper 1.21+** | \u2705 Full | Native Adventure |<br \/>\n| **Folia** | \u2705 Full | Region-aware throughout, `teleportAsync` everywhere |<br \/>\n| **Purpur 1.21+** | \u2705 Full | |<br \/>\n| **Spigot 1.21+** | \u26a0 Limited |<\/p>\n<p>Java 21+ required.<\/p>\n<p>&#8212;<\/p>\n<p>## Install<\/p>\n<p>1. Download the jar from the **Versions** page.<br \/>\n2. Drop it into your server&#8217;s `plugins\/` folder.<br \/>\n3. Start the server. `config.yml` and `messages.yml` generate with sane defaults.<br \/>\n4. Open `config.yml`, set `support.discord_invite:` to your community link.<br \/>\n5. `\/cmds reload`.<\/p>\n<p>Optional: install **LuckPerms** for chat prefix integration, **PlaceholderAPI** for the placeholder set.<\/p>\n<p>&#8212;<\/p>\n<p>## Links<\/p>\n<p>&#8211; **Discord** \u2014 discord.gg\/aJqqs2hYQJ<br \/>\n&#8211; **MiniMessage docs** \u2014 docs.advntr.dev\/minimessage\/format.html<br \/>\n&#8211; **Hex color picker** \u2014 htmlcolorcodes.com\/color-picker<br \/>\n&#8211; **Companion plugin** \u2014 Broadcast++ for full-featured server announcements<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Adds an extensive list of heavily customizable and programmable commands and features to modern minecraft servers.<\/p>\n","protected":false},"featured_media":44614,"template":"","meta":{"_minecraft_slug":"commands++","_minecraft_project_id":"GqlIzLkW","_minecraft_author":"Gluckz","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":262,"_minecraft_follows":5,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"commands++.zip","_minecraft_size_bytes":5226996,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T12:08:19.500108Z","_minecraft_date_created":"2025-08-17T21:06:09.667754Z","_minecraft_date_modified":"2026-05-05T06:06:38.835792Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/commands++","_minecraft_icon_attachment_id":44614,"_minecraft_imported_at":"2026-06-02T02:54:57+00:00","_minecraft_import_hash":"1a09b439a58cdeb9259a896b5b640647","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,156,844,125,89,126,90,127,128,867,92],"mod_loader":[131,132,133],"minecraft_version":[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,83,167,163],"class_list":["post-44613","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-decoration","mod_category-economy","mod_category-folia","mod_category-game-mechanics","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-utility","mod_loader-folia","mod_loader-paper","mod_loader-purpur","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-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Commands++ | Next-Level Command Management Plugin - 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\/commands\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Commands++ | Next-Level Command Management Plugin - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Adds an extensive list of heavily customizable and programmable commands and features to modern minecraft servers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/commands\/\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commands\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commands\\\/\",\"name\":\"Commands++ | Next-Level Command Management Plugin - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commands\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commands\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/commands-icon-67f84caeb92871fe7b537e282ea2b670fcebb962_96.webp\",\"datePublished\":\"2026-06-02T02:54:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commands\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commands\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commands\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/commands-icon-67f84caeb92871fe7b537e282ea2b670fcebb962_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/commands-icon-67f84caeb92871fe7b537e282ea2b670fcebb962_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commands\\\/#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\":\"Commands++ | Next-Level Command Management Plugin\"}]},{\"@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":"Commands++ | Next-Level Command Management Plugin - 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\/commands\/","og_locale":"en_US","og_type":"article","og_title":"Commands++ | Next-Level Command Management Plugin - Minecraft","og_description":"Adds an extensive list of heavily customizable and programmable commands and features to modern minecraft servers.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/commands\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/commands\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/commands\/","name":"Commands++ | Next-Level Command Management Plugin - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/commands\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/commands\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/commands-icon-67f84caeb92871fe7b537e282ea2b670fcebb962_96.webp","datePublished":"2026-06-02T02:54:56+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/commands\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/commands\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/commands\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/commands-icon-67f84caeb92871fe7b537e282ea2b670fcebb962_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/commands-icon-67f84caeb92871fe7b537e282ea2b670fcebb962_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/commands\/#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":"Commands++ | Next-Level Command Management Plugin"}]},{"@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\/44613","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\/44614"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=44613"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=44613"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=44613"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=44613"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}