/
CmdRelay is a lightweight and professional event automation engine for Minecraft servers. It allows you to create automated "Event Groups" that execute random commands based on weighted chances and custom intervals.
99%). The plugin automatically calculates the math for you./eventdelay (customizable) so players can check the time remaining until the next event./cmdrelay register <name> — Create a new event type./cmdrelay addtoevent <name> <chance%> <command> — Add an action to the cycle./cmdrelay reload — Instantly refresh configuration./<event>delay — Check the cooldown (e.g., /airdropdelay).cmdrelay.admin — Access to all plugin settings.cmdrelay.event.time — Allows players to check event timers.events:
airdrop:
find-out-time-to-left: 'delay' # Creates /airdropdelay
cooldown: 12000 # 10 minutes in ticks
actions:
- command: "broadcast A legendary crate is falling!"
chance: 90%
- command: "spawn_boss_mega"
chance: 10%

Automated event engine: execute random commands with weighted chances (%), auto-cooldowns, and dynamic player timers.