Command cycle#6456
Open
ThomasVermeer wants to merge 2 commits into
Open
Conversation
file for the main cheat to be able to repeat commands in a specified pattern
- Created CommandCycle module to execute a list of commands sequentially with custom delays. - Added options for custom delays, default delays, looping, and disabling on server leave. - Registered the new module in Modules.java.
Collaborator
|
personally, i think setting UIs that are based on string parsing is bad UX |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Description
Added a new module called

CommandCycleto the Misc category. This module allows players to execute a list of custom commands sequentially with specified delays (e.g.,/spawn [5],/home [10]). It includes configurable settings for a default delay, looping the sequence, and automatically disabling the module upon leaving the server.Reasoning: This feature provides a highly requested utility for automating repetitive server tasks and navigation sequences in a clean, user-friendly way.
Related issues
None.
How Has This Been Tested?
Tested locally in a Minecraft development environment. The module successfully parses custom delays from the string list, executes commands safely via ChatUtils, counts down ticks accurately, and toggles off correctly when looping is disabled or upon disconnecting from the server.
Checklist: