Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Explosion Control
PluginLicenseRef-All-Rights-Reserved

Explosion Control

Take full control of every explosion on your server. ExplosionControl lets you tune creeper, TNT, and End Crystal blasts independently — adjust blast radius, block drops, and player damage per explosion type. Amazing stuff: Pet Protection.

60
Downloads
0
Followers
1 months ago
Updated
📦
6
Versions
game-mechanicspaper
Download Latestv0.1.2View on Modrinth

📖About Explosion Control

💥 ExplosionControl

Fine-grained control over explosions on your server.
Tune block damage, drop rates, player damage, and blast radius — per source, per world — all without restarting.


✨ What It Does

ExplosionControl lets you configure Creeper, TNT, and End Crystal explosions independently.
Each source has its own set of rules you can adjust live from in-game commands or the config file.

  • Toggle block destruction on or off per explosion type
  • Scale blast radius (shrink craters or make them massive)
  • Control block drop chance (no drops, vanilla drops, or everything drops)
  • Toggle player damage per type
  • Multiply damage dealt to players
  • Adjust how far the damage reaches
  • Restrict the plugin to specific worlds (whitelist or blacklist)
  • Enable pet protection to keep tamed animals safe from all explosions

⚙️ Configuration

Every setting lives in config.yml and can also be changed live using /ec commands.

worlds:
  mode: whitelist       # whitelist or blacklist
  list:
    - world

pet-protection: false   # true = tamed animals immune to all explosions

explosions:

  creeper:
    block-damage:
      enabled: true
      radius-multiplier: 1.0   # 0=off  0.5=half  2.0=double
      drop-chance: 0.3         # 0.0=none  0.3=vanilla  1.0=all drop
    player-damage:
      enabled: true
      damage-multiplier: 1.0   # 0=no dmg  2.0=double
      radius-multiplier: 1.0   # 0.5=shorter reach  2.0=longer

  tnt:        # same structure as creeper
  end_crystal: # same structure as creeper

🔧 Commands

All commands require the explosioncontrol.use permission (default: OP).

Command Description
/ec status [type] Show current settings
/ec reload Reload config.yml without restarting
/ec <type|all> block radius <x> Set crater size multiplier
/ec <type|all> block drop <0–1> Set block drop chance
/ec <type|all> player damage <x> Set player damage multiplier
/ec <type|all> player radius <x> Set player damage reach
/ec worlds mode <whitelist|blacklist> Change world mode
/ec worlds add/remove/list <world> Manage world list
/ec pets <on|off> Toggle pet protection

Aliases: /ec · /cc · /explosioncontrol

Types: creeper · tnt · crystal · all


📋 Permissions

Permission Default Description
explosioncontrol.use OP Access to all ExplosionControl commands

📦 Installation

  1. Download ExplosionControl-x.x.x.jar
  2. Drop it into your server's /plugins/ folder
  3. Restart the server
  4. Edit plugins/ExplosionControl/config.yml as needed, or use /ec commands in-game

🖥️ Requirements

Platform Paper 1.21.4+
Java 21+

📝 Changelog

v0.1.2

  • Updated Paper API target to 1.21.4-R0.1-SNAPSHOT
  • Fixed TNT and End Crystal player damage not applying on Paper 1.21.4+ (now correctly handled via EntityDamageEvent)
  • Fixed a memory leak where explosion data could accumulate when no players were nearby
  • Replaced deprecated ChatColor API with Adventure LegacyComponentSerializer to silence Paper warnings

Made by reval_911 · Discord: reval_911

👥 Team & Contributors

reval_911
reval_911Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.21.41.21.51.21.61.21.71.21.81.21.91.21.101.21.11

🔗 Links

Modrinth Page