InstaTnT: Endless fun (and havoc) [Sponge Plugin Official Thread]

InstaTnT - Instantly igniting TnT

Run /instaboom. Place a block of TnT. You might want to run. KA-BOOM! Welcome to InstaTnT, a seriously fun plugin!

FAQ:
Is ITNT available for Sponge?
Not yet. Sponge isn’t finished!
Bukkit?
I’ll get the link later.
** Commands & Perms **
/instatnt: Toggle ITNT
/instatnt reload: Take a guess :stuck_out_tongue:
/instatnt help: help menu
Alias /instaboom

Perms:
instatnt.use: Self explanatory
Leave comments or suggestions below!

Now to be a troll and code in InstaCreeper.

Hah. Top of my todo list.
@Moonseeker12

Now I can blow up my friends’ houses even FASTER!

@Gir357 Well.
Anyway, I plan to add a “Safe Area” option for safety.

I’ve done everything I can before SpongeAPI is more stable.

Sounds like the good old d&d wizard killer spell, makes a demon appear and kill the closest wizard, range 2 cm

Uh… What? Lol.

Source pls! For srs!

    @EventHandler(priority = EventPriority.HIGH)
public void onTntPlace(BlockPlaceEvent event){
    if (event.getBlock().getType().equals(Material.TNT)){
        event.getBlock().setType(Material.AIR);
        TNTPrimed tnt = event.getBlock().getLocation().getWorld().spawn(event.getBlock().getLocation().add(0.5, 0.2, 0.5), TNTPrimed.class);        
    }        
}

Ps: that 0.2 added to Y is to prevent visual glitch