
With PlacementPlugin, creative building on your server has never been easier!
An intuitive building tool for Paper/Spigot 1.20+ that lets you place blocks creatively through a configurable GUI and a special “Placeler” wand – no WorldEdit required.
/farmplace opens an inventory GUI with configurable blocks, plants, and water‑/lava‑source items.physics=false; water/lava stay static./pradius <1‑20>(2r + 1) × (2r + 1) blocks./plundo & /plredo roll back or restore multiple steps (stack‑based).&aGrass). All materials, GUI size, defaults, and permissions live in config.yml.plugins folder./reload confirm
plugins/PlacementPlugin/config.yml as needed and restart again.| Command | Description |
|---|---|
/farmplace |
Open the build GUI |
/pc |
Clear the current Placeler wand |
/pradius <n> |
Set placement radius (1 – 20) |
/plundo |
Undo last placement |
/plredo |
Redo last undo |
| Node | Purpose |
|---|---|
farmplace.use |
Open GUI |
farmplace.clear |
Clear wand |
farmplace.radius |
Change radius |
farmplace.undo |
Run undo |
farmplace.redo |
Run redo |
# plugins/PlacementPlugin/config.yml
farm-items:
TALL_GRASS: "&2Tall Grass"
FERN: "&2Ferns"
LARGE_FERN: "&2Large Ferns"
RED_MUSHROOM: "&cRed &4Mushrooms"
BROWN_MUSHROOM: "&6Brown &cMushrooms"
OXEYE_DAISY: "&fOxeye Daisy"
DANDELION: "&eDandelion"
POPPY: "&cPoppy"
SUNFLOWER: "&eSunflower"
LILAC: "&dLilac"
PEONY: "&dPeony"
ROSE_BUSH: "&cRose Bush"
LILY_PAD: "&2Lily Pad"
VINE: "&2Vines"
SUGAR_CANE: "&aSugar Cane"
CACTUS: "&2Cactus"
BAMBOO: "&aBamboo"
MOSS_CARPET: "&2Moss Carpet"
WATER: "&bWater"
LAVA: "&cLava"
# Add more items by increasing gui-size. Maximum: 54 Minimum: 9
gui-size: 27
gui-title: "&a&lItems"
default-radius: 1
max-radius: 20
Need help? • Open an issue • Join our Discord (https://discord.gg/XBZfsANgCP)