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

Spaces in mob names not working. #299

Open charlie1990 opened 10 years ago

charlie1990 commented 10 years ago

This has been happening for a long time now, just never got around to posting this.

This does NOT work.

SPIDER~&aSpider Queen:
    - drop: DIAMOND

These DO work.

SPIDER~&aSpider_Queen:
    - drop: DIAMOND

SPIDER~&aSpiderQueen:
    - drop: DIAMOND
zerafox commented 10 years ago

You're not supposed to be using spaces in names if I recall... The Underscore reads as a space in the yml file, where a space isn't read properly and is assumed to be part of the parsing, which causes problems.. Just stick with the Underscores

charlie1990 commented 10 years ago

No, underscores in names are read as underscores, this is a known bug for OtherDrops though, there was a note about it in one of the patch notes, I think it was just forgotten though.