A plugin for PumpkinMC that adds support for PaperMC, Spigot, and Bukkit plugins.
Important
Currently PatchBukkit is in heavy development, as such releases are not yet available.
- Requirement: Install Java 25 or newer.
- Download: Grab the library matching your operating system from the Releases page:
- patchbukkit-windows-x86.dll (Windows)
- patchbukkit-linux-x86.so (Linux x86_64)
- patchbukkit-linux-aarch64.so (Linux ARM64/ Raspberry Pi)
- patchbukkit-mac.dylib (macOS)
- Deploy: Place the downloaded file into your PumpkinMC
plugins/directory. (Run PumpkinMC once to generate this folder if it doesn't exist). - Initialize: Restart PumpkinMC. This creates a new
patchbukkit/directory in your server root. - Add Plugins: Drop your .jar plugin files (Paper/Spigot/Bukkit) into the newly created
patchbukkit/patchbukkit-plugins/folder and restart.
If you wish to contribute to PatchBukkit, follow the following steps:
Note
Your PumpkinMC server must be built with the same nightly toolchain as PatchBukkit.
- Run
./build.sh - Copy the
target/debug/patchbukkitbinary to thepluginsdirectory in your PumpkinMC server.
There is also an architecture guide available.