mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-05 23:13:17 +00:00
docs: removed most mentions of noconsole since it only applies pre-1.14
This commit is contained in:
@@ -400,13 +400,6 @@ If you are hosting your own copy of Bukkit/Spigot you can override the download
|
|||||||
|
|
||||||
You can build spigot from source by adding `-e BUILD_FROM_SOURCE=true`
|
You can build spigot from source by adding `-e BUILD_FROM_SOURCE=true`
|
||||||
|
|
||||||
**NOTE: to avoid pegging the CPU when running Spigot,** you will need to
|
|
||||||
pass `--noconsole` at the very end of the command line and not use `-it`. For example,
|
|
||||||
|
|
||||||
docker run -d -v /path/on/host:/data \
|
|
||||||
-e TYPE=SPIGOT \
|
|
||||||
-p 25565:25565 -e EULA=TRUE --name mc itzg/minecraft-server --noconsole
|
|
||||||
|
|
||||||
You can install Bukkit plugins in two ways...
|
You can install Bukkit plugins in two ways...
|
||||||
|
|
||||||
### Using the /data volume
|
### Using the /data volume
|
||||||
@@ -458,13 +451,6 @@ 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
|
||||||
|
|
||||||
**NOTE: to avoid pegging the CPU when running PaperSpigot,** you will need to
|
|
||||||
pass `--noconsole` at the very end of the command line and not use `-it`. For example,
|
|
||||||
|
|
||||||
docker run -d -v /path/on/host:/data \
|
|
||||||
-e TYPE=PAPER \
|
|
||||||
-p 25565:25565 -e EULA=TRUE --name mc itzg/minecraft-server --noconsole
|
|
||||||
|
|
||||||
If you are hosting your own copy of PaperSpigot you can override the download URL with:
|
If you are hosting your own copy of PaperSpigot you can override the download URL with:
|
||||||
|
|
||||||
- -e PAPER_DOWNLOAD_URL=<url>
|
- -e PAPER_DOWNLOAD_URL=<url>
|
||||||
@@ -1139,8 +1125,7 @@ a companion squid proxy by setting the equivalent of
|
|||||||
|
|
||||||
### Using "noconsole" option
|
### Using "noconsole" option
|
||||||
|
|
||||||
Some older versions of Spigot required `--noconsole` to be passed when detaching stdin. You can
|
Some older versions (pre-1.14) of Spigot required `--noconsole` to be passed when detaching stdin, which can be done by setting `-e CONSOLE=FALSE`.
|
||||||
pass that at the end of `docker run` after the image name or set `-e CONSOLE=FALSE`.
|
|
||||||
|
|
||||||
### Explicitly disable GUI
|
### Explicitly disable GUI
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user