
๐ฅ Boomcontrol v1.0.3
Nerf or disable Crystal PvP and anchor damage on SMPs without fully banning them.
๐ฅ BoomControl
BoomControl is a lightweight and focused plugin designed specifically for SMP servers that want to limit or nerf Crystal PvP. It offers fine-tuned control over End Crystal and Respawn Anchor explosions to prevent unfair advantages or griefing, while keeping gameplay fun and balanced.
๐ฏ Why BoomControl?
On many SMPs, End Crystals and Respawn Anchors are used in PvP for massive burst damage. BoomControl gives you full control over how these items behave:
- Disable or weaken crystal PvP
- Prevent griefing through explosion block damage
- Make explosions only damage the attacker
- Keep your SMP fun and fair without banning crystals entirely
๐ง Features
- โ Toggle the plugin globally
- ๐ Reload settings on the fly with
/boomcontrol reload
- ๐งจ Full control over End Crystal behavior
- ๐ Full control over Respawn Anchors
- โ Block explosion grief (block breaking & fire)
- ๐ข Custom denial messages for blocked actions
๐งจ Crystal Settings
crystal:
enabled: true # REQUIRES server restart to change
mode: "self" # Options: "disabled", "self", "vanilla"
break-blocks: false # Prevents block damage
start-fire: false # Stops fire on explosion
show-deny-message: true # Inform players when blocked
Modes:
"disabled"
โ Crystals won't explode at all."self"
โ Only the player who triggered the explosion takes damage."vanilla"
โ Default Minecraft behavior.
๐ Respawn Anchor Settings
anchor:
enabled: true
mode: "self" # Same options as crystal
break-blocks: true
start-fire: true
show-deny-message: true
Perfect for controlling Nether-based PvP or creative mechanics using anchors.
๐ Command
/boomcontrol reload
Reloads the plugin configuration without restarting the server.
โ ๏ธ Note: The enabled
toggle and crystal.enabled
require a restart.
๐จ๏ธ Custom Messages
messages:
crystal-denied: "&cCrystal PvP is disabled on this server."
anchor-denied: "&cRespawn anchor damage is not allowed."
Use color codes (&c
, &7
, etc.) to style your messages.
๐ณ๏ธ WorldGuard Integration (Optional)
BoomControl integrates with WorldGuard to support region-based control using a custom flag.
๐ boomcontrol
Flag
If WorldGuard is installed, BoomControl registers a custom region flag:
boomcontrol
This flag allows you to disable BoomControl in specific regions, even if the plugin is globally enabled.
๐งฐ How It Works
- If the flag is set to
DENY
in a region, BoomControl will be disabled there completely.
Explosion behavior in that region will follow normal Minecraft mechanics. - If the flag is not set or explicitly
ALLOW
, BoomControl will apply as configured insettings.yml
.
๐งช Example
To disable BoomControl inside a region:
/rg flag spawn boomcontrol deny
To enable it again:
/rg flag spawn boomcontrol allow
To remove the flag entirely:
/rg flag spawn -r boomcontrol
โ Default Behavior
- If the flag is not set, BoomControl assumes
ALLOW
. - This means BoomControl is active everywhere by default, unless explicitly denied via region flag.
๐ง Perfect For
- ๐ฐ SMP servers
- ๐ Anti-grief setups
- โ๏ธ PvP practice worlds with restricted meta
- ๐ก๏ธ Survival servers with balanced combat
โ Lightweight & Reliable
No bloat. No complex dependencies. Just simple, effective explosion control. Make your SMP safer and more balanced with BoomControl.