Skip to content

Crucible v4.0

Compare
Choose a tag to compare
@juanmuscaria juanmuscaria released this 08 Sep 22:59
· 80 commits to master since this release

Rewrite based on thermos latest commit instead of cotigo/sekka. (This will fix most weird bugs caused by badly implemented stuff)
Changes over the last thermos release:

  • OpenJ9 support.
  • Fixed class cast exception for crafting listeners (fix: Funwayguy/BetterQuesting#605).
  • Fixed crash if a plugin tries to use BungeeChatAPI translation component.
  • Fixed NPE with thaumcraft in BiomeDecorator.
  • Fixed opped players being skipped in interact events (Fix Prism/World Edit problems).
  • Added a few missing bukkit methods/classes that a few plugins needed.
  • Fixed NPE if an Ip Banned player tries to join the server,
  • Prevent village door lookup from loading chunks for performance.
  • Added a config to change the server max tick rate.
  • Fixed Dropper crash when trying to transfer an item into a mod container without owner.
  • Added missing BungeeCordChatAPI methods to Bukkit's ChatColor.java