explotions

Discussion in 'Plugin Development' started by MrTheNewGuy, Apr 7, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    MrTheNewGuy

    I know how i can create explotions, but how do i make them that the explotion don't destroy the world but only hurt players?
     
  2. Offline

    Nitnelave

    world.createExplosion (x, y, z, float power, boolean setBlocksOnFire, boolean damageWorld)
    You want the last boolean to be false. Probably the one before, too.
     
Thread Status:
Not open for further replies.

Share This Page