1
0
mirror of https://github.com/nkomarn/harbor.git synced 2024-11-22 01:45:47 +01:00
Harbor is a plugin that redefines sleep within your Spigot server!
Go to file
Mykyta Komarnytskyy 130953b216 Fix #62
Don't count sleepingIgnored() as an exclusion because this causes conflicts with other plugins. Oftentimes it's difficult to track down which plugin is causing sleeping to be ignored, so it's easier to just remove the check.
2020-11-10 10:31:37 -08:00
.github Remove workflow 2020-08-20 12:19:34 -07:00
docs 🌓 Day time configurable in ticks 2020-03-15 10:15:43 -07:00
src/main Fix #62 2020-11-10 10:31:37 -08: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 Bump version (1.6.3-SNAPSHOT) 2020-11-10 10:28:57 -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.