Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- event.getPlayer().sendMessage(ChatColor.RED+"This text is red");
- event.getPlayer().sendMessage(ChatColor.BLUE+"This text is blue and "+ChatColor.BOLD+"this text is bold blue");
- event.getPlayer().sendMessage(ChatColor.BOLD+"This text is bold and "+ChatColor.BLUE+"this text is bold blue");
- event.getPlayer().sendMessage(ChatColor.BOLD+"This text is bold and "+ChatColor.RESET+"this text is reset");
- event.getPlayer().sendMessage(ChatColor.UNDERLINE+"This text is underlined and "+ChatColor.BOLD+"this text is underlined bold");
- 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