{"id":44619,"date":"2026-06-02T05:55:43","date_gmt":"2026-06-02T02:55:43","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/commandsmanager\/"},"modified":"2026-06-02T05:55:43","modified_gmt":"2026-06-02T02:55:43","slug":"commandsmanager","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/commandsmanager\/","title":{"rendered":"CommandsManager"},"content":{"rendered":"<p>![Initial](https:\/\/i.imgur.com\/cFzRx11.png)<\/p>\n<p>![CodeFactor](https:\/\/www.codefactor.io\/repository\/github\/ivehydra\/commandsmanager\/badge)<\/p>\n<p># Introduction<br \/>\nCommandsManager is a plugin that allows you to Block, Add Cooldowns and Add Delays with Costs to any Command.<\/p>\n<p># Features<br \/>\n&#8211; 1.8 &#8211; Newer Versions Support.<br \/>\n&#8211; Fully Customizable.<br \/>\n&#8211; HEX Color Codes Support.<br \/>\n&#8211; PlaceholderAPI Support (allows any plugin to display commands cooldown through a placeholder and use PlaceholderAPI placeholders for Actions).<br \/>\n&#8211; MySQL Support for Cooldowns.<br \/>\n&#8211; Customizable Loading Bar during Delay.<br \/>\n&#8211; Permissions to bypass Blocks, Cooldowns and Delays.<br \/>\n&#8211; Block, add Cooldowns or Delays with Costs to any command.<br \/>\n&#8211; Add Cooldowns and Delays with Costs to the same command.<br \/>\n&#8211; Set Custom Cooldowns, Custom Delays and Custom Costs with permission-based settings.<br \/>\n&#8211; Set Costs based on different types: &#8220;EXPERIENCE&#8221;, &#8220;MONEY&#8221; or &#8220;CUSTOM:<Material>&#8220;.<br \/>\n&#8211; Seconds\/Minutes\/Hours\/Days Time Format.<br \/>\n&#8211; Block Colons in the first argument of the command(\/bukkit:help).<br \/>\n&#8211; Commands per World.<br \/>\n&#8211; Custom Actions.<\/p>\n<p># Requirements<br \/>\n1. Spigot<br \/>\n2. Vault<br \/>\n3. Economy Plugin (Essentials, ecc..)<br \/>\n4. PlaceholderAPI (Optional)<\/p>\n<p># How to install<br \/>\n1. Download CommandsManager.jar from this page.<br \/>\n2. Download Vault and an Economy Plugin (Essentials, ec&#8230;).<br \/>\n3. Download PlaceholderAPI (Optional).<br \/>\n4. Put CommandsManager, Vault, an Economy Plugin and PlaceholderAPI inside your plugins folder.<br \/>\n5. Start your server.<\/p>\n<p># Commands<br \/>\n&#8220;`<br \/>\n\/commandsmanager help &#8211; Sends a message with all commands and permissions.<br \/>\n\/commandsmanager reload | rl &#8211; Reloads the configuration file.<br \/>\n\/commandsmanager reset <player_name> <all\/command> &#8211; Resets a player&#8217;s cooldown for all commands or a specific command.<br \/>\n&#8220;`<\/p>\n<p># Permissions<br \/>\n&#8220;`<br \/>\ncommandsmanager.* &#8211; Allows to execute all commands.<br \/>\ncommandsmanager.help &#8211; Allows to see all commands and permissions.<br \/>\ncommandsmanager.reload &#8211; Allows to reload the configuration file.<br \/>\ncommandsmanager.reset &#8211; Allows to reset player&#8217;s cooldown for all commands or a specific command.<br \/>\ncommandsmanager.bypass.blockColons &#8211; Allows to execute commands with colons in the first argument of the command.<br \/>\n&#8220;`<\/p>\n<p># Files<\/p>\n<details>\n<summary>config.yml<\/summary>\n<p>&#8220;`<br \/>\nupdateCheck: true<\/p>\n<p>mySQL:<br \/>\n  enabled: false<br \/>\n  host: &#8220;localhost&#8221;<br \/>\n  port: 3306<br \/>\n  username: &#8220;root&#8221;<br \/>\n  password: &#8220;root&#8221;<br \/>\n  database: &#8220;commandsmanager&#8221;<\/p>\n<p>messages:<br \/>\n  prefix: &#8220;&#038;cCommandsManager &#038;7>>&#8221;<br \/>\n  general:<br \/>\n    noPermission: &#8220;%prefix% &#038;cYou don&#8217;t have that permission!&#8221;<br \/>\n    configReloaded: &#8220;%prefix% &#038;aConfig Reloaded!&#8221;<br \/>\n    wrongArguments: &#8220;%prefix% &#038;cWrong Arguments!&#8221;<br \/>\n  updateCheck:<br \/>\n    latestVersion: &#8220;%prefix% &#038;aThis is the latest version(%current_version%) of the plugin.&#8221;<br \/>\n    newVersionAvailable:<br \/>\n     &#8211; &#8220;%prefix% &#038;eThere is a new version(%new_version%) available.&#8221;<br \/>\n  command:<br \/>\n    blockColons: &#8220;%prefix% &#038;cYou can&#8217;t use colons in the first argument of the command!&#8221;<br \/>\n    reset:<br \/>\n      noPlayer: &#8220;%prefix% &#038;cNo data found for &#038;e%player_name%&#038;c.&#8221;<br \/>\n      noCooldown: &#8220;%prefix% &#038;e%player_name% &#038;chas no cooldown for the command: &#038;e%command_name%&#038;c!&#8221;<br \/>\n      cooldownRemoved: &#8220;%prefix% &#038;e%player_name%&#8217;s &#038;2cooldown for the command: &#038;e%command_name% &#038;2has been removed!&#8221;<br \/>\n      allCooldownsRemoved: &#8220;%prefix% &#038;2All &#038;e%player_name%&#8217;s&#038;2 cooldowns have been removed!&#8221;<br \/>\n    cost:<br \/>\n      noEXP: &#8220;%prefix% &#038;cYou don&#8217;t have enough experience(&#038;e%command_cost%&#038;c) to execute &#038;e%command_name%&#038;c.&#8221;<br \/>\n      noMoney: &#8220;%prefix% &#038;cYou don&#8217;t have enough money(&#038;e%command_cost%&#038;c$) to execute &#038;e%command_name%&#038;c.&#8221;<br \/>\n      noCustom: &#8220;%prefix% &#038;cYou don&#8217;t have enough &#038;e%command_customMaterial%&#038;c(&#038;e%command_cost%&#038;c) to execute &#038;e%command_name%&#038;c.&#8221;<br \/>\n  time:<br \/>\n    seconds: &#8221; seconds&#8221;<br \/>\n    minutes: &#8221; minutes&#8221;<br \/>\n    hours: &#8221; hours&#8221;<br \/>\n    days: &#8221; days&#8221;<br \/>\n  placeholder:<br \/>\n    cooldown:<br \/>\n      activeCooldown: &#8220;%prefix% &#038;cYou have to wait &#038;e%command_cooldown% &#038;cbefore using this command!&#8221;<br \/>\n      inactiveCooldown: &#8220;%prefix% &#038;2This command is ready to be used.&#8221;<\/p>\n<p>loadingBar:<br \/>\n  symbol: &#8220;[]&#8221;<br \/>\n  completedColor: &#8220;&#038;a&#8221;<br \/>\n  notCompletedColor: &#8220;&#038;c&#8221;<br \/>\n  bossBar:<br \/>\n    enabled: true<br \/>\n    replaceActionBar: false<br \/>\n    #If &#8216;progress&#8217; is set to true, when the player needs to authenticate, the boss bar will decrease every second.<br \/>\n    progress: true<br \/>\n    #Only works for 1.9+ versions.<br \/>\n    color: RED<br \/>\n    #Only works for 1.9+ versions.<br \/>\n    style: SOLID<br \/>\n    message: &#8220;&#038;cYou need to wait &#038;e%command_time_delay% &#038;cseconds to execute &#038;e%command_name%&#038;c.&#8221;<\/p>\n<p>commandsSettings:<br \/>\n #If set to &#8220;true&#8221;, commands with colons in the first argument(\/bukkit:plugins), will not be executed.<br \/>\n  blockColons: true<br \/>\n  #The delay will be canceled every time an event is triggered.<br \/>\n  delayCommandCancel:<br \/>\n   #If set to &#8220;true&#8221;, the delay will be canceled every time the player tries to execute a command.<br \/>\n    onPlayerCommandProcessEvent: true<br \/>\n    #If set to &#8220;true&#8221;, the delay will be canceled every time the player tries to write in chat.<br \/>\n    onPlayerChatEvent: true<br \/>\n    #If set to &#8220;true&#8221;, the delay will be canceled every time the player moves.<br \/>\n    onPlayerMoveEvent: true<br \/>\n    #If set to &#8220;true&#8221;, the delay will be canceled every time the player interacts with any type of block.<br \/>\n    onPlayerInteractEvent: true<br \/>\n    #If set to &#8220;true&#8221;, the delay will be canceled every time the player takes\/does damage to any entity.<br \/>\n    onDamageEvent: true<br \/>\n  #<br \/>\n  #Each group must have a unique identifier.<br \/>\n  #Each group has distinct voices, based on its type.<br \/>\n  #To create other groups, follow the 4 examples.<br \/>\n  #<br \/>\n  commands:<br \/>\n    test1:<br \/>\n     #Types: &#8220;BLOCK&#8221;, &#8220;COOLDOWN&#8221;, &#8220;DELAY&#8221; and &#8220;COOLDOWN_DELAY&#8221;.<br \/>\n      #BLOCK: Blocks any command.<br \/>\n      #COOLDOWN: Adds a Cooldown to any command.<br \/>\n      #DELAY: Adds a Delay with Cost to any command.<br \/>\n      #COOLDOWN_DELAY: Adds a Cooldown and a Delay with Cost to any command.<br \/>\n      type: &#8220;BLOCK&#8221;<br \/>\n      #With this permission, the block will be bypassed.<br \/>\n      permission: &#8220;commandsmanager.test1&#8221;<br \/>\n      #Only in these worlds the commands will be blocked.<br \/>\n      worlds:<br \/>\n       &#8211; &#8220;world&#8221;<br \/>\n        &#8211; &#8220;world_nether&#8221;<br \/>\n        &#8211; &#8220;world_the_end&#8221;<br \/>\n      #Only these commands will be blocked.<br \/>\n      commands:<br \/>\n       &#8211; &#8220;\/help&#8221;<br \/>\n        &#8211; &#8220;\/version&#8221;<br \/>\n        &#8211; &#8220;\/ver&#8221;<br \/>\n        &#8211; &#8220;\/plugins&#8221;<br \/>\n        &#8211; &#8220;\/pl&#8221;<br \/>\n        &#8211; &#8220;\/about&#8221;<br \/>\n        &#8211; &#8220;\/icanhasbukkit&#8221;<br \/>\n      #Built In Placeholders:<br \/>\n      #%prefix% &#8211; Returns the prefix.<br \/>\n      #%player_name% &#8211; Returns the player&#8217;s name.<br \/>\n      #%command_name% &#8211; Returns the name of the command.<br \/>\n      #%command_time_cooldown% &#8211; Returns the time of cooldown of the command.<br \/>\n      #%command_time_delay% &#8211; Returns the time of delay of the command.<br \/>\n      #%command_cooldown% &#8211; Returns the cooldown time.<br \/>\n      #%cooldown_cost% &#8211; Returns the cost.<br \/>\n      #<br \/>\n      #If PlaceholderAPI is installed, you can also use its placeholders.<br \/>\n      #<br \/>\n      #PlaceholderAPI placeholder:<br \/>\n      #It needs PlaceholderAPI to work and this placeholder can be used by any plugin.<br \/>\n      #%commandsmanager_cooldown_\/<command>% &#8211; Returns the cooldown time of the command.<br \/>\n      #<br \/>\n      #Actions:<br \/>\n      #[SOUND] Sound;Volume;Pitch &#8211; Sends a sound to the player.<br \/>\n      #[MESSAGE] Message &#8211; Sends a message to the player.<br \/>\n      #[JSON_MESSAGE] Message &#8211; Sends a json_message to the player.<br \/>\n      #The JSONMessage must be written between &#8216; &#8216;.<br \/>\n      #[TITLE] Title;SubTitle;FadeIn;Stay;FadeOut &#8211; Sends a title to the player.<br \/>\n      #[ACTIONBAR] String &#8211; Sends an actionbar to the player.<br \/>\n      #[COMMAND_CONSOLE] Command &#8211; Executes a command as console.<br \/>\n      #[COMMAND_PLAYER] Command &#8211; Executes a command as player.<br \/>\n      #To execute the command the &#8220;\/&#8221; is not needed.<br \/>\n     #[WAIT] Seconds &#8211; Waits a certain amount of time before performing another Action.<br \/>\n      actions:<br \/>\n       &#8211; &#8220;[SOUND] ENTITY_EXPERIENCE_ORB_PICKUP;1.0;1.0&#8221;<br \/>\n        &#8211; &#8220;[MESSAGE] %prefix% &#038;e%command_name% &#038;ccan&#8217;t be executed!&#8221;<br \/>\n        &#8211; &#8220;[TITLE] &#038;e%command_name%;&#038;cCan&#8217;t be executed;1;2;1&#8221;<br \/>\n        &#8211; &#8220;[ACTIONBAR] &#038;cYou can&#8217;t do that!&#8221;<br \/>\n    test2:<br \/>\n      type: &#8220;COOLDOWN&#8221;<br \/>\n      #With this permission, the cooldown will be bypassed.<br \/>\n      permission: &#8220;commandsmanager.test2&#8221;<br \/>\n      time:<br \/>\n       #Define a custom cooldown time for ranks\/players who will have the permission.<br \/>\n        #Format: Permission;Time<br \/>\n        #Time is calculated in Seconds.<br \/>\n        custom:<br \/>\n         &#8211; &#8220;commandsmanager.test2.time.vip;5&#8221;<br \/>\n        #This default cooldown time applies only to ranks\/players without specific permissions for a custom cooldown.<br \/>\n        default: 10<br \/>\n      #Only in these worlds the commands will have a cooldown.<br \/>\n      worlds:<br \/>\n       &#8211; &#8220;world&#8221;<br \/>\n        &#8211; &#8220;world_nether&#8221;<br \/>\n        &#8211; &#8220;world_the_end&#8221;<br \/>\n      #Only these commands will have a cooldown.<br \/>\n      commands:<br \/>\n       &#8211; &#8220;\/tell&#8221;<br \/>\n        &#8211; &#8220;\/msg&#8221;<br \/>\n        &#8211; &#8220;\/r&#8221;<br \/>\n      actions:<br \/>\n       &#8211; &#8220;[SOUND] ENTITY_EXPERIENCE_ORB_PICKUP;1.0;1.0&#8221;<br \/>\n        &#8211; &#8220;[MESSAGE] %prefix% &#038;cYou need to wait &#038;e%command_cooldown% &#038;cto execute &#038;e%command_name%&#038;c.&#8221;<br \/>\n    test3:<br \/>\n      type: &#8220;DELAY&#8221;<br \/>\n      #With this permission, the delay will be bypassed.<br \/>\n      permission: &#8220;commandsmanager.test3&#8221;<br \/>\n      time:<br \/>\n       #Define a custom delay time for ranks\/players who will have the permission.<br \/>\n        #Format: Permission;Time<br \/>\n        #Time is calculated in Seconds.<br \/>\n        custom:<br \/>\n         &#8211; &#8220;commandsmanager.test3.time.vip;10&#8221;<br \/>\n        #This default delay time applies only to ranks\/players without specific permissions for a custom delay.<br \/>\n        default: 20<br \/>\n      cost:<br \/>\n       #Types: &#8220;EXPERIENCE&#8221;, &#8220;MONEY&#8221;, &#8220;CUSTOM&#8221;.<br \/>\n        #EXPERIENCE: Player&#8217;s experience points will be used as currency.<br \/>\n        #MONEY: Player&#8217;s in-game currency will be used as currency.<br \/>\n        #CUSTOM: Specific items will be used as currency.<br \/>\n        #        To define the item, use the format CUSTOM:<material>, where <material> is the name of the item(CUSTOM:DIAMOND).<br \/>\n        type: &#8220;EXPERIENCE&#8221;<br \/>\n        #Define a custom cost for ranks\/players who will have the permission.<br \/>\n        custom:<br \/>\n         &#8211; &#8220;commandsmanager.test3.cost.vip;10&#8243;<br \/>\n        #This default cost applies only to ranks\/players without specific permissions for a custom cost.<br \/>\n        default: 20<br \/>\n      #Lenght of the LoadingBar.<br \/>\n      #Built In Placeholder:<br \/>\n      #%command_time% &#8211; Returns the number based on the time.<br \/>\n      #%command_time% must be written between &#8221; &#8220;;<br \/>\n      #The number can still be written, either without the &#8221; &#8221; or with.<br \/>\n      loadingBarLength: &#8220;%command_time%&#8221;<br \/>\n      #Only in these worlds the commands will have a delay and cost.<br \/>\n      worlds:<br \/>\n       &#8211; &#8220;world&#8221;<br \/>\n        &#8211; &#8220;world_nether&#8221;<br \/>\n        &#8211; &#8220;world_the_end&#8221;<br \/>\n      #Only these commands will have a delay and cost.<br \/>\n      commands:<br \/>\n       &#8211; &#8220;\/spawn&#8221;<br \/>\n        &#8211; &#8220;\/tpaccept&#8221;<br \/>\n        &#8211; &#8220;\/warp test&#8221;<br \/>\n      actions:<br \/>\n        onWait:<br \/>\n         &#8211; &#8220;[SOUND] ENTITY_EXPERIENCE_ORB_PICKUP;1.0;1.0&#8221;<br \/>\n          &#8211; &#8220;[MESSAGE] %prefix% &#038;cYou need to wait &#038;e%command_time_delay% &#038;cseconds to execute &#038;e%command_name%&#038;c.&#8221;<br \/>\n        onSuccess:<br \/>\n         &#8211; &#8220;[SOUND] ENTITY_EXPERIENCE_ORB_PICKUP;1.0;1.0&#8221;<br \/>\n          &#8211; &#8220;[TITLE] &aSUCCESS;&#038;7Thanks for waiting!;1;2;1&#8221;<br \/>\n          &#8211; &#8220;[ACTIONBAR] &#038;aSUCCESS&#8221;<br \/>\n        onFail:<br \/>\n         &#8211; &#8220;[SOUND] ENTITY_EXPERIENCE_ORB_PICKUP;1.0;1.0&#8221;<br \/>\n          &#8211; &#8220;[ACTIONBAR] &#038;cYou don&#8217;t have to do anything while waiting!&#8221;<br \/>\n    test4:<br \/>\n      type: &#8220;COOLDOWN_DELAY&#8221;<br \/>\n      #With this permission, the cooldown and the delay will be bypassed.<br \/>\n      permission: &#8220;commandsmanager.test4&#8221;<br \/>\n      time:<br \/>\n        cooldown:<br \/>\n          custom:<br \/>\n           &#8211; &#8220;commandsmanager.test4.time.cooldown.vip;5&#8221;<br \/>\n          default: 10<br \/>\n        delay:<br \/>\n          custom:<br \/>\n           &#8211; &#8220;commandsmanager.test4.time.delay.vip;5&#8221;<br \/>\n          default: 10<br \/>\n      cost:<br \/>\n        type: &#8220;MONEY&#8221;<br \/>\n        custom:<br \/>\n         &#8211; &#8220;commandsmanager.test4.cost.vip;0&#8221;<br \/>\n        default: 5<br \/>\n      loadingBarLength: 5<br \/>\n      worlds:<br \/>\n       &#8211; &#8220;world&#8221;<br \/>\n        &#8211; &#8220;world_nether&#8221;<br \/>\n        &#8211; &#8220;world_the_end&#8221;<br \/>\n      commands:<br \/>\n       &#8211; &#8220;\/rtp&#8221;<br \/>\n      actions:<br \/>\n        onWait:<br \/>\n         &#8211; &#8220;[SOUND] ENTITY_EXPERIENCE_ORB_PICKUP;1.0;1.0&#8221;<br \/>\n          &#8211; &#8220;[MESSAGE] %prefix% &#038;cYou need to wait &#038;e%command_time_delay% &#038;cseconds to execute &#038;e%command_name%&#038;c.&#8221;<br \/>\n        onSuccess:<br \/>\n         &#8211; &#8220;[SOUND] ENTITY_EXPERIENCE_ORB_PICKUP;1.0;1.0&#8221;<br \/>\n          &#8211; &#8220;[TITLE] &aSUCCESS;&#038;7Thanks for waiting!;1;2;1&#8221;<br \/>\n          &#8211; &#8220;[ACTIONBAR] &#038;aSUCCESS&#8221;<br \/>\n        onFail:<br \/>\n          cooldown:<br \/>\n           &#8211; &#8220;[SOUND] ENTITY_EXPERIENCE_ORB_PICKUP;1.0;1.0&#8221;<br \/>\n            &#8211; &#8220;[MESSAGE] %prefix% &#038;cYou need to wait &#038;e%command_cooldown% &#038;cto execute &#038;e%command_name%&#038;c.&#8221;<br \/>\n          delay:<br \/>\n           &#8211; &#8220;[SOUND] ENTITY_EXPERIENCE_ORB_PICKUP;1.0;1.0&#8221;<br \/>\n            &#8211; &#8220;[ACTIONBAR] &#038;cYou don&#8217;t have to do anything while waiting!&#8221;<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>cooldowns.yml<\/summary>\n<p>&#8220;`<br \/>\ncooldowns:<br \/>\n&#8220;`<\/p>\n<\/details>\n<p># Built In Placeholders<\/p>\n<p>&#8220;`<br \/>\n%prefix%  &#8211; Returns the prefix.<br \/>\n%player_name% &#8211; Returns the player&#8217;s name.<br \/>\n%command_name% &#8211; Returns the name of the command.<br \/>\n%command_time_cooldown% &#8211; Returns the time of cooldown of the command.<br \/>\n%command_time_delay% &#8211; Returns the time of delay of the command.<br \/>\n%command_cooldown% &#8211; Returns the cooldown time.<br \/>\n%command_cost% &#8211; Returns the cost.<br \/>\nIf PlaceholderAPI is installed, you can also use its placeholders.<br \/>\n%current_version% &#8211; Returns the number of the current version(Only for UpdateCheck Messages).<br \/>\n%new_version% &#8211; Returns the number of the new version(Only for UpdateCheck Messages).<br \/>\n&#8220;`<\/p>\n<p># PlaceholderAPI placeholder<\/p>\n<p>&#8220;`<br \/>\nIt needs PlaceholderAPI to work and this placeholder can be used by any plugin.<br \/>\n%commandsmanager_cooldown_\/<command>% &#8211; Returns the cooldown time of the command.<br \/>\n&#8220;`<\/p>\n<p># Actions<\/p>\n<p>&#8220;`<br \/>\n[SOUND] Sound;Volume;Pitch &#8211; Sends a sound to the player.<br \/>\n[MESSAGE] Message &#8211; Sends a message to the player.<br \/>\n[JSON_MESSAGE] Message &#8211; Sends a jsonmessage to the player.<br \/>\nThe JSONMessage must be written between &#8216; &#8216;.<br \/>\n[TITLE] Title;SubTitle;FadeIn;Stay;FadeOut &#8211; Sends a title to the player.<br \/>\n[ACTIONBAR] String &#8211; Sends an actionbar to the player.<br \/>\n[COMMAND_CONSOLE] Command &#8211; Executes a command as console.<br \/>\n[COMMAND_PLAYER] Command &#8211; Executes a command as player.<br \/>\nTo execute the command the &#8220;\/&#8221; is not needed.<br \/>\n[WAIT] Seconds &#8211; Waits a certain amount of time before performing another Action.<br \/>\n&#8220;`<\/p>\n<p># Screenshots<\/p>\n<details>\n<summary>Screenshots<\/summary>\n<p>![First](https:\/\/i.imgur.com\/cFzRx11.png)<br \/>\n![Second](https:\/\/i.imgur.com\/w9ga6jc.png)<br \/>\n![Third](https:\/\/i.imgur.com\/bUyN8M7.png)<br \/>\n![Forth](https:\/\/i.imgur.com\/mZjLyv2.png)<br \/>\n![Fifth](https:\/\/i.imgur.com\/RuhYsxn.png)<\/p>\n<\/details>\n<p># Donation Link: https:\/\/www.paypal.me\/IVEHydra<br \/>\nIf you want, you can donate to me. This would help me a lot to continue work on updates. Thank you.<\/p>\n<p># Terms of Service<br \/>\nBy downloading this plugin you agree the following terms:<br \/>\n&#8211; You are not allowed to sell or redistribute this plugin.<br \/>\n&#8211; You are not allowed to claim this plugin as your own.<br \/>\n&#8211; You are only allowed to use this plugin for your own servers\/networks.<br \/>\n&#8211; I can update this terms of service at any time, without notification.<\/p>\n<p># If you have any problems or bugs with this plugin, contact me.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Blocks, Adds Cooldowns and Adds Delays with Costs to any Command.<\/p>\n","protected":false},"featured_media":44620,"template":"","meta":{"_minecraft_slug":"commandsmanager","_minecraft_project_id":"n40OV1MB","_minecraft_author":"IVEHydra","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":8,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"commandsmanager.zip","_minecraft_size_bytes":587308,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T23:17:29.648377Z","_minecraft_date_created":"2026-04-17T02:19:17.922004Z","_minecraft_date_modified":"2026-04-12T18:59:12.380932Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/commandsmanager","_minecraft_icon_attachment_id":44620,"_minecraft_imported_at":"2026-06-02T02:55:45+00:00","_minecraft_import_hash":"8994773c4386dc62b81e11123f42e3ab","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,129,92],"mod_loader":[134],"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,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864],"class_list":["post-44619","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-spigot","mod_category-utility","mod_loader-spigot","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","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CommandsManager - 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\/commandsmanager\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CommandsManager - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Blocks, Adds Cooldowns and Adds Delays with Costs to any Command.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/commandsmanager\/\" \/>\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=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commandsmanager\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commandsmanager\\\/\",\"name\":\"CommandsManager - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commandsmanager\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commandsmanager\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/commandsmanager-icon-f60e13483509a220523050d89cfb48e580522624.png\",\"datePublished\":\"2026-06-02T02:55:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commandsmanager\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commandsmanager\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commandsmanager\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/commandsmanager-icon-f60e13483509a220523050d89cfb48e580522624.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/commandsmanager-icon-f60e13483509a220523050d89cfb48e580522624.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/commandsmanager\\\/#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\":\"CommandsManager\"}]},{\"@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":"CommandsManager - 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\/commandsmanager\/","og_locale":"en_US","og_type":"article","og_title":"CommandsManager - Minecraft","og_description":"Blocks, Adds Cooldowns and Adds Delays with Costs to any Command.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/commandsmanager\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/commandsmanager\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/commandsmanager\/","name":"CommandsManager - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/commandsmanager\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/commandsmanager\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/commandsmanager-icon-f60e13483509a220523050d89cfb48e580522624.png","datePublished":"2026-06-02T02:55:43+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/commandsmanager\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/commandsmanager\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/commandsmanager\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/commandsmanager-icon-f60e13483509a220523050d89cfb48e580522624.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/commandsmanager-icon-f60e13483509a220523050d89cfb48e580522624.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/commandsmanager\/#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":"CommandsManager"}]},{"@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\/44619","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\/44620"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=44619"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=44619"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=44619"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=44619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}