CrucibleMC / Crucible

Crucible is a Thermos fork containing various patches for bug fixes and performance improvements. Join our discord to stay updated with the project development.

Home Page:https://discord.gg/jWSTJ4d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crucible

What's Crucible?

Crucible, a fork of Thermos, is a CraftBukkit and Forge server implementation for 1.7.10, providing the ability to load both Forge mods and Bukkit plugins alongside each other.

We aim to close the gaps left by Thermos and extend the support for those still using 1.7.10 by adding support for long broken mods and plugins and fix serious bugs as they appear.

Advantages over Thermos:

  • Working/stable build across systems
  • Several bugfixes
  • Performance improvements
  • Updated libraries for newer plugin support
  • Implemented TimingsV2
  • Java 8–21 supported (using an integrated version of lwjgl3ify)
  • Backported Bukkit APIs (With some APIs requiring the companion mod NecroTempus)
  • You can see more changes in the releases changelog.

Build Requirements

  • Java 8 JDK
  • JAVA_HOME defined on your OS

Setup the Workspace

  • Checkout project
    • You can use IDE or clone from console: git clone https://github.com/CrucibleMC/Crucible.git
  • Creating the workspace
    • To create the workspace just run the command: ./gradlew setupCrucible
    • To create the patches with the changes made just run: ./gradlew genPatches
  • Building
    • Before you can build you must first setup the workspace!
    • To build the distribution packages run the command: ./gradlew buildPackages
    • The distribution package will be in build/distributions
  • Updating sources
    • Update sources: git pull origin master
    • Recreate the workspace: ./gradlew clean setupCrucible

Useful links

  • Crucible Documentation - Place for everything about crucible.
  • Discord - Join our support discord if you need help with server setup, or if you just want to hang out.

Credits

  • Thermos - Original project
  • Spigot - Several improvements over Bukkit
  • Paper - Several improvements over Spigot
  • lwjgl3ify - Java 9+ support

Special Thanks To

JetBrains

JetBrains Logo (Main) logo.

For supporting Crucible development with access to their Open Source License.

About

Crucible is a Thermos fork containing various patches for bug fixes and performance improvements. Join our discord to stay updated with the project development.

https://discord.gg/jWSTJ4d

License:GNU General Public License v3.0


Languages

Language:Java 100.0%Language:Roff 0.0%