File Details
BlockEffects V1.1
- R
- Sep 29, 2015
- 3.92 KB
- 662
- 1.8.1
File Name
BlockEffects_V1.1.jar
Supported Versions
- 1.8.1

BlockEffects V1.1
Added:
-Permissions
-Changed:....> from: e.getBlock().getType(Material.AIR); > (The block that is placed, will go to air)
..................> to: e.setCancelled(true); > (The event won't happen)
This means that when a block is placed on top of something like grass or snow, it won't disappear.
Back to Main Page
