minecraft-pi-reborn/docs/DEDICATED_SERVER.md

20 lines
898 B
Markdown
Raw Normal View History

2021-02-18 20:01:59 +00:00
# Dedicated Server
The dedicated server is a version of Minecraft: Pi Edition modified to run in a headless environment. It loads settings from a ``server.properties`` file.
2021-12-01 02:40:02 +00:00
This server is also compatible with MCPE Alpha v0.5.0[^1].
2021-02-18 20:01:59 +00:00
2021-03-05 00:27:24 +00:00
## Setup
### Debian Package
2021-12-01 02:40:02 +00:00
To use, install and run ``minecraft-pi-reborn-legacy-server``. It will generate the world and ``server.properties`` in the current directory.
2021-03-05 00:27:24 +00:00
2021-09-19 19:44:13 +00:00
### Docker Image
2021-12-01 02:40:02 +00:00
An official Docker image is also provided: [thebrokenrail/minecraft-pi-reborn-legacy-server](https://hub.docker.com/r/thebrokenrail/minecraft-pi-reborn-legacy-server).
2021-09-19 19:44:13 +00:00
2021-06-17 21:32:24 +00:00
## Server Limitations
* Player data is not saved because of limitations with MCPE LAN worlds
* An easy workaround is to place your inventory in a chest before logging off
* Survival Mode servers are incompatible with unmodded MCPI
2022-07-15 21:27:21 +00:00
[^1]: The exception to this is buckets, those will crash MCPE players.