Search results

  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!