minecraft-pi-reborn/docs/MULTIPLAYER.md

17 lines
525 B
Markdown
Raw Permalink Normal View History

2021-06-28 02:16:37 +00:00
# Multiplayer
MCPI-Reborn supports two ways to play multiplayer.
## Local Network (LAN)
This is also supported by vanilla MCPI. Just load a world in MCPI and other devices on the network can join.
## External Servers
2024-02-01 08:18:47 +00:00
Unlike vanilla MCPI, MCPI-Reborn allows you to natively join a server outside of the local network. Just modify `~/.minecraft-pi/servers.txt` and it should show up in MCPI's server list.
2021-06-28 02:16:37 +00:00
2024-02-01 08:18:47 +00:00
### Example `~/.minecraft-pi/servers.txt`
2021-06-28 02:16:37 +00:00
```
# Default Port Is 19132
example.com
# Custom Port
example.com:19133
2021-06-28 02:16:37 +00:00
```