# 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 com.softwarerat HomesAPI 1.3-SNAPSHOT ``` 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.