I need a plugin that if you mine a diamond ore you will get the diamond ore and not the diamond. Does anyone know a plugin that does that?
I want it to work without silk touch.There is an enchant that does that called silk touch
Does that support diamond_ore or iron_ore?
That's so kind! Do you have discord?Hey i will make it for you free

What is your discord?Pm me on telegram ![DOUBLEPOST=1531059981][/DOUBLEPOST]
or on Discord xd
I recommend using a switch statement and only setType() once, and you don't have to update the block state. You don't need to set event priority to highest either, normal is fine.check my Signature xd[DOUBLEPOST=1531061213][/DOUBLEPOST]
Source code: https://github.com/configfile/McMarket
Jar: http://www.mediafire.com/file/e5zp0spxde0pvy8/McMarket.jar
This is a shitty way of making this plugin, you can just check if the material name ends with "ORE", in which case, you drop the item of the block(like a diamond ore drops a diamond ore block or whatever), it'll work fool proof, no need for all these manual checks.I know its just for funny im coding xd, thanks anyways![]()
I don't want a quartz ore to go in my inventory.This is a shitty way of making this plugin, you can just check if the material name ends with "ORE", in which case, you drop the item of the block(like a diamond ore drops a diamond ore block or whatever), it'll work fool proof, no need for all these manual checks.
