1
Hello. I run a prison server and when I make a clay mine I want it to drop clay blocks not clay balls. Same with snow balls. how do I do it? Thanks
1
Silk touch? xD
Other than that you could look for a plugin or there is this plugin called Skript where you can make your own mini-plugins like that. Just look it up on Bukkit and the skript would be something like this:
on break of clay block:
cancel event
drop clay block
stop trigger
Other than that you could look for a plugin or there is this plugin called Skript where you can make your own mini-plugins like that. Just look it up on Bukkit and the skript would be something like this:
on break of clay block:
cancel event
drop clay block
stop trigger
