Bun133 / Tinked

Tinked is bukkit library that enables to make tick-based task/action system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tinked

Tinked is a library for ticking tasks.

Documentation & Features

JP

Sample

Source

Getting Started

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

<dependency>
    <groupId>com.github.Bun133</groupId>
    <artifactId>Tinked</artifactId>
    <version>[VERSION]</version>
</dependency>

About

Tinked is bukkit library that enables to make tick-based task/action system.

License:Mozilla Public License 2.0


Languages

Language:Kotlin 100.0%