Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
/ Thermos Public archive
forked from GTNewHorizons/Thermos

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

License

Notifications You must be signed in to change notification settings

Thorfusion/Thermos

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Groovy 0.1%