Project-Cepi / Taskity

Simple task system for Cepi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taskity

license wiki discord-banner

An example extension for Minestom based off of Sabre/kotlin libs.

Installation

Download the jar from Releases OR compile it yourself. Instructions to do so are in Compile header

Drop it into the /extensions folder.

Compile

Create a folder, then Clone the repository using:

git clone https://github.com/Project-Cepi/Taskity.git

Once it is cloned, make sure you have gradle installed, and run

./gradlew build on Mac or Linux, and

gradlew build on Windows.

This will output the jar to build/libs in the project directory.

Make sure to select the -all jar. If no shading is necessary, remove the shadowJar

About

Simple task system for Cepi

License:MIT License


Languages

Language:Kotlin 100.0%