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

Light_Blue duplicates messages. #362

Open Snoogles opened 9 years ago

Snoogles commented 9 years ago

When using this event:

    SHEEP@LIGHT_BLUE:
    - trigger: RIGHT_CLICK
      tool: sponge
      effect: POTION_BREAK
      event: DYE@WHITE
      message: "&aBAAA! You scrubbed the dye off the sheeps wool!"

It duplicates the messages for every other event. So if i use SHEEP@LIGHTBLUE every event with a message then duplicates its message.

    SHEEP@BLUE:
    - trigger: RIGHT_CLICK
      tool: sponge
      effect: POTION_BREAK
      event: DYE@WHITE
      message: "&aBAAA! You scrubbed the dye off the sheeps wool!"

This event then puts: BAAA! You scrubbed the dye off the sheeps wool! BAAA! You scrubbed the dye off the sheeps wool!"

If i remove ONLY the lightblue everything works correctly. Every other color works with no problem. I am assuming it has something to do with being the ONLY color with an (underscore) in it.