959 B
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:
- 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
- You might want to target a release:
- Build:
./mvnw package -Dproject.craftbukkit.version=v1_21_R5 -Dproject.minecraft.version=1.21.8project.craftbukkit.versionis the NMS version, to find here.project.minecraft.versionis the Minecraft version.
Look for tweaks-0.1.15+1.21.8.jar in target/