
A plugin which automatically runs command ingame
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.
/autocmd add <command>&a, &c).jar fileplugins/ folderconfig.yml and auto-runs your first command in 30 seconds!config.ymlallow_in_game_command: false
# You can add more below or use /autocmd add <command>
commands:
setup:
delay: 30
command: "&a[AutoCommandPlugin] &fThis plugin is now set up and running every 30 seconds!"
| Setting | Description |
|---|---|
allow_in_game_command |
true or false — if false, players can't run /autocmd or add new commands |
commands |
A list of commands to run automatically |
delay |
Delay in seconds after server starts |
command |
The actual command to run (use & for colors) |
/autocmdRuns all the commands listed in config.yml immediately.
allow_in_game_command: trueIn-game command usage is disabled. Enable it from config.yml./autocmd add <command>Adds a new command to config.yml and runs it after 30 seconds.
Example:
/autocmd add broadcast &eCheck out our Discord at discord.gg/server
This will save:
commands:
cmd_1:
delay: 30
command: "broadcast &eCheck out our Discord at discord.gg/server"
allow_in_game_command: false
commands:
welcome:
delay: 5
command: "say &6Welcome to the server!"
auto_chunky:
delay: 20
command: "chunky start"
tip:
delay: 60
command: "broadcast &bTIP: &fDon't forget to claim your daily reward!"
| Server Type | Version |
|---|---|
| ✅ Paper | 1.13 – 1.21.5+ |
| ✅ Spigot | 1.13 – 1.21.5+ |
| ✅ Bukkit | 1.13 – 1.21.5+ |
Works on all latest Minecraft versions. No outdated code or version locks.
To prevent OP abuse or unwanted use, the plugin lets you block in-game command usage.
If a player tries to use /autocmd or /autocmd add in-game and it’s disabled in config, they will see:
In-game command usage is disabled. Enable it from config.yml.
Commands can always be used from console.
isthisvishal[email protected]Enjoy using AutoCommandPlugin and automate your Minecraft tasks easily! 🎉