Hi,
I want to teleport selected players to another server, when they join.
I try use this but not work:
@edit ohhh it was to be in Plugin Development... sry
I want to teleport selected players to another server, when they join.
I try use this but not work:
Code (text):
ProxiedPlayer player = (ProxiedPlayer)e.getConnection();
ServerInfo tp = ProxyServer.getInstance().getServerInfo("inny");
player.connect(tp);
ServerInfo tp = ProxyServer.getInstance().getServerInfo("inny");
player.connect(tp);
@edit ohhh it was to be in Plugin Development... sry