Command usage
KeyAllZ Command Reference
Lightweight command suite for managing timers, loops, and reminders.
/keyallz start <definition> <seconds> [loop]
/keyallz start <definition> <seconds> [loop]
Start a new timer.
Argument
Type
Description
definition
string
Unique name for the timer.
seconds
number
Duration in seconds.
loop
(optional)
boolean
If true
, the timer restarts automatically when it ends.
Example
/keyallz start premium 1800
/keyallz start member 600 true
/keyallz stop <definition>
/keyallz stop <definition>
Stop a running timer.
Argument
Type
Description
definition
string
Name of the timer to stop.
Example
/keyallz stop member
/keyallz loop <definition> <true|false>
/keyallz loop <definition> <true|false>
Toggle looping for a timer.
Argument
Type
Description
definition
string
Target timer.
`true
false`
boolean
Last updated