Skip to content

Instantly share code, notes, and snippets.

@heinrichquirit
Last active December 23, 2015 06:28
Show Gist options
  • Save heinrichquirit/6593849 to your computer and use it in GitHub Desktop.
Save heinrichquirit/6593849 to your computer and use it in GitHub Desktop.
1
public static void setPrefix(Player player, String prefix) {
prefix = ChatColor.translateAlternateColorCodes('&', prefix);
TitlePlugin.chat.setPlayerPrefix(player, WHITE + "[" + prefix + WHITE + "] " + RESET);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment