mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
PaperSpigot is now known as Paper (#614)
This commit is contained in:
parent
48ccdf128f
commit
d78272c1fa
@ -421,9 +421,9 @@ You can build spigot from source by adding `-e BUILD_FROM_SOURCE=true`
|
|||||||
|
|
||||||
If you have attached a host directory to the `/data` volume, then you can install plugins within the `plugins` subdirectory. You can also [attach a `/plugins` volume](#deploying-plugins-from-attached-volume). If you add plugins while the container is running, you'll need to restart it to pick those up.
|
If you have attached a host directory to the `/data` volume, then you can install plugins within the `plugins` subdirectory. You can also [attach a `/plugins` volume](#deploying-plugins-from-attached-volume). If you add plugins while the container is running, you'll need to restart it to pick those up.
|
||||||
|
|
||||||
## Running a PaperSpigot server
|
## Running a Paper server
|
||||||
|
|
||||||
Enable PaperSpigot server mode by adding a `-e TYPE=PAPER` to your command-line.
|
Enable Paper server mode by adding a `-e TYPE=PAPER` to your command-line.
|
||||||
|
|
||||||
By default the container will run the latest build of [Paper server](https://papermc.io/downloads)
|
By default the container will run the latest build of [Paper server](https://papermc.io/downloads)
|
||||||
but you can also choose to run a specific build with `-e PAPERBUILD=205`.
|
but you can also choose to run a specific build with `-e PAPERBUILD=205`.
|
||||||
@ -432,7 +432,7 @@ but you can also choose to run a specific build with `-e PAPERBUILD=205`.
|
|||||||
-e TYPE=PAPER \
|
-e TYPE=PAPER \
|
||||||
-p 25565:25565 -e EULA=TRUE --name mc itzg/minecraft-server
|
-p 25565:25565 -e EULA=TRUE --name mc itzg/minecraft-server
|
||||||
|
|
||||||
If you are hosting your own copy of PaperSpigot you can override the download URL with:
|
If you are hosting your own copy of Paper you can override the download URL with:
|
||||||
|
|
||||||
- -e PAPER_DOWNLOAD_URL=<url>
|
- -e PAPER_DOWNLOAD_URL=<url>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user