
Placeable Items
This plugin allows you to put custom any items on the floor, hang them on the walls and more
WARNING: NEW VERSION IS ONLY NEW BETA
PlaceableItemsReworked
PlaceableItemsReworked is a powerful Minecraft plugin that allows players to place items in the game world with advanced settings and capabilities.
📋 Description
This plugin provides players with the ability to place items in the Minecraft world with various parameters such as:
- Fixed or free placement
- Scale and position adjustment
- Different placement types (floor, ceiling, walls)
- Hitbox customization
- Sound effects on interaction
🎮 Features
✅ Two main commands:
/tg- simple command to toggle placement modes (available to all players)/cplace- advanced command for administrators with additional settings
✅ Flexible placement settings:
- Fixed placement (block center) or free placement
- Item scale adjustment
- Surface offset
- Hitbox customization (size and shape)
✅ Various placement types:
ALL- placement on any surfacesFLOOR- only on floorCEILING- only on ceilingWALL- only on wallsFLOOR_AND_WALL- on floor and wallsCEILING_AND_WALL- on ceiling and walls
✅ Sound effects:
- Sound when placing an item
- Sound when breaking/picking up an item
- Sound on interaction (optional)
✅ Multi-language support:
- English (default)
- Russian
✅ Other features:
- Setting the number of clicks to break an item
- ASCII art on plugin startup (optional)
📦 Installation
- Download the latest release of the plugin from the release page
- Place the
.jarfile in your server'spluginsfolder - Restart the server or run
/reload - Configure the plugin by editing
plugins/PlaceableItemsReworked/config.yml
🛠️ Configuration
Main configuration parameters are in config.yml:
# Plugin language (en, ru)
language: en
# Enable ASCII art on startup
enable-ascii-art: true
# Default settings for /tg command
default-fallback-for-tg:
default:
# Fixed position (true - block center, false - free)
fixed: false
# Item centering
centered: false
# Item scale
scale: 1.0
# Surface offset (only for free mode)
offset: 0.5
# Item hitbox
hitbox:
x: 0.25
y: 0.5
z: 0.25
# Placement type
placeType: ALL
# Break count
breakCount: 3
# Item sounds
sounds:
place: "minecraft:block.wool.place"
break: "minecraft:block.wool.break"
interact: ""
🎯 Commands
/tg or /toggle
Simple command to toggle placement modes.
Permission: placeableitems.tg (available to all players by default)
/cplace or /cpl
Advanced command for administrators with additional settings.
Permission: placeableitems.admin (available only to operators)
Usage:
/cplace <subcommand>
🔧 Permissions
| Permission | Description | Default |
|---|---|---|
placeableitems.tg | Allows using /tg command | true (all players) |
placeableitems.admin | Allows using /cplace command and reload configuration | op (operators only) |
📝 Usage Examples
-
Simple item placement:
- Hold an item in your hand
- Use
/tgcommand to activate placement mode - Right-click on a block to place the item
-
Advanced settings:
- Use
/cplacecommand to access additional parameters - Configure scale, position and other settings
- Place the item with custom settings
- Use
🐛 Bug Reports and Suggestions
If you find a bug or have suggestions for improving the plugin, please create an issue on the project page.
🙏 Acknowledgements
Thank you to everyone who has contributed to this project and helped make it better!
© 2026 PlaceableItemsReworked Team
