You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Spanner_Man b1c6f578db Saved README.md with Dillinger.io 10 years ago
buildSrc Generate old-style server stub for bundle 10 years ago
bukkit@ad9519650b Update submodules. 10 years ago
forge@d159876385 Updated to Forge 10.13.4.1566 10 years ago
gradle/wrapper Deprecate installer & use KBootstrap for updating 10 years ago
jsons Initial commit (Forge 1291). 10 years ago
patches [PATCH] Fix unsynchronized entities - submitted by Giovanni Bozzano 10 years ago
src/main Reset server branding - needed for plugin compatability 10 years ago
.gitattributes Initial commit (Forge 1291). 10 years ago
.gitignore Changelog generation 10 years ago
.gitlab-ci.yml Backport for 1448 10 years ago
.gitmodules Updated Forge submodule 10 years ago
LGPL.txt Initial commit (Forge 1291). 10 years ago
LICENCE.txt Initial commit (Forge 1291). 10 years ago
README.md Saved README.md with Dillinger.io 10 years ago
build.gradle Generate old-style server stub for bundle 10 years ago
eclipse-workspace-dev.zip Initial commit (Forge 1291). 10 years ago
gradlew Updated forge 10 years ago
gradlew.bat Updated forge 10 years ago
settings.gradle Setup deployment 10 years ago

README.md

Cauldron

Continuation of KCauldron minecraft server

This github was created due to the previous developer for KCauldron being missing for weeks - sometimes months - at a time. When the dev was missing his gitlab would go offline making it "feel" like the project was abandoned completley.

This repo was based on KCauldron 1492 Build 152. Some extra patches were added and cherry picked in order to improve and fix up some of the small little flaws that were inherent in the 152 build.

Build Requirements

  • Java 8 JDK
  • JAVA_HOME defined on your OS

Building Cauldron

  • Checkout project
    • You can use IDE or clone from console: git clone https://github.com/spannerman79/KCauldron.git
  • Init submodules
    • Since this project uses two other projects we need to download them as well git submodule update --init --recursive
  • Start build process
    • This process downloads minecraft and apply patches
    • If you have gradle integration in IDE - you can still use gui ./gradlew setupCauldron 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