Nerf or disable Crystal PvP and anchor damage on SMPs without fully banning them.
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.
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:
/boomcontrol reload
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
"disabled"
โ Crystals won't explode at all."self"
โ Only the player who triggered the explosion takes damage."vanilla"
โ Default Minecraft behavior.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.
/boomcontrol reload
Reloads the plugin configuration without restarting the server.
โ ๏ธ Note: The enabled
toggle and crystal.enabled
require a restart.
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.
BoomControl now supports disabling the plugin entirely in specific worlds via a blacklist configured in settings.yml
. This is useful if you want BoomControl to be completely inactive in certain worlds (like the Nether, End, or lobby worlds), regardless of region flags or other settings.
blacklisted_worlds:
- world_nether
- world_the_end
blacklisted_worlds
, BoomControl will be fully disabled in that world.BoomControl integrates with WorldGuard to support region-based control using a custom flag.
boomcontrol
FlagIf 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.
DENY
in a region, BoomControl will be disabled there completely.ALLOW
, BoomControl will apply as configured in settings.yml
.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
ALLOW
.No bloat. No complex dependencies. Just simple, effective explosion control. Make your SMP safer and more balanced with BoomControl.