Rcon Output Newline

Fixes rcon output by appending a newline.

866

Quick challenge

How far can you run before the mobs catch you?

Rcon Output Newline

Fixes https://bugs.mojang.com/browse/MC-7569 by adding a newline between lines in output.

Examples

Without mod:

``` > help .../give <targets> <item> [<count>]/help [<command>]/item (replace|modify)... ```

With mod:

``` > help ... /give <targets> <item> [<count>] /help [<command>] /item (replace|modify) ... ```

ADS