A Holiday Core Fork. Includes advanced rank, grant and permission system, essentials commands, and more big loot features.
It’s designed to be lightweight, fast, and highly configurable — ideal for small to large-scale networks.
- 💼 Fully integrated Rank System with support for grant history and temporary ranks.
- 🔐 Permission management with in-game commands and file-based backend.
- 🛠️ Essentials-like commands, including
/teleport,/msg,/invsee, and more. - 📦 Optimized for performance and minimal memory usage.
- ⚙️ Easy-to-edit YAML configurations.
- 🧼 Cleaned up legacy features and refactored core systems.
- 📊 Chat control, punishments system, and staff utilities.
- 🧪 API for developers to create plugins that hook into the core.
- Clone the repository:
git clone https://github.com/HCFAlerts/Nightday.git
- Build the project with Maven:
mvn clean install
-
Copy the resulting
.jarfile from the/targetdirectory to your server's/pluginsfolder. -
Start your Spigot/Paper server (1.8.x recommended for now).
- We welcome contributions from the community!
- To contribute:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit:
git commit -am 'Add new feature or fix'
- Push to your fork:
git push origin feature/your-feature-name
- Open a Pull Request with a clear explanation.
- Thanks to everyone who has helped with this project!
- This project is licensed under the GPL License.
- Originally based on an AndyReckt Holiday Core. Special thanks to the open-source Minecraft community for their contributions and inspiration.