Problem with colored names
Hektik opened this issue · 5 comments
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.
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" [email protected] 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
#62.
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?
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" [email protected] 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
#62 (comment)
.
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.