TitleAPI
TitleAPI copied to clipboard
Characters must be double-escaped
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.