- 💾 Download Essence - https://lewmc.net/plugin/essence
- 🔧 View the JavaDocs - https://lewmc.github.io/Essence
- 🌐 Help Translate Essence - https://crowdin.com/project/lewmc-essence
- 📊 Code Analysis - https://sonarcloud.io/project/overview?id=LewMC_Essence
- ⭐ Enjoying Essence? We'd love to hear your feedback on Spigot. Leave us a review here.
We welcome contributions from the community. Please fork the repository, make your changes, and submit a pull request.
Please read our contributor guide before submitting any changes, thank you!
Install JDK 21 before continuing. Click here for documentation.
- You will also need Maven for the
mvncommand, which can be installed here. - Make sure that your version of JDK 21 includes JavaDoc.
- For example, Eclipse Temurin JDK with Hotspot 21 includes this executable.
# Clone the repository and move into it.
git clone https://github.com/lewmc/essence && cd essence
# Perform a clean build (optional if you're rebuilding).
mvn clean package -Dmaven.test.skip=true
# Build the package with an explicit version target of 21.
mvn -B package --file pom.xml -Dmaven.compiler.source=21 -Dmaven.compiler.target=21Essence is licensed under the Apache License 2.0. See LICENSE for more information.