Solved TNT Radius Help!

Discussion in 'General Help' started by Turtle123mlg, Oct 1, 2016.

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

    Turtle123mlg

    I am trying to spawn a tnt that has a giant radius. Or a creeperspawn egg it has to be a spawn egg not a command this is for my players....
     
  2. @Turtle123mlg
    Here, I made a command for you:
    Code:text
    1. /give @p spawn_egg 1 0 {EntityTag:{id:"Creeper",ignited:1,ExplosionRadius:50,Fuse:0}}
    It will give you a Creeper spawn egg, which when placed on the ground will explode instantly with a rather large explosion radius (If you want it to be even bigger, just change the "ExplosionRadius" value to something higher. 127 seems to be the max value.)
     
    Last edited: Oct 2, 2016
  3. Offline

    Turtle123mlg

    When i do the command it says Error: null
     
  4. Offline

    oceantheskatr

    Try switching @p with your username to ensure the command works as it should.
     
  5. Offline

    I Al Istannen

    @Turtle123mlg
    Or if you use another plugin overwriting it:
    Code:text
    1. /minecraft:give @p spawn_egg 1 0 {EntityTag:{id:"Creeper",ignited:1,ExplosionRadius:50,Fuse:0}}
     
    oceantheskatr likes this.
  6. Offline

    Turtle123mlg

  7. Offline

    I Al Istannen

  8. Offline

    Turtle123mlg

    Ok, wait a minute is there anyway for the explosion to pause for a few seconds before exploding to give players time to run?
     
  9. Offline

    oceantheskatr

    I believe "Fuse:0" could be changed to give players time. I think it's based on ticks, so every 20 ticks is 1 second. 100 ticks would be 5 seconds because 20 * 5 = 100.
     
  10. Offline

    Turtle123mlg

    ok thanks
     
Thread Status:
Not open for further replies.

Share This Page