HippoPlayz submitted a new resource: Auto Block Pickup - Automatically Pickup Blocks Read more about this resource...
HippoPlayz updated Auto Block Pickup with a new update entry: Bug Fixing Read the rest of this update entry...
If you put DIAMOND_ORE into the config it should give the player diamonds when they mine the block. I will test that though.
HippoPlayz updated Auto Block Pickup with a new update entry: Ore's fixed Read the rest of this update entry...
if ((player.hasPermission("apb.allow")) || (player.isOp())) { Block block = e.getBlock(); Does this mean that you have to be OP in able to use auto inventory. Because players on my server that are not op aren't able to use it.
No, they can also have the permission 'apb.allow' the '||' is classed in the English word 'or' by Java.
I give abp.allow permission to players but only OP's can take items. This is not working for players! -Edit: You did the permission wrong. The working one is apb.allow it worked when I give apb.allow to players! Fix that