/Thermos

Minecraft Forge Server Software implementing the Spigot/Bukkit API, This Minecraft 1.7.10 forge server has been patched for the log4j bug

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Thorfusion's patched version of Thermos

Made for Terralization modpack

Thermos

log4j2 status

CVE STATUS Fixed
CVE-2021-45046 N/A
CVE-2021-44228 ✔️
CVE-2021-4104 Should not work

Crashes?

Some modpacks might require patched versions of certain mods to work with this version of thermos


What's Thermos?

Thermos is a fork of KCauldron, a craftbukkit forge server for Minecraft 1.7.10. After periods of inactivity on KCauldron's GitLab concerning major issues, Thermos was created to allow active members of the Minecraft coding community to optimize it and provide fixes in a timely manner.

We hope to eliminate all issues with craftbukkit forge servers. In the end, we envision a seamless, low lag Thermos experience.

Advantages over KCauldron:

  • Lag-lowering optimizations
  • Better world protection (Forge stuff doesn't bypass Bukkit plugins!)
  • Many patches that KCauldron didn't get from Spigot
  • Dupe glitch fixes
  • Log4j patch

Build Requirements

  • Java 8u292 JDK or higher
  • JAVA_HOME defined on your OS

Building Thorfusion/Thermos

  • Checkout project
    • You can use IDE or clone from console: git clone https://github.com/Thorfusion/Thermos.git
  • Setup
    • Auto: setup.sh
    • Manual: git submodule update --init --recursive
  • Build
    • This process downloads minecraft and apply patches
    • If you have gradle integration in IDE - you can still use gui
    • Auto: build.sh
    • Manual: ./gradlew setupThermos jar

All builds will be in build/distributions

Updating sources

  • Update sources
    • git pull origin master
  • Re apply patches & build binaries
    • ./gradlew clean setupCauldron jar