Skip to main content

Developers

Installation

Gradle

repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.titivermeesch:CommandTimer:<version>'
}

Maven


<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependency>
<groupId>com.github.titivermeesch</groupId>
<artifactId>CommandTimer</artifactId>
<version>version</version>
</dependency>

Usage

The preferred way to interact with CommandTimer is through extensions. If certain functionalities are not available there, the internal CommandTimer API can be used.

There is no official documentation for this yet, so you will have to look into the source code for now

Contributing

Did you found a bug or want to do a general improvement on the plugin or the documentation itself? Feel free to open a PR!