Commands:
/explosioncontroller <enable|disable> <type> <world> <blockdamage|playerdamage>
/exco <enable|disable> <type> <world> <blockdamage|playerdamage>
Parameters:
- <enable|disable> – enable or disable the explosion effect
- <type> – explosion type (TNT, CREEPER, ENDER_CRYSTAL, MINECART_TNT)
- <world> – world name (e.g., world, world_nether, world_the_end) or every_world for global settings
- <blockdamage|playerdamage> – whether the explosion damages blocks or players
Examples:
/exco disable tnt world blockdamage → prevent TNT from breaking blocks in world
/exco enable creeper every_world playerdamage → allow creeper to damage players everywhere
Notes:
- Tab-completion works for all arguments, making commands easy to type
- Only OPs or users with explosioncontroller.* permission can use the commands
- Changes take effect immediately; no server reload is required
- Config is saved automatically in config.yml
Advanced Usage:
- Edit config.yml manually for permanent world-specific or global settings
- Add new explosion types by using the exact EntityType name