ImCodist / quick-menu

A client-side Minecraft mod that adds a configurable easy-to-access menu that runs basic repetitive commands.
https://modrinth.com/mod/quick-menu
GNU General Public License v3.0
12 stars 1 forks source link

Allow commands to be executed in a specific order with intervals #18

Open wnjdxsj opened 4 months ago

wnjdxsj commented 4 months ago

Allow commands to be executed in a specific order with intervals. For example: A says: 1 -1s 2 -1s 3 Instead of: A says: 1 2 3 (No intervals)

As a temporary solution for those who want this functionality: Maybe you can place some command blocks, and use this mod to trigger them (fill a redstone block or summon PvP Boss?).

zz32k commented 3 months ago

Yeah this would be great, since I can't use multiple commands in one button on my server since I get kicked from running commands too fast