graywolf336 / CasinoSlots

Animated, customizable, block-based slot machines, including audio, inside of Minecraft!
http://dev.bukkit.org/server-mods/casino-slots/
GNU General Public License v2.0
23 stars 24 forks source link

Problem with colored names #62

Closed Hektik closed 9 years ago

Hektik commented 9 years ago

It appears that the bukkit colored name tags interfere with the [Player] for "Action: commands". Thank you for all your help on the previous matter, with access to the commands line working properly again I figured it out. I believe it is in the 'essentials' basic set up to have Admin set to a Red tag once that is removed it cleared up. I am now trying to implement PermissionsEx and see if color tags there are treated the same.

graywolf336 commented 9 years ago

The commit I just did should fix problems you was having with colored names. Try the latest build and let me know if it doesn't work. On May 11, 2015 4:29 PM, "Hektik" notifications@github.com wrote:

It appears that the bukkit colored name tags interfere with the [Player] for "Action: commands". Thank you for all your help on the previous matter, with access to the commands line working properly again I figured it out. I believe it is in the 'essentials' basic set up to have Admin set to a Red tag once that is removed it cleared up. I am now trying to implement PermissionsEx and see if color tags there are treated the same.

— Reply to this email directly or view it on GitHub https://github.com/graywolf336/CasinoSlots/issues/62.

Hektik commented 9 years ago

So I got out Permissions EX up and when I tried the [Playername] it takes my 'Group' from PEX and uses it as my name then uses my name as the item to be given it seems. Where the long string is just a colored 'Jester' tag. : CONSOLE issued server command: /give §0[§aJ§4e§fst§4e§aR§0]§f §eSuperBalzs§r 264 10 : Error: Unknown item name: superbalzs. Is this some Error on my side that I can clean up or can you make it ignore the group tags?

graywolf336 commented 9 years ago

You need to use [player] even giving items in commands and [playername] when broadcasting a message with a command. On May 12, 2015 6:42 PM, "Hektik" notifications@github.com wrote:

So I got out Permissions EX up and when I tried the [Playername] it takes my 'Group' from PEX and uses it as my name then uses my name as the item to be given it seems. Where the long string is just a colored 'Jester' tag. Is this some Error on my side that I can clean up or can you make it ignore the group tags? : CONSOLE issued server command: /give §0[§aJ§4e§fst§4e§aR§0]§f §eSuperBalzs§r 264 10 : Error: Unknown item name: superbalzs.

— Reply to this email directly or view it on GitHub https://github.com/graywolf336/CasinoSlots/issues/62#issuecomment-101460945 .

Hektik commented 9 years ago

I see that now my Apologies I had literally just tried that and it came out perfectly. Thank you very much for all the help. Love the plugin glad you support it so well.

graywolf336 commented 9 years ago

No problem, glad i could be of help! Let me know if you have any other problems or questions.