Names with underscores unable to create vaults
jastice opened this issue ยท 1 comments
From http://dev.bukkit.org/bukkit-plugins/gringotts/tickets/48-underscored-names-not-creating-vaults/
What steps will reproduce the problem?
- Attempt to create a vault for "Rebel_Retaliate", does not work.
- OP Rebel_Retaliate and have him place the sign with "[vault]" on the first line, still no luck.
- Try every variation of "Rebel_Retaliate" you can imagine: All Caps, All Lowercase, Capital first R, Capital second R, all previous replacing _ with a space, all previous without _ or space. No go.
What is the expected output? What do you see instead?
Exp: "Created vault successfully" message.
Res: Normal sign, no vault created so long as Rebel_Retaliate is on the 3rd line.What version of the product are you using?
- 2.0 Beta 5
- MCPC-plus-1.6.4-R2.1-Forge965-B224
- Essentials Economy
- Vault
- Grief Prevention
Do you have an error log of what happened?
- No error log produced. Works for every other member of the server, albeit no other member has an underscore in their name.
Please provide any additional information below.
- Logically has to be an incompatibility with the underscore. Even players who's names don't fit on the signs can place their own. He can't.
- Same result inside and outside of claimed areas, regardless of owner. Even his claim has no effect.
- If you have a fix or any information to give/request, send me a PM or an E-mail. I'm in college for Game Design and learning Javascript currently, so I may be able to manually fix my version if possible.