Name | Explode |
Syntax | explode (power:<#.#>) (<location>) (fire) (breakblocks) (source:<entity>) |
Short Description | Causes an explosion at the location. |
Full Description | This command causes an explosion at the location specified (or the npc / player location).
By default, this will not destroy blocks or set fire to blocks within the explosion. Specify the 'fire' argument to set blocks on fire within the explosion radius. Specify the 'breakblocks' argument to cause the explosion to break blocks within the power radius. If no power is specified, the default power will be 1. If no location is given, the default will be the linked NPC or player's location. It is highly recommended you specify a location to be safe. Optionally specify a source entity that will be tracked as the damage cause. |
Related Tags | None
|
Usage Example |
|
Usage Example |
|
Usage Example |
|
Usage Example |
|
Synonyms (Search Aid) | detonate, bomb, tnt |
Group | world |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/ExplodeCommand.java#L22 |