1

Looking for a plugin

lolipopkid101 2/8/14 3:21 am
75
2/8/2014 4:40 am
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
Level 11 : Journeyman Network
8

  Have something to say?

JoinSign in

3

FuzionPVPServer
02/08/2014 4:40 am
Level 8 : Apprentice Network
@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
Don't post this under server recruitment please.
1
lolipopkid101
02/08/2014 4:36 am
Level 11 : Journeyman Network
need a plugin asap!!!
1

Welcome