Solved World.createExplosion

Discussion in 'Plugin Development' started by alex123099, Sep 1, 2013.

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

    alex123099

    Hi all,
    I was wondering if the function world.createExplosion() deals entity damage?

    Thank you in advance.
     
  2. alex123099
    Depends on the power. If it's more than 0, then yes.
     
  3. Offline

    ASHninja1997

    alex123099
    world.createExplosion(location, radius);
     
  4. ASHninja1997
    That's not what he asked.. next time read the OP.
     
  5. Offline

    alex123099

    Assist
    So if it does NOT deal damage is it due some other plugin blocking it?
     
  6. alex123099
    If the explosion power is more than 0, then most likely yes. Are you having an issue with this?
     
  7. Offline

    alex123099

    Assist
    No it's fine, I was just wondering why no damage was dealt even though the power is above 0.
    I also know that the server I'm testing my plugin on has explosion damage blocked so I was wondering whether it is because the function only causes an effect or because of the other plugin blocking the damage.

    Thank you for your help!
     
Thread Status:
Not open for further replies.

Share This Page