
Suggestion: Custom sendTitle stay time
HouYanShen opened this issue · 0 comments
Please explain your feature request to the best of your abilities:
Hello,sendTitle stay time can be set in the config file。
public static void sendTitle(Player player, String title, String subtitle) {
player.sendTitle(title.isEmpty() ? " " : title, subtitle.isEmpty() ? " " : subtitle, 10, 70, 10);
}