PalorderSMP-Tweaked is an open-source server-side mod created by PalorderSoftWorksOfficial. Feel free to contact me if you want new features added (but nothing too intense 😉).
Note: If you're looking for the
.jarwithout building, you’ll need to compile it yourself—let Gradle handle the hard work and it will generate a functional mod for you.
Clone this repository and locate the gradlew.bat file. Then, update your gradle.properties file with the following content:
# Sets default memory used for Gradle commands. Can be overridden by user or command line properties.
# Required to provide enough memory for Minecraft decompilation process
org.gradle.jvmargs=-Xmx4g -Xms4g -Xss2m
org.gradle.daemon=trueRun the gradlew.bat file. Wait until you see one of these messages on the last line:
Build CompletedSuccessfully Executed BuildSuccessfully Generated Build
Once the build completes:
- Look in the project root directory.
- Open the
buildfolder, then thelibsfolder inside it. - Inside, you’ll find the generated
.jarfile ready to use with Forge 1.20.1+.
If you encounter problems or bugs, report them here: PalorderSMP Issues Page
- JDK 17+ installed. Download from Adoptium
- At least 8GB RAM on your system (Gradle uses 4GB; the rest is for your system)
- Minecraft 1.20.1 compatible Forge loader
- Read the License for terms and usage.
- You can DM me on Discord for non-copylocked versions or commercial inquiries: @PalorderCorporation
- Repository: PalorderSMP on GitHub