This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
Releases: CyberdyneCC/Thermos
Releases · CyberdyneCC/Thermos
Thermos Build 38 (BLEEDING)
What's Inside:
- Serious changes to the way players teleport, do it like it should've been done in the first place
- Handle #195
- Spigot Watchdog changes
Thermos Build 37 (BLEEDING)
This is actually relatively stable
What's Inside:
- Fix issues with food, health, and potion effects
- Fix mod-related issue with improper extended property dimension ID
Thermos Build 36 (BLEEDING)
What's Inside:
- Fix @Esctogrillo 's issue with players losing items in respawn (tell Forge to handle it instead)
- Fix Spigot Watchdog not working (needs testing)
- Additional Fixes for BUTs
Thermos Build 35 (BLEEDING)
What's Inside:
- Fix issues with teleportation from 34 and 35
- Fix #191 (disables moving rails with sticky pistons, further investigation needed)
Thermos Build 34 (BLEEDING)
Thermos Build 33 (BLEEDING)
BROKEN
What's inside:
- Revert to source level 6 (no more
-noverify
) -- will need to move back up in the future - Speed up NBT Operations
- Add another hack mod ( 👏 @TerdyTheTerd )
- Fix a spelling issue ( 👏 @djoveryde )
- Force custom mod container setup for Bukkit, should resolve some issue with GUIs (otherwise no effect)
- Re-enable spigot tick limiting, default at 1,000 ( check your settings, it might be at 50 )
- Speed up Chunk.getTileEntity
- AffinityLocker locks upon server startup instead of at every tick now
- Synchronize EntityTracker for #28
- Dump the KCauldron player cloner (might cause issues for some people, untested)
- Dump the KCauldron block updates tracker
- Extend decoration time to 10 seconds ( #174 )
Thermos Build 32
ADD -noverify
TO YOUR SERVER ARGUMENTS, DO NOT POST AN ISSUE ABOUT inconsistent stackframe
CRASHES! (sorry for yelling 😆 )
NOTE: This build is considered to be relatively stable, but is still beta due to the addition of hacked client detection.
What's Inside:
- Fix #152
- Some initial KCauldron dependency removal
- Improved activeChunk() caching
- Fix #113 (hopefully)
- Hacked Client Detection...! (will prevent them from logging in, telling them they don't have the right mods installed)
If you know of any other hack clients for 1.7.10 than those listed below, please let me know so I can add them.
- CJB
- Kradxns
- CheatingEssentials
- ChestFinder
- RadarBro
- XaeroBetterPVP (not blocked since it is not a serious advantage)
Thermos Build 31
WARNING: You NEED to add -noverify
to your server launch script!
JAVA 8 IS REQUIRED.
NOTE: You NEED to redownload the libraries.
(I am done yelling now 😄 )
This is a bleeding build, not recommended for production.
What's Inside:
- Advance to Java Source Code Level 8 (technical optimization)
- Allow server owners to reload plugins, disabled by default (use at your own risk, see in
cauldron.yml
) - Upgrade Scala (improves performance of some mods)
- Allow server owners like @DraksterAU who want to use mod-given server names instead of DIM## in Bukkit to do so (disabled by default, use at your own risk)
- Fix #143, #139
- Fix #105 (Maybe?)