Towny Classic

Towny Classic

3.2k Downloads

Suggestion: Custom sendTitle stay time

HouYanShen opened this issue · 0 comments

commented

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);
}