CraftEngine works as a next-generation solution for custom content implementation.
- Start terminal and change directory to the project folder.
- Execute "./gradlew build" and get the artifact under /target folder.
- Import the project and execute gradle build action.
- Get the artifact under /target folder.
This project draws inspiration and refers to some implementations from the following open-source works:
The implementation relies on these fundamental libraries:
If your PR is about a bug fix, it will most likely get merged. If you want to submit a new feature, please make sure to contact me in advance on Discord. The code you contribute will be open-sourced under the GPLv3 license. If you prefer a more permissive license(MIT), you can specifically indicate it at the top of the file.
- Clone this repository.
- Create a new language file in:
/common-files/src/main/resources/translations
- Once done, submit a pull request to dev branch for review. We appreciate your contributions!
Version | Official Support | Max Players | Dev Builds |
---|---|---|---|
Community Edition | ❌ No | 20 | ❌ No |
Premium Edition | ✔️ Yes | Unlimited | ✔️ Yes |
Help sustain CraftEngine's development by going Premium!
- Polymart: [None]
- BuiltByBit: [None]
- Afdian: Support via Afdian
repositories {
maven("https://repo.momirealms.net/releases/")
}
dependencies {
compileOnly("net.momirealms:craft-engine-core:0.0.57")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.57")
}