2017-07-02 15:38:14 +00:00
|
|
|
**[加入KCauldronX交流群!](https://jq.qq.com/?_wv=1027&k=4BEK1SI)**
|
|
|
|
# KCauldronX
|
|
|
|
### KCauldronX - continuation of KCauldron minecraft server
|
2017-07-02 15:40:06 +00:00
|
|
|
![Donate][donate_img] [![Download KCauldronX][download_img]][download_url]
|
2015-05-22 07:34:45 +00:00
|
|
|
|
2017-07-02 15:38:14 +00:00
|
|
|
## Building KCauldronX
|
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:
|
2017-07-02 15:38:14 +00:00
|
|
|
`git clone https://git.xjboss.net/KC-RELOADED/KCauldronX.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
|
2017-07-02 15:38:14 +00:00
|
|
|
* If you're using beta-release of KCauldronX - check on latest stable
|
|
|
|
* All versions situated [there](https://ci.xjboss.net/job/KCauldronX/)
|
|
|
|
* If bug still present - KCauldronX issue
|
2015-05-22 07:34:45 +00:00
|
|
|
* Make sure that similar issue not exists already
|
2017-07-02 15:38:14 +00:00
|
|
|
* Please fill [issue form](https://git.xjboss.net/KC-RELOADED/KCauldronX/issues/new) else
|
2015-05-22 07:34:45 +00:00
|
|
|
|
2016-02-09 19:16:46 +00:00
|
|
|
[donate_img]: https://prok.pw/donate.png
|
2017-07-02 15:38:14 +00:00
|
|
|
[download_url]: https://ci.xjboss.net/job/KCauldronX/
|
2015-07-22 16:45:59 +00:00
|
|
|
[download_img]: https://prok.pw/download.png
|