mirror of
https://github.com/nkomarn/harbor.git
synced 2024-11-21 09:25:17 +01:00
Harbor is a plugin that redefines sleep within your Spigot server!
5aaa0398bf
* remove afk listener and move to own class * implement afk listener with proper afk check * use instant instead of millis * Creation of interface to allow external plugins to exclude players * Addition of better Javadoc * Move Essentials checks; Add example Provider classes * Quickfix: style * wippy wip * Expand AFK and Exclusion APIs to allow control of logic flow + more Also change examples and remove stafffacilities * Major cleanup * Clean imports * Add a comment * Modernize vanished check and clean up ternary * Cleanup ternary and fix typos that caused bugs * Remove some terrible code I wrote without thinking * misunderstanding * A few minor fixes and cleanups * Fix listeners to monitor priority * Requested changes * Fix bugs * take out the trash :) Remove things I thought I removed but didn't Co-authored-by: mail@chojo.de <mail@chojo.de> |
||
---|---|---|
.github | ||
docs | ||
src/main | ||
.gitignore | ||
.travis.yml | ||
.whitesource | ||
LICENSE | ||
pom.xml | ||
README.md | ||
settings.xml |
⚓ Harbor
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.