
Addon for Coreprotect that protects buildings from explosions if the block was placed by the player
Protect your players’ builds from unwanted explosions
A lightweight Spigot/Paper plugin that uses CoreProtect to prevent explosions from destroying blocks placed by players.
ExplosionProtector hooks into all types of explosions (TNT, creeper, ender crystal, bed/respawn-anchor explosions, etc.) and checks each affected block’s origin via the CoreProtect API.
This is ideal for:
ExplosionProtector.jar. plugins/ directory. [ExplosionProtector] Plugin enabled: protecting player-placed blocks from explosions.
All settings are in plugins/ExplosionProtector/.
config.yml# config.yml
# Supported language codes: en, ru, es, zh, hi, ar, fr, de, ja, pt
language: en
On first run the plugin extracts:
messages.yml (default English)messages_ru.ymlmessages_es.ymlmessages_zh.ymlmessages_hi.ymlmessages_ar.ymlmessages_fr.ymlmessages_de.ymlmessages_ja.ymlmessages_pt.ymlEach contains all user-facing strings. To add or adjust translations, edit the corresponding file in the plugin’s folder.
All commands require the explosionprotector.info permission (default OP-only).
| Command | Description |
|---|---|
/ep status or /ep info |
Show plugin status and number of blocks protected in the last explosion. |
/ep language <code> |
(Admin) Change plugin language at runtime. Valid codes: en, ru, es, zh, hi, ar, fr, de, ja, pt. |
/ep status
# Status: enabled
# Blocks protected in last operation: 17
/ep language ru
# Language set to 'ru'.