Minecraft-Console-Client icon indicating copy to clipboard operation
Minecraft-Console-Client copied to clipboard

[Idea]

Open MousePak opened this issue 9 months ago • 0 comments

Prerequisites

Console Client Version

commit 2409de2

Describe your problem

//Classic MCC script interpreter Could the default wait time be changed inline within the script While a default sleepticks = 10 In many script this would be changed to match server delay and processing

I couldnt see how to change but default override stems from Line 204 : https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/ChatBots/Script.cs

Example before and after

useblock 2252 84 1465
wait 20
inventory container click 81 ShiftRightClick
wait 20
inventory container close
wait 20

The proposed idea would introduce an override for all subsequent commands to include a wait

waitoverride 20
useblock 2252 84 1465
inventory container click 81 ShiftRightClick
inventory container close
waitoverride 10

Suggest a possible solution

No response

Attach screenshot here (If applicable)

No response

Minecraft Version

No response

Device

None

Operating System

None

MousePak avatar Mar 24 '25 12:03 MousePak