tweaks724/docs/BUILDING.md
Minecon724 b72b6c7179
Some checks failed
/ build (push) Failing after 1m6s
Update to 1.21.8
2025-10-17 20:48:21 +02:00

959 B

First, download NMS:

  • Download BuildTools, move it into an empty directory and run:
    java -jar BuildTools.jar --remapped --rev 1.21.8
    
    • Replace 1.21.8 of course
    • Do this for every Minecraft version you want to build for
    • You only need to do this once per Minecraft version

Then build the plugin:

  1. Clone this repository:
    git clone https://git.m724.eu/Minecon724/tweaks724
    cd tweaks724
    
    • You might want to target a release:
      git checkout tags/tweaks-0.1.15
      
  2. Build:
    ./mvnw package -Dproject.craftbukkit.version=v1_21_R5 -Dproject.minecraft.version=1.21.8
    
    • project.craftbukkit.version is the NMS version, to find here.
    • project.minecraft.version is the Minecraft version.

Look for tweaks-0.1.15+1.21.8.jar in target/