|
|
|
|
|
|
Fiddle is a Paper server fork that lets plugins add new blocks and items into Minecraft.
Fiddle:
- adds new blocks and items natively
- works with existing Bukkit plugins
- works with vanilla clients
You are very welcome to help with implementation, testing, sharing knowledge or giving suggestions.
Fiddle is a drop-in replacement for Paper.
There are no builds available at the moment, but you can build Fiddle yourself by cloning the project and doing:
./gradlew applyPatches- Create a runnable server jar with
./gradlew createMojmapPaperclipJar(the jar file will be placed infiddle-server/build/libs)
You can easily run a test server (which includes some example blocks and items):
./gradlew applyPatches./gradlew runDevServer
See the wiki!
An experimental version of Fiddle is already running on a small community server.
You can join sucraft.org (Minecraft 1.19.2) and do /warp Demo to see it in action yourself.
The next goals of the project are:
- Improve resource pack API
- Unused block state claiming API
- Support block display entities
- Support falling block entities
- Provide more ways to serve the resource pack
- Send blocks and items to client mod
Please feel free to join the project as a developer and contribute toward these goals!






