(Official) LUA Scripting Documentation
explosion
Create an explosion.
Spec:
explosion(
long x,
long y,
long z,
long radius,
long strength)
Parameters
x
: The x component of the map point of the explosion.y
: The y component of the map point of the explosion.z
: The z component of the map point of the explosion.radius
: The radius of the explosion specified in blocksstrength
: The strength of the explosion (some blocks are resistant to low strength explosions
Players and NPCs in the vicinity of the explosions can also be damaged
Example
explosion(100,200,300,30,5)
Incomplete
This documentation is incomplete