Skip to content

Legion28/CommandTimer

 
 

Repository files navigation

CommandTimer

bStats Players bStats Servers Spiget Version Spiget Download Size

CommandTimer is a Spigot plugin that allows you to schedule different commands at specific interval/times depending on various conditions.

Installation

  • You can build the plugin with Gradle (shadowJar) or download the latest version
  • Put the jar file in your plugins folder and reload/restart
  • You will now see a CommandTimer folder
    • timers hold all the configuration files for your specific setup
    • extensions has all the external extensions that add more functions to CommandTimer

Commands

  • /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 in

Permissions

commandtimer.use gives access to every feature of the plugin

Extensions

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.

For Developers

About

A really simple plugin to time commands on your server with some unique configuration options.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%