WorldPumpkin
WorldPumpkin is a small world editing plugin for Pumpkin Minecraft servers.
It provides WorldEdit-like selection commands, queued block edits, undo and redo history, and configurable edit limits.
Quick Start
- Download the latest
world_pumpkin.wasmrelease artifact. - Put the plugin file into your Pumpkin server plugin folder.
- Start or restart the server.
- Select two positions with
//pos1and//pos2. - Run an edit command such as
//set stone.
Common Workflow
//pos1
//pos2
//set stone
//undo
//redo
Commands can be typed with the double-slash form shown above. WorldPumpkin also registers slash commands internally, so command completion can work where Pumpkin exposes it.