main
Build / build (push) Successful in 20s
KitAPI
Note: this repository's folder is historically named
worldapi-main, but the project it actually contains — itspom.xmlartifactId andcom.softwarerat.KitAPisource package — is KitAPI, a kit-management API, not a world API. The name has been kept as-is to avoid breaking existing references; see the repo's Gitea remote (KitAPI) for the canonical name.
A small Paper API library for defining and granting item kits, backed by YAML storage (KitManager / Yaml / YamlHandler).
Requirements
- Java 18
- Maven
- Paper API 1.19.4
Building
mvn -B package
Using it in another project
Published as a Maven snapshot to the private registry at https://git.softwarerat.com/api/packages/zlaura/maven:
<dependency>
<groupId>com.softwarerat</groupId>
<artifactId>KitAPI</artifactId>
<version>1.3-SNAPSHOT</version>
</dependency>
Used by ghosthunt and AlleGegenEinen.
License
No license file is present in this repository; all rights reserved by the author unless stated otherwise.
Languages
Java
100%