-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formatting codes do not work #84
Comments
Looks like a bug in the server not core. Possibly related to cuberite/cuberite#852 |
The server itself uses the at-sign ( |
Which issue is that, because I'd like to suggest we use \a. |
A backslash for formatting codes? That's new. It'd be somewhat nerve-wrecking in code - it has to be escaped, which is often forgotten. But otherwise that could work. The only thing I can think of using backslashes is Windows path separator. |
No as in the bell character. Or any of the other effectively obsolete ASCII charicters: Start Of Heading, Start Of Text, End Of Text, End Of Transmission, Enquiry, Acknowledge, backspace, Vertical Tab, Form Feed, ... Theres loads of characters below char 32 which aren't used any more. |
But those can't be typed on a keyboard. |
But if they're only used internally then we can just use the escape sequences. For anything exposed we should use the same as the client. |
The point is that they're exposed. |
Then why aren't we using the same char as vanilla, any character that is on a keyboard will have the same problem as @? |
Well Bukkit normally uses |
I'm pretty sure I have, I don't think there a single key on my key board I haven't used at least once. |
I don't have that character on my keyboard though. |
me either, i think & or @ are the best solutions... |
I'd say go with But make sure to add |
Also you shouldn't be scared of broken links, the colores are just visual, minecraft converts it into colors so links still work... |
The bell character is used. Command Prompt |
@tigerw When was the last time you used a bell in a piece of text? My comment still stands about the others |
Color codes work fine but the formatting codes don't work.
-> http://minecraft.gamepedia.com/Formatting_codes
The text was updated successfully, but these errors were encountered: