Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aivruu authored Dec 29, 2024
1 parent c1f28dd commit 981b594
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
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
```

0 comments on commit 981b594

Please sign in to comment.