{"id":23340,"date":"2026-06-01T01:30:24","date_gmt":"2026-05-31T22:30:24","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/autocmd\/"},"modified":"2026-06-01T01:30:24","modified_gmt":"2026-05-31T22:30:24","slug":"autocmd","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/autocmd\/","title":{"rendered":"AUTOCMD"},"content":{"rendered":"<p># \ud83e\udde9 AutoCommandPlugin<\/p>\n<p>AutoCommandPlugin is a simple and powerful Minecraft plugin that lets you automatically run multiple server commands after specific delays. You can also manually run them using `\/autocmd`, or add new ones using `\/autocmd add`.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2705 Plugin Features<\/p>\n<p>&#8211; \u23f1\ufe0f Run multiple commands after server starts with custom delays<br \/>\n&#8211; \ud83d\udd01 Commands auto-execute at specific times<br \/>\n&#8211; \u2795 Add new commands with `\/autocmd add <command>`<br \/>\n&#8211; \ud83c\udfae Optional in-game usage (enabled\/disabled via config)<br \/>\n&#8211; \ud83c\udfa8 Supports Minecraft color codes (like `&#038;a`, `&#038;c`)<br \/>\n&#8211; \ud83d\udee1\ufe0f Blocks abuse by restricting in-game access with a toggle<br \/>\n&#8211; \ud83e\uddfe Simple config file with easy setup<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce5 How to Install<\/p>\n<p>1. Download the `.jar` file<br \/>\n2. Place it in your `plugins\/` folder<br \/>\n3. Start or restart your Minecraft server<br \/>\n4. The plugin creates a `config.yml` and auto-runs your first command in 30 seconds!<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Config File: `config.yml`<\/p>\n<p>&#8220;`yaml<br \/>\nallow_in_game_command: false<\/p>\n<p># You can add more below or use \/autocmd add <command><br \/>\ncommands:<br \/>\n  setup:<br \/>\n    delay: 30<br \/>\n    command: &#8220;&#038;a[AutoCommandPlugin] &#038;fThis plugin is now set up and running every 30 seconds!&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Explanation:<\/p>\n<p>| Setting | Description |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `allow_in_game_command` | `true` or `false` \u2014 if `false`, players can&#8217;t run `\/autocmd` or add new commands |<br \/>\n| `commands` | A list of commands to run automatically |<br \/>\n| `delay` | Delay in **seconds** after server starts |<br \/>\n| `command` | The actual command to run (use `&#038;` for colors) |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\uddf5 Commands<\/p>\n<p>### \ud83d\udd39 `\/autocmd`<br \/>\nRuns all the commands listed in `config.yml` immediately.<\/p>\n<p>&#8211; \u2705 Works in-game **only if** `allow_in_game_command: true`<br \/>\n&#8211; \u274c Otherwise shows this message:<br \/>\n  `In-game command usage is disabled. Enable it from config.yml.`<\/p>\n<p>&#8212;<\/p>\n<p>### \ud83d\udd39 `\/autocmd add <command>`<br \/>\nAdds a new command to `config.yml` and runs it after **30 seconds**.<\/p>\n<p>**Example:**<br \/>\n&#8220;`<br \/>\n\/autocmd add broadcast &#038;eCheck out our Discord at discord.gg\/server<br \/>\n&#8220;`<\/p>\n<p>This will save:<br \/>\n&#8220;`yaml<br \/>\ncommands:<br \/>\n  cmd_1:<br \/>\n    delay: 30<br \/>\n    command: &#8220;broadcast &#038;eCheck out our Discord at discord.gg\/server&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdd Example Config<\/p>\n<p>&#8220;`yaml<br \/>\nallow_in_game_command: false<\/p>\n<p>commands:<br \/>\n  welcome:<br \/>\n    delay: 5<br \/>\n    command: &#8220;say &#038;6Welcome to the server!&#8221;<br \/>\n  auto_chunky:<br \/>\n    delay: 20<br \/>\n    command: &#8220;chunky start&#8221;<br \/>\n  tip:<br \/>\n    delay: 60<br \/>\n    command: &#8220;broadcast &#038;bTIP: &#038;fDon&#8217;t forget to claim your daily reward!&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\uddea Compatible Servers<\/p>\n<p>| Server Type | Version     |<br \/>\n|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| \u2705 Paper     | 1.13 \u2013 1.21.5+ |<br \/>\n| \u2705 Spigot    | 1.13 \u2013 1.21.5+ |<br \/>\n| \u2705 Bukkit    | 1.13 \u2013 1.21.5+ |<\/p>\n<p>Works on all latest Minecraft versions. No outdated code or version locks.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd10 Security Option<\/p>\n<p>To prevent OP abuse or unwanted use, the plugin lets you block in-game command usage.<\/p>\n<p>If a player tries to use `\/autocmd` or `\/autocmd add` in-game and it\u2019s disabled in config, they will see:<\/p>\n<p>&#8220;`<br \/>\nIn-game command usage is disabled. Enable it from config.yml.<br \/>\n&#8220;`<\/p>\n<p>Commands can **always be used from console**.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udc64 Plugin Info<\/p>\n<p>&#8211; Made by: **JODVISHAL**<br \/>\n&#8211; Discord: `isthisvishal`<br \/>\n&#8211; Email: `jodvishalgg@gmail.com`<\/p>\n<p>&#8212;<\/p>\n<p>Enjoy using AutoCommandPlugin and automate your Minecraft tasks easily! \ud83c\udf89<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A plugin which automatically runs command ingame<\/p>\n","protected":false},"featured_media":23341,"template":"","meta":{"_minecraft_slug":"autocmd","_minecraft_project_id":"Ito2BX6p","_minecraft_author":"isthisvishal","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":123,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"autocmd.zip","_minecraft_size_bytes":3349,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T19:09:40.907482Z","_minecraft_date_created":"2025-07-16T00:13:05.587327Z","_minecraft_date_modified":"2025-07-10T15:01:04.900252Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/autocmd","_minecraft_icon_attachment_id":23341,"_minecraft_imported_at":"2026-05-31T22:30:26+00:00","_minecraft_import_hash":"2d23f8abe87907ae55f885b0a10bfc8f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,89,866,127,129,123,92],"mod_loader":[130,132,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,73,74,38,78,79,80,852,853,854,855,856,857,858,859,166,10,11,12,21,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864],"class_list":["post-23340","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-paper","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-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-3-1","minecraft_version-1-3-2","minecraft_version-1-4-2","minecraft_version-1-4-4","minecraft_version-1-4-5","minecraft_version-1-4-6","minecraft_version-1-4-7","minecraft_version-1-5-1","minecraft_version-1-5-2","minecraft_version-1-6-1","minecraft_version-1-6-2","minecraft_version-1-6-4","minecraft_version-1-7-10","minecraft_version-1-7-2","minecraft_version-1-7-3","minecraft_version-1-7-4","minecraft_version-1-7-5","minecraft_version-1-7-6","minecraft_version-1-7-7","minecraft_version-1-7-8","minecraft_version-1-7-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>AUTOCMD - 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\/autocmd\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AUTOCMD - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A plugin which automatically runs command ingame\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/autocmd\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autocmd\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autocmd\\\/\",\"name\":\"AUTOCMD - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autocmd\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autocmd\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/autocmd-icon-a9b38f238df67b453c4cdb24bbe01c0e55b1215f_96.webp\",\"datePublished\":\"2026-05-31T22:30:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autocmd\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autocmd\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autocmd\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/autocmd-icon-a9b38f238df67b453c4cdb24bbe01c0e55b1215f_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/autocmd-icon-a9b38f238df67b453c4cdb24bbe01c0e55b1215f_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autocmd\\\/#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\":\"AUTOCMD\"}]},{\"@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":"AUTOCMD - 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\/autocmd\/","og_locale":"en_US","og_type":"article","og_title":"AUTOCMD - Minecraft","og_description":"A plugin which automatically runs command ingame","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/autocmd\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/autocmd\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/autocmd\/","name":"AUTOCMD - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/autocmd\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/autocmd\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/autocmd-icon-a9b38f238df67b453c4cdb24bbe01c0e55b1215f_96.webp","datePublished":"2026-05-31T22:30:24+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/autocmd\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/autocmd\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/autocmd\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/autocmd-icon-a9b38f238df67b453c4cdb24bbe01c0e55b1215f_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/autocmd-icon-a9b38f238df67b453c4cdb24bbe01c0e55b1215f_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/autocmd\/#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":"AUTOCMD"}]},{"@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\/23340","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\/23341"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=23340"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=23340"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=23340"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=23340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}