SimpleScheduler lets server admins schedule events with custom countdown messages and in-game triggers such as fireworks. The plugin is fully configurable:
Configuration:
config.yml (in the plugin folder) controls broadcast frequency in minutes, supporting fractional values for precise intervals.
events.yml stores all scheduled events and is automatically created and updated by the plugin.
Commands:
/schedule <name> <time> <unit> <color> — Schedule a new event. Example: /schedule DragonFight 2 h RED schedules an event in 2 hours with red countdown messages.
/schedule list — Lists all scheduled events with their remaining time.
/schedule remove <name> — Removes a scheduled event.
Notes:
Only server operators (OPs) can use commands.
Colors must be valid Minecraft chat colors (e.g., RED, GREEN, GOLD).
Events automatically remove themselves 5 seconds after triggering to keep your server clean.



