286ee1f2c08be1adabc72c6f444ded29118d2de4
Build / build (push) Successful in 17s
HomesAPI
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
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>HomesAPI</artifactId>
<version>1.3-SNAPSHOT</version>
</dependency>
Used by SMPCore.
License
No license file is present in this repository; all rights reserved by the author unless stated otherwise.
Languages
Java
100%