Interface ServerConnector
- All Known Implementing Classes:
StandardConnector
public interface ServerConnector
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connect
(net.md_5.bungee.api.connection.ProxiedPlayer pPlayer, net.md_5.bungee.api.config.ServerInfo pServer) Connects a player to a spigot server
-
Method Details
-
connect
void connect(net.md_5.bungee.api.connection.ProxiedPlayer pPlayer, net.md_5.bungee.api.config.ServerInfo pServer) Connects a player to a spigot server- Parameters:
pPlayer
- The player who should be send to a serverpServer
- The server to which the player should be connected
-