Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 6 months ago
š CmdRelay
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.
⨠Key Features
- šÆ Smart Weight System: Add commands with simple weights or use percentages (e.g.,
99%). The plugin automatically calculates the math for you. - ā° Auto-Execution: No manual input needed! Events run on a repeating cycle based on your cooldown settings.
- ā³ Dynamic Player Commands: Automatically generates commands like
/eventdelay(customizable) so players can check the time remaining until the next event. - š” Permission-Ready: Fully compatible with LuckPerms. Separate access for admins and players.
- ā” High Performance: Optimized code using Bukkit Schedulers to ensure your server stays lag-free (Zero TPS impact).
š Commands & Permissions
/cmdrelay register <name>ā Create a new event type./cmdrelay addtoevent <name> <chance%> <command>ā Add an action to the cycle./cmdrelay reloadā Instantly refresh configuration.- Player Command:
/<event>delayā Check the cooldown (e.g.,/airdropdelay).
Permissions:
cmdrelay.adminā Access to all plugin settings.cmdrelay.event.timeā Allows players to check event timers.
āļø Quick Configuration Example
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%


