spigot send title to player code example
Example: spigot title
// String title, String subtitle, int fadeIn, int stay, int fadeOut.
player.sendTitle("Welcome, " + ChatColor.AQUA + player.getDisplayName(), 10, 70, 20);
// String title, String subtitle, int fadeIn, int stay, int fadeOut.
player.sendTitle("Welcome, " + ChatColor.AQUA + player.getDisplayName(), 10, 70, 20);