Filled Creating explosion particles

Discussion in 'Plugin Requests' started by ThatsHawt, Oct 8, 2016.

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

    ThatsHawt

    I just want to know if there is any way to summon/create tnt explosion particles?
    I have been searching for a good 10 min, and I think im just going to ask the community :p.

    I want to summon/create tnt explosion particles that dont harm players and dont break blocks.

    I dont want to handle an EntityDamageEvent and cancel if it was an explosion, because that means any player can negate any damage from an explosion. And I only want this ability to be used if you activate it.

    EDIT:

    All I had to do was this XD:
    Code:
    player.getWorld().spawnParticle(Particle.EXPLOSION_HUGE, player.getLocation(), 0);
     
    Last edited: Oct 8, 2016
Thread Status:
Not open for further replies.

Share This Page