3
0
Fork 1
Go to file
Prototik 499c680b58 Make network connections keepalive (close #11) 2015-06-29 20:47:12 +07:00
buildSrc Migrate to gitlab ci 7.12 2015-06-28 04:44:54 +07:00
bukkit@ad9519650b
forge@204cb16bc4 Update forge to 1481 2015-06-27 19:49:05 +07:00
gradle/wrapper Deprecate installer & use KBootstrap for updating 2015-06-16 23:30:52 +07:00
jsons
patches Make network connections keepalive (close #11) 2015-06-29 20:47:12 +07:00
src/main Fixed custom modded inventories not being synced on bukkit side after spawning in world. (fix #75) 2015-06-29 20:31:50 +07:00
.gitattributes
.gitignore Changelog generation 2015-06-01 17:58:20 +07:00
.gitlab-ci.yml Fight with CI 2015-06-28 23:03:53 +07:00
.gitmodules Fix updater 2015-06-22 02:16:23 +07:00
LGPL.txt
LICENCE.txt
README.md Change default downloads order [no deploy] 2015-06-03 01:15:02 +07:00
build.gradle Migrate to gitlab ci 7.12 2015-06-28 04:44:54 +07:00
eclipse-workspace-dev.zip
gradlew Updated forge 2015-05-08 16:29:14 +07:00
gradlew.bat Updated forge 2015-05-08 16:29:14 +07:00
settings.gradle Setup deployment 2015-05-26 21:16:16 +07:00

README.md

KCauldron

KCauldron - continuation of Cauldron minecraft server

Donate PayPal USDDonate PayPal RUB
Donate Yandex MoneyDownload

Building KCauldron

  • Checkout project
    • You can use your's IDE gui or clone from console: git clone https://prok.pw/git/prototik/kcauldron.git
  • Init submodules
    • Since this project is merger of two other we need both.
    • Again, you can use IDE gui or do it from console: 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 server & installer ./gradlew buildPackages

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 buildPackages

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