Recent content by KIZAFOX

  • 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. KIZAFOX

    Question Sending players over Velocity from spigot server

    Hello, I think you can try to use this (dont forget to register plugin message in your main) : public void connect(String name, Player player) { ByteArrayDataOutput out = ByteStreams.newDataOutput(); out.writeUTF("Connect"); out.writeUTF(name)...
  2. KIZAFOX

    Solved /hub command

    Sry for this useless thread.. (I'm posting it here if it helps)
  3. KIZAFOX

    Solved /hub command

    Hi, I want to create a /hub command. Example : A player is on server1 I would like him to be able to go to server2 by doing /hub. Thank you all!