Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 407 Bytes

File metadata and controls

19 lines (12 loc) · 407 Bytes

CommandScheduler

Schedule commands to run on a periodic basis.

Commands

Schedule a command

Permission node: commandscheduler.command.schedule

/schedule <name> <time_in_seconds> <command> [args...]

Unschedule a command

Permission node: commandscheduler.command.unschedule

/unschedule <name>

List scheduled commands

Permission node: commandscheduler.command.list

/listschedule