Recent content by itoncek

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  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")...