https://github.com/aivruu/homes
A Paper plugin that allows to create multiple home-points and manage them.
https://github.com/aivruu/homes
adventure brigadier ddd ddd-architecture kyori minecraft minecraft-plugin paper-plugin papermc
Last synced: 8 months ago
JSON representation
A Paper plugin that allows to create multiple home-points and manage them.
- Host: GitHub
- URL: https://github.com/aivruu/homes
- Owner: aivruu
- License: gpl-3.0
- Created: 2024-01-19T03:11:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T01:56:42.000Z (10 months ago)
- Last Synced: 2025-01-05T03:23:41.542Z (10 months ago)
- Topics: adventure, brigadier, ddd, ddd-architecture, kyori, minecraft, minecraft-plugin, paper-plugin, papermc
- Language: Java
- Homepage:
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homes | [](https://app.codacy.com/gh/aivruu/homes/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)



`AldrHomes` is a modern-plugin that provides the functionality to create multiple home-points that you can use to travel to any place
such as farms, houses,
This plugin was made to run with `Paper (or forks)` on versions 1.21.1 and newer.
## Features
* Create up to five home-points at any place.
* Home-points management such as, teleporting, deletion or modification.
* Async, the teleports are processed asynchronously by the server (for chunks loading).
* Easy to use.
## Building
The plugin's uses Gradle and requires Java 21+ for building.
```
git clone git@github.com:aivruu/homes
cd homes
./gradlew shadowJar
```