AUTOCMD
作者:rebot | 分类:模组
Minecraft 版本: 1.3.1 1.3.2 1.4.2 1.4.4 1.4.5 1.4.6 1.4.7 1.5.1 1.5.2 1.6.1 1.6.2 1.6.4 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.7.10 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
平台: bukkit paper spigot
标签: game-mechanics minigame utility
? AutoCommandPlugin
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.
✅ Plugin Features
- ⏱️ Run multiple commands after server starts with custom delays
- ? Commands auto-execute at specific times
- ➕ Add new commands with
/autocmd add <command> - ? Optional in-game usage (enabled/disabled via config)
- ? Supports Minecraft color codes (like
&a,&c) - ?️ Blocks abuse by restricting in-game access with a toggle
- ? Simple config file with easy setup
? How to Install
- Download the
.jarfile - Place it in your
plugins/folder - Start or restart your Minecraft server
- The plugin creates a
config.ymland auto-runs your first command in 30 seconds!
⚙️ Config File: config.yml
allow_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!"
Explanation:
| 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) |
? Commands
? /autocmd
Runs all the commands listed in config.yml immediately.
- ✅ Works in-game only if
allow_in_game_command: true - ❌ Otherwise shows this message:
In-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"
? Example Config
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!"
? Compatible Servers
| 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.
? Security Option
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.
? Plugin Info
- Made by: JODVISHAL
- Discord:
isthisvishal - Email:
jodvishalgg@gmail.com
Enjoy using AutoCommandPlugin and automate your Minecraft tasks easily! ?
请登录后举报
暂无评论,抢个沙发吧~