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

tool: parameter not respected? #354

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hey there, I was just testing a few things out, and it seem as though in the following example, the tool name inside the tool parameter isn't respected and that any Arcane Door Key with the meta ID of 1 can be used to proc the following drops/commands. Or am I just doing something wrong?

IRONCHEST_BLOCKIRONCHEST@1:
    - trigger: [LEFT_CLICK]
      permission: gtt
      tool: THAUMCRAFT_ARCANEDOORKEY@1~&bGolden Treasure Chest Key
      consumetool: 1
      message: '&3You have unlocked the &6Golden Treasure Chest&3.'
      command: ['/$ pex user %p add phatloots.loot.Golden-Treasure-Chest','/$ pex user %p remove otherdrops.custom.gtt']
    - trigger: [HIT]
      command: /$ pex user %p remove phatloots.loot.Golden-Treasure-Chest
      delay: 6000 
Zarius commented 9 years ago

What version of OtherDrops are you running? On 28/01/2015 8:54 pm, "AnodyneEntity" notifications@github.com wrote:

Hey there, I was just testing a few things out, and it seem as though in the following example, the tool name inside the tool parameter isn't respected and that any Arcane Door Key with the meta ID of 1 can be used to proc the following drops/commands. Or am I just doing something wrong?

IRONCHEST_BLOCKIRONCHEST@1:

  • trigger: [LEFT_CLICK] permission: gtt tool: THAUMCRAFT_ARCANEDOORKEY@1~&bGolden Treasure Chest Key consumetool: 1 message: '&3You have unlocked the &6Golden Treasure Chest&3.' command: ['/$ pex user %p add phatloots.loot.Golden-Treasure-Chest','/$ pex user %p remove otherdrops.custom.gtt']
  • trigger: [HIT] command: /$ pex user %p remove phatloots.loot.Golden-Treasure-Chest delay: 6000

— Reply to this email directly or view it on GitHub https://github.com/Zarius/Bukkit-OtherBlocks/issues/354.

ghost commented 9 years ago

Build 593.

Zarius commented 9 years ago

Did you get it working? On 06/02/2015 10:28 am, "AnodyneEntity" notifications@github.com wrote:

Closed #354 https://github.com/Zarius/Bukkit-OtherBlocks/issues/354.

— Reply to this email directly or view it on GitHub https://github.com/Zarius/Bukkit-OtherBlocks/issues/354#event-231174990.

ghost commented 9 years ago

Oh yes, I did. Sorry about not replying after so long.