860 B
860 B
Contribution Guide
You can make and publish your changes, and even suggest to merge your changes with main codebase of the server.
Installing Dev Environment
- First of all you need to clone main server code and some other parts, like Forge and Bukkit
git clone --recursive https://gitlab.prok.pw/Prototik/KCauldron.git - Move to
KCauldrondirectory
cd KCauldron - Prepare some stuff
./gradlew setupCauldron - For now you need to open project in Eclipse IDE
- If you haven't Eclipse on your computer - download and install it
- In Eclipse choose File - Import... - General - Existing Projects into Workspace, specify KCauldron/eclipse folder
- Unmark
Copy projects into workspacebutton! - Click Finish and start your contributing!