Placeable Items
This plugin allows you to put custom any items on the floor, hang them on the walls and more
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Placeable Items
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 surfaces - `FLOOR` - only on floor - `CEILING` - only on ceiling - `WALL` - only on walls - `FLOOR_AND_WALL` - on floor and walls - `CEILING_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
1. Download the latest release of the plugin from the release page 2. Place the `.jar` file in your server's `plugins` folder 3. Restart the server or run `/reload` 4. Configure the plugin by editing `plugins/PlaceableItemsReworked/config.yml`
🛠️ Configuration
Main configuration parameters are in `config.yml`:
```yaml
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
1. Simple item placement: - Hold an item in your hand - Use `/tg` command to activate placement mode - Right-click on a block to place the item
2. Advanced settings: - Use `/cplace` command to access additional parameters - Configure scale, position and other settings - Place the item with custom settings
🐛 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