Triggers a transfer of one or more players to another Minecraft server. The client will disconnect from the current server and attempt to connect to the specified destination.
/transfer <hostname> [<port>] [<players>]
| Name | Required | Description |
|---|---|---|
| hostname | Yes | The hostname or IP address of the destination server. |
| port | No | The port of the destination server (defaults to 25565). |
| players | No | The player(s) to transfer. Defaults to the executing player. |
/transfer play.example.com /transfer play.example.com 25565 @a /transfer 192.168.1.50 25566 @p
accepts-transfers property set to true in server.properties.This command is not usable from command blocks. It is a server-operator-only command.