Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ByteArrayOutputStream b = new ByteArrayOutputStream();
  2. DataOutputStream out = new DataOutputStream(b);
  3. try {
  4.  
  5. out.writeUTF("Connect");
  6. out.writeUTF("lobby01");
  7. } catch (Exception ee1) {
  8. }
  9. p.sendPluginMessage(plugin, "BungeeCord", b.toByteArray());
  10. }
  11. }catch (Exception e1) {
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement