TinyPlugin Creeper no explod blocks

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

YES end of creeper (and charged creeper) 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);
    }
}

 

1.04Ko

 

please comment (and translate), thx

 

enjoy


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    317621
  • Created
    Mar 17, 2019
  • Last Released File
    Apr 24, 2019
  • Total Downloads
    2,782
  • License

Categories

Members

Recent Files