1

Looking for a plugin

lolipopkid101's Avatar lolipopkid1012/8/14 3:21 am
2/8/2014 4:40 am
FuzionPVPServer's Avatar FuzionPVPServer
i need a plugin that allows you to mines ores and get there entities with out smelting, but work also if they have fortune

Thanks

~Lolly
Posted by lolipopkid101's Avatar
lolipopkid101
Level 11 : Journeyman Network
8

Create an account or sign in to comment.

3

FuzionPVPServer
02/08/2014 4:40 am
Level 8 : Apprentice Network
FuzionPVPServer's Avatar
@EventHandler
public void onBrockBreak(BlockBreakEvent event){
Block b = event.getBlock();
ItemStack dia = new ItemStack(Material.DIAMOND);
Player p = event.getPlayer();
PlayerInventory pi = p.getInventory();
if(b.getType() == Material.DIAMOND_ORE){
pi.addItem(dia);
}
}
1
xtom9
02/08/2014 4:38 am
Level 2 : Apprentice Explorer
xtom9's Avatar
Don't post this under server recruitment please.
1
lolipopkid101
02/08/2014 4:36 am
Level 11 : Journeyman Network
lolipopkid101's Avatar
need a plugin asap!!!
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome