TitleAPI icon indicating copy to clipboard operation
TitleAPI copied to clipboard

Characters must be double-escaped

Open MrGlue opened this issue 8 years ago • 0 comments

For example: TitleAPI.sendTitle(player, 0, 1 * 20, 0, "test", "test \" test"); always throws an Exception so only TitleAPI.sendTitle(player, 0, 1 * 20, 0, "test", "test \\\" test"); works correctly.

MrGlue avatar Nov 05 '17 17:11 MrGlue