mirror of
https://github.com/nkomarn/harbor.git
synced 2025-01-20 14:31:30 +01:00
24 lines
1.3 KiB
Markdown
24 lines
1.3 KiB
Markdown
![Harbor 1.6 banner](https://i.imgur.com/VsYoStK.png)
|
|
|
|
[discord-invite]: https://discord.gg/UACRzwe
|
|
# ⚓ Harbor
|
|
[![CodeFactor](https://www.codefactor.io/repository/github/nkomarn/harbor/badge)](https://www.codefactor.io/repository/github/nkomarn/harbor) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/nkomarn/Harbor/blob/master/LICENSE) [![Discord](https://discordapp.com/api/guilds/285623631042707457/widget.png)][discord-invite]
|
|
|
|
Harbor is a plugin that redefines sleep within your Spigot server! Harbor is lightweight and performant, with just the right amount of features for any survival server!
|
|
|
|
Check it out and download the latest builds [over on the releases page!](https://github.com/nkomarn/Harbor/releases)
|
|
|
|
# 🔨 Building from source
|
|
Harbor uses Maven to handle dependecies and building! Make sure you have Java 8, Git, and Maven installed, and then run:
|
|
```
|
|
git clone https://github.com/nkomarn/Harbor.git
|
|
cd Harbor/
|
|
mvn package
|
|
```
|
|
You can find the compiled JARs in the `target` directory.
|
|
|
|
# 🎺 Contributing
|
|
Feel free to create pull requests with any changes or improvements that think would make Harbor a better plugin! Generally, try to keep core plugin features intact. Pull requests with bugfixes are welcome!
|
|
|
|
# 📋 License
|
|
Harbor is licensed under the MIT license. View `LICENSE` for more information. |