3
0
Fork 1
 
 
 
 
Go to file
聪聪 060d7a1bc2 修复mod的防护类功能失效并且导致护甲直接失效的bug 2017-08-10 13:27:43 +08:00
buildSrc 移除readme的生成 2017-07-23 14:14:27 +08:00
bukkit@ad9519650b Update submodules. 2015-03-29 19:10:17 +03:00
forge@c6aa04325e Update to forge 1614 2016-01-04 22:45:30 +07:00
gradle/wrapper Add gradle wrapper 2017-06-30 19:06:01 +08:00
jsons Initial commit (Forge 1291). 2015-03-22 20:38:04 +03:00
patches 修复mod的防护类功能失效并且导致护甲直接失效的bug 2017-08-10 13:27:43 +08:00
src/main Merge branch 'kcx-1614' of https://git.xjboss.net/KC-RELOADED/KCauldronX 2017-08-03 09:38:27 +08:00
.gitattributes Initial commit (Forge 1291). 2015-03-22 20:38:04 +03:00
.gitignore Changelog generation 2015-06-01 17:58:20 +07:00
.gitlab-ci.yml Add support for 1558 backport into CI 2016-01-04 23:01:21 +07:00
.gitmodules Update submodule url 2017-06-28 20:36:14 +08:00
CONTRIBUTING.md Added /kc dump command for some debug reports 2015-10-06 21:00:35 +07:00
LICENSE Fix license 2016-01-31 17:59:46 +07:00
README.md [CI SKIP] update readme.md 2017-08-02 22:52:35 +08:00
build.gradle backport 2017-07-28 01:26:51 +08:00
eclipse-workspace-dev.zip Transparent unloading {,tile}entities from world 2015-08-29 14:49:22 +07:00
gradlew fix permissions problem 2017-06-30 19:08:32 +08:00
gradlew.bat Add gradle wrapper 2017-06-30 19:06:01 +08:00
settings.gradle 变更工程名 2017-07-04 14:31:30 +08:00

README.md

加入KCauldronX交流群!

KCauldronX

KCauldronX - continuation of KCauldron minecraft server

Build Status Download KCauldronX bStats yumc Stats

donate 1PFBV7gFBEqG1hcYhR9CvrvQhENczsRgHg

Building KCauldronX

  • Ensure you are using Java JDK 8u101 or higher.
  • Checkout project
    • You can use IDE or clone from console: git clone https://git.xjboss.net/KC-RELOADED/KCauldronX.git
  • 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
  • Build both legacy server jar & default jar ./gradlew jar

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
    • ./gradlew clean setupCauldron jar

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 KCauldronX - check on latest stable
    • All versions situated there
  • If bug still present - KCauldronX issue
    • Make sure that similar issue not exists already
    • Please fill issue form else