Search results

  1. I

    Question Sending players over Velocity from spigot server

    Hello paper people, When you are using Bungeecord, you can run following code on spigot server to send player to another server. ByteArrayOutputStream b = new ByteArrayOutputStream(); DataOutputStream out = new DataOutputStream(b); try { out.writeUTF("Connect")...