{"id":53035,"date":"2026-06-03T01:39:19","date_gmt":"2026-06-02T22:39:19","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/customcommandsvelocity\/"},"modified":"2026-06-03T01:39:19","modified_gmt":"2026-06-02T22:39:19","slug":"customcommandsvelocity","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/customcommandsvelocity\/","title":{"rendered":"CustomCommands"},"content":{"rendered":"<p># CustomCommands <sub>for Velocity<\/sub><\/p>\n<p>This is a Velocity plugin that allows you to create custom commands.<br \/>\nIt offers you a simple way to create commands that can be executed by players.<br \/>\nThese commands can be customized to your liking.<\/p>\n<p>## Installation<\/p>\n<p>1. Download the latest release from modrinth.<br \/>\n2. Put the jar file in `plugins\/`.<br \/>\n3. Restart your server.<\/p>\n<p>## Usage<\/p>\n<p>| Command                   | Description                                               | Permission               |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| `\/customcommands reload`  | Reload the configuration file and all the custom commands | `customcommands.reload`  |<br \/>\n| `\/customcommands list`    | List all custom commands                                  | `customcommands.list`    |<br \/>\n| `\/customcommands help`    | Show the help page                                        | `customcommands.help`    |<br \/>\n| `\/customcommands version` | Show the plugin&#8217;s version                                 | `customcommands.version` |<br \/>\n| `\/customcommands`         | Show the help page                                        | `customcommands.help`    |<\/p>\n<p>All these commands require their respective permissions or the `customcommands.admin` permission.<br \/>\nThey can also be executed via `\/cc`.<\/p>\n<p>### `\/customcommands list`<\/p>\n<p>This command displays a list of all custom commands, which looks like this:<br \/>\n<br \/>![https:\/\/raw.githubusercontent.com\/thevalleyy\/CustomCommands\/refs\/heads\/master\/img.png](https:\/\/raw.githubusercontent.com\/thevalleyy\/CustomCommands\/refs\/heads\/master\/img.png)<\/p>\n<ul>\n<li>The \u2714\/\u274c indicates whether the command is enabled or disabled.<\/li>\n<li>The yellow string is the command name. Click to suggest the command in the chat input.<\/li>\n<li>Hover A to see an array of all the aliases.<\/li>\n<li>Hover D to see the description.<\/li>\n<li>Hover P to see the permission.<\/li>\n<li>Hover P? to see whether the prefix should be added to the response message.<\/li>\n<\/ul>\n<p>## Configuration<\/p>\n<p>### `config.toml`<\/p>\n<p>The config is located at `plugins\/customcommands\/config.toml`.<\/p>\n<details>\n<summary>Content of config.toml<\/summary>\n<p>&#8220;`toml<br \/>\n# CustomCommands Configuration<\/p>\n<p># This is the prefix that will be displayed in front of all messages<br \/>\n# Only supports MiniMessage, see https:\/\/docs.advntr.dev\/minimessage\/format.html and https:\/\/webui.advntr.dev\/ for more information<br \/>\nPrefix = &#8220;<gray>[<gradient:#38ffdb:#8aff8c>CustomCommands<gray>]&#8221;<\/p>\n<p># This is the default message that will be displayed when a player does not have permission to execute a command<br \/>\nNo-Permission = &#8220;<red>You do not have permission to execute this command.&#8221;<\/p>\n<p># This is the default message that will be displayed when a command is run from the console, but the command is not allowed to be run from the console<br \/>\nNo-Console-Command = &#8220;This command cannot be run from console!&#8221;<\/p>\n<p># This is the default message that will be displayed when a command has been executed successfully<br \/>\nCommand-Executed = &#8220;<green>Command executed successfully.&#8221;<\/p>\n<p># Do not change this<br \/>\nConfig-Version = 1.0<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>### Custom Commands<\/p>\n<p>Create your custom commands in `plugins\/customcommands\/Commands\/`.<br \/>\nEach command is saved in a separate toml file.<\/p>\n<details>\n<summary>Content of the default command file (DefaultCommand.toml)<\/summary>\n<p>&#8220;`toml<br \/>\n# Command Configuration<\/p>\n<p># Enabled?<br \/>\nEnabled = true<\/p>\n<p># This is the command name that will be used to call the command in the chat<br \/>\nName = &#8220;defaultcommand&#8221;<\/p>\n<p># These are the aliases. Empty the array if you don&#8217;t need any aliases, like so: Aliases = []<br \/>\nAliases = [&#8220;default&#8221;, &#8220;defaultcmd&#8221;]<\/p>\n<p># This is the description of the command that will be displayed in the help command<br \/>\nDescription = &#8220;This is the default command of CustomCommands&#8221;<\/p>\n<p># This is the permission required to use the command. Leave empty for no permission<br \/>\nPermission = &#8220;customcommands.defaultcommand&#8221;<\/p>\n<p># This is the response that will be sent when the command is called. Leave empty for no response<br \/>\n# Only supports MiniMessage, see https:\/\/docs.advntr.dev\/minimessage\/format.html and https:\/\/webui.advntr.dev\/ for more information<br \/>\nResponse = &#8220;<green>Command executed successfully!&#8221;<\/p>\n<p># Add the plugins Prefix configured in config.toml to the response message<br \/>\nUsePrefix = true<\/p>\n<p># This is the cooldown of the command in seconds<br \/>\nCooldown = 0<\/p>\n<p># Proxy command to execute. This code is run on console, without any permission checks. Leave empty for no proxy command<br \/>\n# To view all placeholders, see https:\/\/github.com\/thevalleyy\/CustomCommands?tab=readme-ov-file#placeholders<br \/>\n# Example: ProxyCommand = &#8220;send %player% hub&#8221;<br \/>\nProxyCommand = &#8220;&#8221;<\/p>\n<p>&#8220;`<\/p>\n<\/details>\n<p>## Placeholders<\/p>\n<p>* `%player%` &#8211; The player who executed the command<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A velocity plugin to create custom commands<\/p>\n","protected":false},"featured_media":53036,"template":"","meta":{"_minecraft_slug":"customcommandsvelocity","_minecraft_project_id":"lH2P7M8M","_minecraft_author":"thevalleyy","_minecraft_license":"Apache-2.0","_minecraft_downloads":2038,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"customcommandsvelocity.zip","_minecraft_size_bytes":51534,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-16T06:14:38.176301Z","_minecraft_date_created":"2024-05-01T08:01:11.720150Z","_minecraft_date_modified":"2025-03-24T20:51:20.285688Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/customcommandsvelocity","_minecraft_icon_attachment_id":53036,"_minecraft_imported_at":"2026-06-02T22:39:20+00:00","_minecraft_import_hash":"e4145f43e94a2717073c3f3e4408a80b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,92,985],"mod_loader":[986],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-53035","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-utility","mod_category-velocity","mod_loader-velocity","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CustomCommands - 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\/customcommandsvelocity\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CustomCommands - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A velocity plugin to create custom commands\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/customcommandsvelocity\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customcommandsvelocity\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customcommandsvelocity\\\/\",\"name\":\"CustomCommands - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customcommandsvelocity\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customcommandsvelocity\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/customcommandsvelocity-icon-6ac911004f20e400eb9dee9ffc778746aa6f3024_96.webp\",\"datePublished\":\"2026-06-02T22:39:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customcommandsvelocity\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customcommandsvelocity\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customcommandsvelocity\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/customcommandsvelocity-icon-6ac911004f20e400eb9dee9ffc778746aa6f3024_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/customcommandsvelocity-icon-6ac911004f20e400eb9dee9ffc778746aa6f3024_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customcommandsvelocity\\\/#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\":\"CustomCommands\"}]},{\"@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":"CustomCommands - 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\/customcommandsvelocity\/","og_locale":"en_US","og_type":"article","og_title":"CustomCommands - Minecraft","og_description":"A velocity plugin to create custom commands","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/customcommandsvelocity\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/customcommandsvelocity\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/customcommandsvelocity\/","name":"CustomCommands - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/customcommandsvelocity\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/customcommandsvelocity\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/customcommandsvelocity-icon-6ac911004f20e400eb9dee9ffc778746aa6f3024_96.webp","datePublished":"2026-06-02T22:39:19+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/customcommandsvelocity\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/customcommandsvelocity\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/customcommandsvelocity\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/customcommandsvelocity-icon-6ac911004f20e400eb9dee9ffc778746aa6f3024_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/customcommandsvelocity-icon-6ac911004f20e400eb9dee9ffc778746aa6f3024_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/customcommandsvelocity\/#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":"CustomCommands"}]},{"@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\/53035","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\/53036"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=53035"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=53035"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=53035"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=53035"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}