Minecraft-Console-Client
Minecraft-Console-Client copied to clipboard
[Idea]
Prerequisites
- [x] I have read and understood the user manual
- [x] I made sure I am running the latest development build
- [x] I tried to look for similar feature requests before opening a new one
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