Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
ctLib
This is a mod/plugin for Bukkit/Spigot/Paper and fork.Also supproted Fabric and Velocity
##How to use
If you are a player or a server manger,you just download it and copy to
mods
or plugins
floder
If you are a developer,you can set it to despend:
Maven:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.CSneko</groupId>
<artifactId>ctLib</artifactId>
<version>V0.0.9</version>
</dependency>
Gradle:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.CSneko:ctLib:V0.0.9'
}
You can try to get API from source
Information
Category | Miscellaneous |
---|---|
Published on | November 26, 2023 |
License | GPL |
Downloads | 50 |
Stars | 0 |
Watchers | 0 |
Library
Supports Folia
Pinned Versions
Pages
Members
Owner