- Added Tab-Completer - it is easier to browse the commands now. - Added some new API related things for developers. - Fixed the issue where the config would regenerate. - Added four new commands - Changed the permission of the existing commands. - Improved the look of the current job list and also added event job list.
You can view event jobs using /srvcron list events command.
srvcron.command.jobinfo /srvcron jobinfo <job-name> - displays some information about a job.
srvcron.command.suspend /srvcron suspend <job-name> - suspends a job and it's execution will be skipped on the next dispatch. This will also show a message to the console, that the job is suspended and was skipped.
srvcron.command.resume /srvcron resume <job-name> - resumes a job and it's execution will no longer be skipped on the next dispatch.
srvcron.command.run /srvcron run <job-name> - dispatches the job manually. /srvcron run event <event-name> - dispatches event commands manually. (May cause some issues, use at your own risk)