- 💾 Download Essence - https://lewmc.net/plugin/essence
- 🔧 View the JavaDocs - https://lewmc.github.io/Essence
- ⭐ Enjoying Essence? We'd love to hear your feedback on Spigot. Leave us a review here.
Use the Git CLI to clone the repository from GitHub.
git clone https://github.com/lewmilburn/Essence
You will need Maven to build the project to ./target
, you can install it at https://maven.apache.org/download.cgi.
You can validate this by running the command below and ensuring it returns Java 17.
java -version
Navigate to the cloned repository and run:
mvn clean install
This will compile the project and package it into a JAR file in the ./target
directory.
We welcome contributions from the community. Please fork the repository, make your changes, and submit a pull request.
Essence is licensed under the Apache License 2.0. See LICENSE for more information.