1
0
Fork 0
KCauldronX/README.md

44 lines
1.7 KiB
Markdown
Raw Normal View History

2016-02-02 18:00:01 +00:00
**[Join KCauldron's Discord!](https://discord.gg/0nuu0DLm3WJq1Z23)**
2015-05-22 07:34:45 +00:00
# KCauldron
### KCauldron - continuation of Cauldron minecraft server
2016-02-09 19:16:46 +00:00
[![Donate][donate_img]][donate_url][![Download KCauldron][download_img]][download_url]
2015-05-22 07:34:45 +00:00
## Building KCauldron
2016-11-27 08:34:56 +00:00
* Ensure you are using Java JDK 8u101 or higher.
2015-05-22 07:34:45 +00:00
* Checkout project
2015-06-30 18:15:55 +00:00
* You can use IDE or clone from console:
2016-06-29 12:58:44 +00:00
`git clone https://gitlab.prok.pw/KCauldron/KCauldron.git`
2015-05-22 07:34:45 +00:00
* Init submodules
* Since this project is merger of two other we need both.
`git submodule update --init --recursive`
* Setup initial workspace
* This process download minecraft and apply patches
* If you have gradle integration in IDE - you can still use gui
`./gradlew setupCauldron`
2015-06-30 18:15:55 +00:00
* Build both legacy server jar & default jar
`./gradlew jar`
2015-05-22 07:34:45 +00:00
## Updating sources
If you're once checkout source - you not need to do it again
* Update sources
* `git pull origin master`
* Reapply patches & build binaries
2016-02-11 15:16:18 +00:00
* `./gradlew clean setupCauldron jar`
2015-05-22 07:34:45 +00:00
## Issue submitting rule
* First check the bug in single player and vanilla forge, if bug still present - mod issue
* Check with minimal server environment
* Remove all unnecessary plugins and mods
* Reset all configs to default
If bug present - mod compatibility issue
* If you're using beta-release of KCauldron - check on latest stable
2015-06-30 18:15:55 +00:00
* All versions situated [there](https://repo.prok.pw/pw/prok/KCauldron/?C=M&O=D)
2015-05-22 07:34:45 +00:00
* If bug still present - KCauldron issue
* Make sure that similar issue not exists already
2015-06-30 18:15:55 +00:00
* Please fill [issue form](https://gitlab.prok.pw/Prototik/KCauldron/issues/new) else
2015-05-22 07:34:45 +00:00
2016-02-09 19:16:46 +00:00
[donate_url]: https://prok.pw/donate.html
[donate_img]: https://prok.pw/donate.png
[download_url]: https://prok.pw/downloads.html#pw.prok:KCauldron
2015-07-22 16:45:59 +00:00
[download_img]: https://prok.pw/download.png