promotional bannermobile promotional banner

TinyPlugin Creeper no explod blocks

Abandoned
creeper don't break your world
Back to Files

pq_stop_creeper_stop.jar

File namepq_stop_creeper_stop.jar
Uploaded
Apr 24, 2019
Downloads
2.5K
Size
1.0 KB
File ID
2703128
Type
R
Release
Supported game versions
  • 1.13

What's new

YES end of creepers explosions, but others mob are normal

 

source code (is an emplosion? its a creeper? stop.):

 

@EventHandler public void onEntityExplode(EntityExplodeEvent event){
    if(event.getEntity().getType() == EntityType.CREEPER){
        event.setCancelled(true);
    }
}

This mod has no additional files