WayKillerZ

Untitled

Jan 14th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. package me.WayKiller.HighLightChat;
  2. import org.bukkit.ChatColor;
  3.  
  4. public class ColorChat {
  5.  
  6. public static String chat (String s) {
  7. return ChatColor.translateAlternateColorCodes('&', s);
  8. }
  9. }
Add Comment
Please, Sign In to add comment