Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for CrystalNeko

A library for Velocity/Spigot/Paper/Folia/Fabric

Report ctLib?

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

CategoryMiscellaneous
Published onNovember 26, 2023
LicenseGPL
Downloads50
Stars0
Watchers0
Library
Supports Folia

Pinned Versions

Members