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.
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.