1
Hey guys, Im wondering if there is a plugn where I can stop items from dropping when the block is mined, for example, If someone mined coal ore, the ore or XP wont drop. COuld anyone help me with this please?
2
You can actually change this with:
/gamerule doTileDrops false
/gamerule doEntityDrops false
I hope this may help you :D
/gamerule doTileDrops false
/gamerule doEntityDrops false
I hope this may help you :D
u could use a repeating command block with /kill @e[type=item] so any item that is an entity, so its dropped on the ground, will disappear. for xp i think you can do /kill @e[type=xp_orb] or something like that
