-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 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 | ||
``` |