TempBuild
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.5% endorsement rate
- 🏆 #97 of 262 game-mechanics mods in this game by downloads
📋 About This Mod
Extension to **WorldGuard** to create temporary building zones. Blocks placed in designated regions automatically decay after a configurable time period. ## Supported Platforms <a href="https://papermc.io/downloads/paper" target="_blank"><img src="https://raw.githubusercontent.com/intergrav/devins-badges/v2/assets/compact/supported/paper_46h.png" height="35"></a> <br> <a href="https://purpurmc.org/download/purpur" target="_blank"><img src="https://raw.githubusercontent.com/intergrav/devins-badges/v2/assets/compact/supported/purpur_46h.png" height="35"></a> ## Features - **WorldGuard Integration**: Adds custom `temp-build` region flag - **Automatic Block Decay**: Blocks placed in temp-build zones disappear after configured time - **Visual Feedback**: Shows block damage progress as decay timer counts down - **Configurable Drop Behavior**: Choose whether decaying blocks drop items or vanish ## Dependencies - (https://dev.bukkit.org/projects/worldguard) - Region protection and custom flags ## WorldGuard Flag Usage TempBuild adds a custom WorldGuard flag called `temp-build`. ### Setting Up a Temporary Build Region ```bash # Allow temporary building in a region /region flag <region-name> temp-build allow # Disable temporary building (default behavior) /region flag <region-name> temp-build deny ``` ### ⚠️ IMPORTANT For the `temp-build` flag to work properly, you must ensure that no other WorldGuard flags are blocking block placement in the region. If players still cannot place blocks despite `temp-build` being set to ALLOW, check for conflicting flags like `passthrough`, `build`, or other protection flags that may be preventing block placement. ## Configuration Options | Option | Type | Default | Description | |--------|------|---------|-------------| | `blockDecayTime` | Integer | `30` | Duration in seconds that blocks remain before decaying. Set to `0` or negative to disable decay entirely. | | `dropBlocks` | Boolean | `true` | When `true`, blocks drop their items when the timer expires. When `false`, blocks simply vanish. | | `protectFromExplosions` | Boolean | `false` | When `true`, blocks in the region are protected from explosion damage. | | `allowFireBurn` | Boolean | `false` | When `true`, fire can burn and destroy blocks in the region. | | `allowFireIgnite` | Boolean | `false` | When `true`, fire can be ignited in the region. | | `allowBlockSpread` | Boolean | `false` | When `true`, blocks like fire and mushrooms can spread within the region. | | `allowReplaceNonCollidableBlocks` | Boolean | `true` | When `true`, players can replace non-solid blocks (like grass, flowers, etc.) in the region. | | `allowLiquidFlow` | Boolean | `false` | When `true`, water and lava can flow within the region. | | `allowReplaceLiquids` | Boolean | `true` | When `true`, players can place blocks in liquid spaces. **Warning**: This also prevents placing blocks on water surfaces. | | `blockedBlocks` | List | `` | List of block types (e.g., `TNT`, `OBSIDIAN`) that cannot be placed in temporary build regions. | ## Commands | Command | Description | Permission | |---------|-------------|------------| | `/tempbuild reload` | Reload plugin configuration | `tempbuild.command.reload` | ## Permissions | Permission | Description | Default | |------------|-------------|---------| | `tempbuild.command.reload` | Allows reloading the plugin configuration | `op` |
Extension to WorldGuard to create temporary building zones. Blocks placed in designated regions automatically decay after a configurable time period.
## Supported Platforms
## Features
- WorldGuard Integration: Adds custom `temp-build` region flag
- Automatic Block Decay: Blocks placed in temp-build zones disappear after configured time
- Visual Feedback: Shows block damage progress as decay timer counts down
- Configurable Drop Behavior: Choose whether decaying blocks drop items or vanish
## Dependencies - (https://dev.bukkit.org/projects/worldguard) - Region protection and custom flags
## WorldGuard Flag Usage
TempBuild adds a custom WorldGuard flag called `temp-build`.
### Setting Up a Temporary Build Region
```bash
# Allow temporary building in a region
/region flag
# Disable temporary building (default behavior)
/region flag
### ⚠️ IMPORTANT
For the `temp-build` flag to work properly, you must ensure that no other WorldGuard flags are blocking block placement in the region. If players still cannot place blocks despite `temp-build` being set to ALLOW, check for conflicting flags like `passthrough`, `build`, or other protection flags that may be preventing block placement.
## Configuration Options
| Option | Type | Default | Description | |--------|------|---------|-------------| | `blockDecayTime` | Integer | `30` | Duration in seconds that blocks remain before decaying. Set to `0` or negative to disable decay entirely. | | `dropBlocks` | Boolean | `true` | When `true`, blocks drop their items when the timer expires. When `false`, blocks simply vanish. | | `protectFromExplosions` | Boolean | `false` | When `true`, blocks in the region are protected from explosion damage. | | `allowFireBurn` | Boolean | `false` | When `true`, fire can burn and destroy blocks in the region. | | `allowFireIgnite` | Boolean | `false` | When `true`, fire can be ignited in the region. | | `allowBlockSpread` | Boolean | `false` | When `true`, blocks like fire and mushrooms can spread within the region. | | `allowReplaceNonCollidableBlocks` | Boolean | `true` | When `true`, players can replace non-solid blocks (like grass, flowers, etc.) in the region. | | `allowLiquidFlow` | Boolean | `false` | When `true`, water and lava can flow within the region. | | `allowReplaceLiquids` | Boolean | `true` | When `true`, players can place blocks in liquid spaces. Warning: This also prevents placing blocks on water surfaces. | | `blockedBlocks` | List | `[]` | List of block types (e.g., `TNT`, `OBSIDIAN`) that cannot be placed in temporary build regions. |
## Commands
| Command | Description | Permission | |---------|-------------|------------| | `/tempbuild reload` | Reload plugin configuration | `tempbuild.command.reload` |
## Permissions
| Permission | Description | Default | |------------|-------------|---------| | `tempbuild.command.reload` | Allows reloading the plugin configuration | `op` |
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- flezy
- Version
- 1.0.3
- Downloads
- 635
- Endorsements
- 3
- Category
- game-mechanics
- Created
- 11/18/2025
- Updated
- 2/20/2026
- Game Versions
- 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4
- Tags
- game-mechanics, management, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does TempBuild support?
The author lists 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20. Other versions may work but are untested by the author.
What is the latest version of TempBuild?
Version 1.0.3, published 2026-02-20 with 635 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await