h31ix

Untitled

Jul 1st, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. event.getPlayer().sendMessage(ChatColor.RED+"This text is red");
  2. event.getPlayer().sendMessage(ChatColor.BLUE+"This text is blue and "+ChatColor.BOLD+"this text is bold blue");
  3. event.getPlayer().sendMessage(ChatColor.BOLD+"This text is bold and "+ChatColor.BLUE+"this text is bold blue");
  4. event.getPlayer().sendMessage(ChatColor.BOLD+"This text is bold and "+ChatColor.RESET+"this text is reset");
  5. event.getPlayer().sendMessage(ChatColor.UNDERLINE+"This text is underlined and "+ChatColor.BOLD+"this text is underlined bold");
  6. event.getPlayer().sendMessage(ChatColor.STRIKETHROUGH+"This text is strikethrough and "+ChatColor.GOLD+" this text is strikethrough gold and "+ChatColor.RESET+" this text is reset");
Advertisement
Add Comment
Please, Sign In to add comment