3
0
Fork 1
 
 
 
 
Go to file
Sergey Shatunov 6f447f2804 Switch Implementation-Version to bukkit version since some bukkit
plugins depends on it [ci skip]
2016-02-10 02:57:10 +07:00
buildSrc Generate old-style server stub for bundle 2015-07-01 00:44:14 +07: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 Rollback to Gradle 2.8 due to bug in ForgeGradle 2016-01-31 21:23:01 +07:00
jsons Initial commit (Forge 1291). 2015-03-22 20:38:04 +03:00
patches Jline's ConsoleReader reads empty string instead of null in stdin-less 2016-02-09 21:19:36 +07:00
src/main Fix #343 2016-02-07 14:40:26 +07: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 ref [ci skip] 2015-10-23 20:41:39 +07: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 Update link in readme [ci skip] 2016-02-10 02:16:46 +07:00
build.gradle Switch Implementation-Version to bukkit version since some bukkit 2016-02-10 02:57:10 +07:00
eclipse-workspace-dev.zip Transparent unloading {,tile}entities from world 2015-08-29 14:49:22 +07:00
gradlew Stop publishing -server artifacts [ci skip] 2015-10-25 17:21:01 +07:00
gradlew.bat Updated forge 2015-05-08 16:29:14 +07:00
reformat.sh Rollback to the state of .152 build with some critical fixes and updates 2016-01-04 12:38:37 +07:00
settings.gradle Setup deployment 2015-05-26 21:16:16 +07:00

README.md

Join KCauldron's Discord!

KCauldron

KCauldron - continuation of Cauldron minecraft server

DonateDownload KCauldron

Building KCauldron

  • Checkout project
    • You can use IDE or clone from console: git clone https://gitlab.prok.pw/Prototik/KCauldron.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
    • ./gradle 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 KCauldron - check on latest stable
    • All versions situated there
  • If bug still present - KCauldron issue
    • Make sure that similar issue not exists already
    • Please fill issue form else