Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. IChatBaseComponent icbc = ChatSerializer.a("{\"text\": \"" + "§6>> §aWelcome to §9§lSeonn§b§lMC §6<<" + "\"}");
  2. PacketPlayOutChat ppoc = new PacketPlayOutChat(icbc, 8);
  3. ((CraftPlayer) p).getHandle().playerConnection.sendPacket(ppoc);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement