Compatibility
Minecraft: Java Edition
1.21ā1.21.5
1.20.x
Platforms
Tags
Creators
Details
Licensed Apache-2.0
Published last year
š» PlacementPlugin š»
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.
āØĀ Features
- GUI Selection ā
/farmplaceopens an inventory GUI with configurable blocks, plants, and waterā/lavaāsource items. - Placeler Wand
- Rightāclick: places blocks with
physics=false; water/lava stay static. - Leftāclick: reāopens the GUI.
- Rightāclick: places blocks with
- Radius Mode ā
/pradius <1ā20>- 1Ā =Ā single block
- >1Ā =Ā square area of
(2rĀ +Ā 1)Ā ĆĀ (2rĀ +Ā 1)blocks.
- UndoĀ &Ā Redo ā
/plundoĀ &Ā/plredoroll back or restore multiple steps (stackābased). - Colorācoded Items & Flexible Config ā GUI titles and item labels accept Minecraft color codes (
&aGrass). All materials, GUI size, defaults, and permissions live inconfig.yml.
š Ā Installation
- Drop the JAR into your
pluginsfolder. - Restart the server or run:
/reload confirm - Adjust
plugins/PlacementPlugin/config.ymlas needed and restart again.
š»Ā Commands
| 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 |
šĀ Permissions
| Node | Purpose |
|---|---|
farmplace.use |
Open GUI |
farmplace.clear |
Clear wand |
farmplace.radius |
Change radius |
farmplace.undo |
Run undo |
farmplace.redo |
Run redo |
āĀ Configuration Snippet
# 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)


