Skip to content

Instantly share code, notes, and snippets.

@njb-said
Created August 24, 2014 16:03
Show Gist options
  • Save njb-said/6738409e0e370f5d4d13 to your computer and use it in GitHub Desktop.
Save njb-said/6738409e0e370f5d4d13 to your computer and use it in GitHub Desktop.
public static void tell(CommandSender obj, String msg) {
obj.sendMessage(new TextComponent(color("&7" + msg)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment