Work in progressPapyrus is under active development — expect breaking changes, incomplete features, and limited production support.
Skip to content

Work in progress

Papyrus is a WIP project. Builds are provided for testing — not recommended for production servers yet.

Loading releases…

Manual download

Stable releases

Each release ships one jar per supported Minecraft version:

MinecraftFile
26.1.2Papyrus-26.1.2.jar
1.21.11Papyrus-1.21.11.jar
1.21.10Papyrus-1.21.10.jar
1.21.8Papyrus-1.21.8.jar
1.21.4Papyrus-1.21.4.jar

Release tags use semantic fork versioning (v1.0.0, v1.0.1, …). Jar filenames always reflect the Minecraft version, not the release tag.

Dev builds (CI)

  1. Open Build Papyrus on GitHub Actions
  2. Click the latest successful run on main
  3. Download the papyrus-server-<mc> artifact for your Minecraft version (e.g. papyrus-server-26.1.2)

Build from source

bash
git clone https://github.com/codingsushi79/Papyrus.git
cd Papyrus
./gradlew applyPatches createPaperclipJar syncPapyrusPaperclipJar

Output: papyrus-server/build/distributions/papyrus-paperclip-<version>.jar

See Building for the full workflow.

Requirements

  • Java 21+ to run (Java 25 recommended)
  • Accept the Minecraft EULA on first boot (eula.txt)

Next steps

GPL/MIT · Papyrus by SushiMC