▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/TempBuild
TempBuild

TempBuild

Extension to WorldGuard to create temporary building zones. Blocks placed in designated regions automatically decay after a configurable time period.

202
2

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

WorldGuard Flag Usage

TempBuild adds a custom WorldGuard flag called temp-build.

Setting Up a Temporary Build Region

# 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

OptionTypeDefaultDescription
blockDecayTimeInteger30Duration in seconds that blocks remain before decaying. Set to 0 or negative to disable decay entirely.
dropBlocksBooleantrueWhen true, blocks drop their items when the timer expires. When false, blocks simply vanish.
protectFromExplosionsBooleanfalseWhen true, blocks in the region are protected from explosion damage.
allowFireBurnBooleanfalseWhen true, fire can burn and destroy blocks in the region.
allowFireIgniteBooleanfalseWhen true, fire can be ignited in the region.
allowBlockSpreadBooleanfalseWhen true, blocks like fire and mushrooms can spread within the region.
allowReplaceNonCollidableBlocksBooleantrueWhen true, players can replace non-solid blocks (like grass, flowers, etc.) in the region.
allowLiquidFlowBooleanfalseWhen true, water and lava can flow within the region.
allowReplaceLiquidsBooleantrueWhen true, players can place blocks in liquid spaces. Warning: This also prevents placing blocks on water surfaces.
blockedBlocksList[]List of block types (e.g., TNT, OBSIDIAN) that cannot be placed in temporary build regions.

Commands

CommandDescriptionPermission
/tempbuild reloadReload plugin configurationtempbuild.command.reload

Permissions

PermissionDescriptionDefault
tempbuild.command.reloadAllows reloading the plugin configurationop

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:GPL-3.0-or-later
Опубликован:4 месяца назад
Обновлён:3 недели назад
Главная