Skip to content

TownyKingdoms/Thermos

 
 

Repository files navigation

Thermos

Thermos

Minecraft Forge v10.13.4.1614 Minecraft v1.7.10 Java JDK v1.8 Spigot 1.7.10 Snapshot

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

Installation

Click here

Downloads

You can download the pre-built packages from here.

These unofficial builds are in beta, they may cause issues with your server. You have been warned!

P.S. PLEASE look at the release notes before downloading! 😄

##Installing WarmRoast Tutorial Video

Chat

Feel free to drop in on the TCPR Discord chat here

Donate/Support

You can pledge to support Robotia and his work through a monthly Patreon donation or a one-time PayPal donation.

Issues

FIRST: Test if the mod has the same error in Vanilla Forge. If it does, then Thermos is not at fault and we cannot help you here.

If a mod does not work with Thermos specifically, please check here before posting an issue.

We will NOT provide support for Reikas mods under ANY circumstances.

If your issue meets the criteria listed above, please post your issue in the following format:

Mod Crash

title: [Crash] <Mod Name> - <First line of the exception>

description: I am having a problem with <Mod Name> and Thermos. Crash log: <link>. What happens is <...>.

Thermos-specific Crash

title: [Crash] Thermos<build #> - <First line of the exception>

description: I am having a problem with Thermos Build <#>. Crash log: <link>. What happens is <...>.

Thermos-specific Feature Proposal

title: [Proposal] Thermos Feature - <Feature Name>

description: <What this will do>. <Why I want/need it>. <Ideas on how it might be implemented>. <Any helpful links>.

This fork is put together by the community. Yive is NOT your personal server issue fixer. He does not know Java nor does he want to learn it.

Contributing

Please read the guide on how to contribute - TCPR/Thermos always needs improvements 😄

Build Requirements

  • Java 8 JDK
  • JAVA_HOME defined on your OS

Building TCPR/Thermos

  • Checkout project
    • You can use IDE or clone from console: git clone https://github.com/TCPR/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 setupCauldron 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 server software for Forge servers.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%