1
0
mirror of https://github.com/nkomarn/harbor.git synced 2024-11-23 18:35:12 +01:00
Harbor is a plugin that redefines sleep within your Spigot server!
Go to file
Florian Fülling f27335e242
Assign proper listener priority (#86)
The listener is currently listening on a medium priority, but is only used for monitoring. Therefore it should use the monitoring level to ensure that the event was already handled by all other listeners which can potentially modify this event.
2021-03-20 19:48:54 -07:00
.github Restore CI workflow 2020-11-13 13:57:46 -08:00
docs 🌓 Day time configurable in ticks 2020-03-15 10:15:43 -07:00
src/main Assign proper listener priority (#86) 2021-03-20 19:48:54 -07:00
.gitignore 🌓 Day time configurable in ticks 2020-03-15 10:15:43 -07:00
.travis.yml ⚙ Add Travis file 2019-09-08 22:07:47 -07:00
.whitesource Initial WhiteSource configuration file 2019-07-19 18:16:46 +00:00
LICENSE 🚀 Quick hotfixes! More stuff coming soon! 2019-07-17 00:04:40 -07:00
pom.xml 1.6.4-SNAPSHOT 2020-12-11 11:33:58 -08:00
README.md 👻 Option to ignore vanished players 2020-03-22 08:00:14 -07:00
settings.xml Set up Packages 2020-03-08 15:19:47 -07:00

Harbor 1.6 banner

Harbor

CodeFactor License Discord

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!

🔨 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.