HomesAPI

Build

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.

S
Description
No description provided
Readme
62 KiB
Languages
Java 100%