TitleAPI icon indicating copy to clipboard operation
TitleAPI copied to clipboard

Results 3 TitleAPI issues
Sort by recently updated
recently updated
newest added

I am fairly new to coding, especially java Minecraft plugins and I was wondering how do I import this API into eclipse. everywhere I look, I cant find an answer.

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.