Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aivruu/homes
A not finished plugin to create savepoints/homes designed for Paper
https://github.com/aivruu/homes
adventure-api minecraft-plugin minimessage paper-plugins papermc
Last synced: about 1 month ago
JSON representation
A not finished plugin to create savepoints/homes designed for Paper
- Host: GitHub
- URL: https://github.com/aivruu/homes
- Owner: aivruu
- License: gpl-3.0
- Created: 2024-01-19T03:11:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-22T15:59:34.000Z (about 2 months ago)
- Last Synced: 2024-12-22T16:35:55.143Z (about 2 months ago)
- Topics: adventure-api, minecraft-plugin, minimessage, paper-plugins, papermc
- Language: Java
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homes | [![Codacy Badge](https://app.codacy.com/project/badge/Grade/2e78bb17e58a4487b38de7dd515dd5f1)](https://app.codacy.com/gh/aivruu/homes/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/aivruu/homes/build.yml)
![GitHub License](https://img.shields.io/github/license/aivruu/homes)
![GitHub commit activity](https://img.shields.io/github/commit-activity/t/aivruu/homes)`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 [email protected]:aivruu/homes
cd homes
./gradlew shadowJar
```