Time-Scheduled Command Execution for Spigot/Paper Servers
by TabZz147 β manacity.de
-
β Time-Scheduled Execution
Configure multiple commands in theconfig.ymland have them executed automatically at the specified time. -
β Flexible Scheduling
Commands are executed even if the scheduled time has already passed β all commands are run in sequence with a constant 5-second interval between them. -
β Sequential Command Execution
A global cumulative delay ensures that commands from different configuration entries are executed one after the other, preventing conflicts during critical operations. -
β Automatic Marking
Once executed successfully, each entry is marked asexecuted: true, preventing duplicate execution on server restart. -
β Easy Configuration
The clear and conciseconfig.ymlallows you to quickly adjust scheduled times and commands.
- Place the built plugin
.jarfile into theplugins/folder of your Spigot/Paper server. - Restart the server to load the plugin.
- Edit the
config.ymlto enter your desired commands and schedule times.
This plugin is ideal for automating maintenance tasks and complex server operations β especially when dealing with time-critical processes such as deleting and rebuilding worlds.
- Schedule a series of commands in
config.yml. - At the scheduled time, the plugin starts executing the commands.
- Each command runs in order with a 5-second delay between them.
- After completion, each scheduled entry is marked as
executed: truein the config.
- Java 17+
- Minecraft 1.20+ (Paper / Spigot)
This project is licensed under the MIT License.
π¨βπ» Developed by TabZz147
π manacity.de