https://github.com/lewmc/essence
A lightweight and customisable Essentials alternative.
https://github.com/lewmc/essence
essentials minecraft paper papermc papermc-plugin plugin
Last synced: 3 months ago
JSON representation
A lightweight and customisable Essentials alternative.
- Host: GitHub
- URL: https://github.com/lewmc/essence
- Owner: LewMC
- License: apache-2.0
- Created: 2024-01-16T19:21:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T11:11:46.000Z (about 1 year ago)
- Last Synced: 2024-05-22T13:00:49.096Z (about 1 year ago)
- Topics: essentials, minecraft, paper, papermc, papermc-plugin, plugin
- Language: Java
- Homepage: https://lewmc.net/plugin/essence/
- Size: 291 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README

- 💾 **Download Essence** - https://lewmc.net/plugin/essence
- 🔧 **View the JavaDocs** - https://lewmc.github.io/Essence
- 🌐 **Help Translate Essence** - https://crowdin.com/project/lewmc-essence
- ⭐ Enjoying Essence? We'd love to hear your feedback on Spigot. Leave us a review [here](https://www.spigotmc.org/resources/essence.114553/).[](https://crowdin.com/project/lewmc-essence) [](https://github.com/LewMC/Essence/actions/workflows/maven.yml)
## Build Process
Install JDK 21 before continuing. Click [here](https://docs.oracle.com/en/java/javase/21/install/index.html) for documentation.
- You will also need Maven for the `mvn` command, which can be installed [here](https://maven.apache.org/download.cgi).
- Make sure that your version of JDK 21 includes JavaDoc.
- For example, Eclipse Temurin JDK with Hotspot 21 includes this executable.```sh
# 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=21
```## Contributing
We welcome contributions from the community. Please fork the repository, make your changes, and submit a pull request.
When adding new features for the next update, please merge them into the `next-update` branch. This helps us keep our CI Builds separate as `-SNAPSHOT` builds.
## Licensing
Essence is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for more information.