CommandTimer is a Spigot plugin that allows you to schedule different commands at specific interval/times depending on various conditions.
timers
hold all the configuration files for your specific setupextensions
has all the external extensions that add more functions to CommandTimer/cmt
will open the main menu where everything can be managed/cmt help
will open the help menu/cmt activate <task>
will enable/activate the specified task (equals the activate button in GUI)/cmt deactivate <task>
will disable/deactivate the specified task (equals the deactivate button in GUI)/cmt execute <task>
will directly execute a task without taking into account timers and intervals/cmt time
will show the Minecraft time of the world you are incommandtimer.use
gives access to every feature of the plugin
Extensions come in form of a jar file. These extensions will hook into the CommandTimer API and will bring more conditions to use in your timers.
All published versions are available at https://github.com/titivermeesch/CommandTimer/packages/