Scheduler
Commands:
- /schedule list - Provides a list of your scheduled commands.
- /schedule stop - Stops all scheduled commands.
- /schedule <command> <timeExpression> - Initiates a new loop with <command> every <timeExpression> in ticks. Example: /schedule time set night 50.
Regex rule: min,max - Randomly selects a number from the minimum to the maximum value. Example: /schedule tp @a ~ *100,200* ~ 1000. This will teleport @a to a random height between 100 and 200.
Comments