top of page
/executeScheduling
Allows you to quickly apply a cooldown to any item which prevents a user from using a function on that item for the specified amount of time.
/executeScheduling [cancel | clear | run | runAll]
Syntax:
Cancel / Clear
This lets you cancel a scheduled execute command before it runs.
Clear: Clears all outstanding execute schedules
Cancel: Clears all outstanding execute schedules under a certain id.
Run / RunAll
This lets you preemptively run scheduled execute commands before they run
runAll: Runs all currently scheduled execute commands
run: Lets you run all scheduled execute commands under a certain id.
/executeScheduling cancel Example
/executeScheduling clear
/executeScheduling run Example
/executeScheduling runAll
Examples:
bottom of page