BungeeCord Server Name

Discussion in 'Plugin Development' started by SaxSalute, Feb 15, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    SaxSalute

    When using BungeeCord to switch a player to a different server, what is the server name that is is using to do so? For example...

    Code:
    ByteArrayOutputStream bytes = new ByteArrayOutputStream();
    DataOutputStream out = new DataOutputStream(bytes);
    out.writeUTF("Connect");
    out.writeUTF("server123");
    player.sendPluginMessage(this, "BungeeCord", bytes.toByteArray());
    Where on server123 do I tell it that its name is server123?
     
  2. Locked, offline mode isn't supported here.
     
Thread Status:
Not open for further replies.

Share This Page