Paper/src/main/java
David Flemström 5121ebb65d Fixed issue with color markers in messages sent to the client.
This fix eliminates crashes related to color markers being at end-of-line, and also makes colors persist across line breaks.

- The broadcast message is split up in multiple packets, one per line
- Color markers are reorganized, so that color 'sticks across lines'
- The wrapping method calculates the *rendered* line length. Thus, if the user has a weird font, it might look weird.
2011-02-20 18:15:21 +01:00
..
net/minecraft/server Fixed issue with color markers in messages sent to the client. 2011-02-20 18:15:21 +01:00
org/bukkit/craftbukkit Fixed issue with color markers in messages sent to the client. 2011-02-20 18:15:21 +01:00