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

36 lines
858 B
Markdown

# HomesAPI
[![Build](https://git.softwarerat.com/zlaura/HomesAPI/actions/workflows/build.yml/badge.svg)](https://git.softwarerat.com/zlaura/HomesAPI/actions)
A Paper API library providing a per-player homes system (create/list/teleport-to named homes), backed by YAML storage.
## Requirements
- Java 18
- Maven
- Paper API 1.21.11
## 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>HomesAPI</artifactId>
<version>1.3-SNAPSHOT</version>
</dependency>
```
Used by [SMPCore](https://git.softwarerat.com/zlaura/SMPCore).
## License
No license file is present in this repository; all rights reserved by the author unless stated otherwise.