DireClanMC / ThermosX

Minecraft Forge Server Software implementing the Spigot/Bukkit API.

Home Page:http://direclanmc.github.io/ThermosX/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThermosX

Thermos

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

What's ThermosX?

ThermosX is a fork of KCauldron and Thermos, a CraftBukkit-Forge server for Minecraft 1.7.10. After periods of inactivity on KCauldron's (and Thermos) GitLab concerning major issues, ThermosX 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 ThermosX 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
  • Includes Spigot API to load plugins made for Spigot

Installation

Click here

Downloads

~~You can download the pre-built packages from here.

ThermosX is still in beta and you may encounter issues in using it with your server. You have been warned!

P.S. PLEASE look at the release notes before downloading! πŸ˜„

##Installing WarmRoast Tutorial Video

Contributing

Please read the guide on how to contribute - Thermos always needs improvements πŸ˜„

Build Requirements

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

Building DireClanMC/ThermosX

  • Checkout project
    • You can use IDE or clone from console: git clone https://github.com/CyberdyneCC/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

Known Caveats, use provided fixes at your own risk.

βœ” Aether II: isDonor function can lock up servers. Fixed

βœ” BungeeCord: It's been known for years that BungeeCord barely works with Forge & seems that it'll never be supported officially. Fixed

βœ” BuyCraftX: Doesn't seem to work with Thermos, info on why it doesn't is unknown currently. Fixed

βœ” Citizens: Not compatible with forge Fixed

βœ– Lilypad: 100% not compatible with Forge, lead developer has declined to add support when asked.

βœ” DraconicEvolution: P keybind will bypass protection. Fixed

βœ” Factions + MassiveCore: No protection from Forge items. Fixed

βœ” TuxTwoLib: Didn't work with ThermosX at all Fixed

βœ” Mobius / Opis: You can download fixed version HERE

βœ” SkinsRestorer (for those using offline ThermosX server): Latest working version is 10.4.4 HERE

About

Minecraft Forge Server Software implementing the Spigot/Bukkit API.

http://direclanmc.github.io/ThermosX/

License:GNU General Public License v3.0


Languages

Language:Java 99.5%Language:Groovy 0.4%Language:Shell 0.1%