|
|
|
|
|
|
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 run a test server (which includes some example blocks and items):
- Enable the test-plugin (uncomment a line in
test-plugin.settings.gradle.kts) gradle-bin/refreshTestPluginDevBundle./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:
- Support block display entities
- Support falling block entities
- Automatically generate a resource pack
- Plugins can add resource pack contents
- Automatically server the resource pack
- Automatic block/item mapping API
Please feel free to join the project as a developer and contribute toward these goals!






