Zarius / Bukkit-OtherBlocks

OtherBlocks (now known as OtherDrops) plugin for Bukkit (dev build: https://www.mediafire.com/?i6ows1g6kus2o0l)
http://dev.bukkit.org/server-mods/otherdrops/
GNU General Public License v3.0
17 stars 17 forks source link

consumeitem/tool cancel #254

Open ghost opened 11 years ago

ghost commented 11 years ago

For example, if you set consumeitem to Glowstonedust (3) and you only have one - cancel the action.

Same for tools, if they don't have enough durability.

Zarius commented 11 years ago

There is a way around it with "tool: redstone_dust/3" requiring 3 of that item before the section will process.

I do think that it might be more intuitive if the event was cancelled upon not having enough though, will think about it.