Files
KitAPI/README.md
T
2026-08-09 17:34:27 +02:00

1.3 KiB

KitAPI

Build

Note: this repository's folder is historically named worldapi-main, but the project it actually contains — its pom.xml artifactId and com.softwarerat.KitAPi source 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.