AutoCommand
AutoCommand is a lightweight plugin that allows you to automatically run any commands you set in the config.yml at a given interval (in seconds).
Perfect for server owners who want to automate tasks like sending broadcasts, giving rewards, or executing admin commands.
Features:
- Run unlimited commands automatically.
- Fully customizable interval (in seconds).
- Easy configuration through config.yml.
- Works on Spigot 1.8 – 1.21 (tested), and should also work on newer versions.
- Lightweight and optimized.
Installation:
- Download the plugin and place the .jar file into your plugins folder.
- Start your server to generate the config.yml.
- Open config.yml and add your commands and interval.
- Reload or restart your server.
Example config.yml:
interval: 30
commands:
- say This command runs every 30 seconds!
- broadcast Don't forget to vote for our server!