Create a Timer Command: /timers create <timer>
Creates a new timer with the specified name.
Delete a Timer Command: /timers delete <timer>
Deletes an existing timer and removes all associated commands.
Set Timer Interval Command: /timers set <timer> <time>
Sets the interval (in seconds) for when the timer will execute its commands.
Add a Command to a Timer Command: /timers command add <timer> <command>
Adds a command to the specified timer. The command will run when the timer triggers.
Remove a Command from a Timer Command: /timers command remove <timer> <command ID>
Removes a command from the specified timer using its index.
Reload Configuration Command: /timers reload
Reloads the plugin’s configuration from the config file.
Placeholders To use the placeholders, format them like this:
%timers_[timer]%