OtherDrops

226k Downloads

Diamond Ore Block vs Diamond Block

fatmarley opened this issue ยท 4 comments

commented

So I have an issue. This is how I have setup my drops.

DIAMOND_ORE:
- tool: ALL
drop: STONE
world: [ALL, -terramine, -WorldGuard, -Arenas]
chance: 100
message: "&5You've made the mistake of mining in the wrong world."

But the issue I get is that if the break block 56 it works, if they break block 57 is also works. I just want it to be #56.

commented

I just tested this:

    DIAMOND_ORE:
      - tool: ALL
        drop: STONE
        world: [ALL, -terramine, -WorldGuard, -Arenas]
        chance: 100
        message: "&5You've made the mistake of mining in the wrong world."

And it works fine (ie. only for diamond ore). Perhaps it's an issue with how it's interacting with the rest of your config? Can you post the whole config to pastebin.com and copy a link here?

commented

Here you go and thanks for the help.

http://pastebin.com/yWFxSS0a

commented

I tested your config and seems to work fine... don't know how it could be affecting diamond blocks too. What version of Bukkit are you using?

commented

Closing issue as unanswered in 2 months.