38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
# KitAPI
|
|
|
|
[](https://git.softwarerat.com/zlaura/KitAPI/actions)
|
|
|
|
> **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
|
|
|
|
```bash
|
|
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`:
|
|
|
|
```xml
|
|
<dependency>
|
|
<groupId>com.softwarerat</groupId>
|
|
<artifactId>KitAPI</artifactId>
|
|
<version>1.3-SNAPSHOT</version>
|
|
</dependency>
|
|
```
|
|
|
|
Used by [ghosthunt](https://git.softwarerat.com/zlaura/ghosthunt) and [AlleGegenEinen](https://git.softwarerat.com/zlaura/AlleGegenEinen).
|
|
|
|
## License
|
|
|
|
No license file is present in this repository; all rights reserved by the author unless stated otherwise.
|