mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
Fixed spelling of Tuinity
This commit is contained in:
parent
fbdee6a7a7
commit
691fe638e4
@ -447,11 +447,11 @@ This works well if you want to have a common set of plugins in a separate
|
||||
location, but still have multiple worlds with different server requirements
|
||||
in either persistent volumes or a downloadable archive.
|
||||
|
||||
## Running a Tunity server
|
||||
## Running a Tuinity server
|
||||
|
||||
A [Tunity](https://github.com/Spottedleaf/Tuinity) server, which is a fork of Paper aimed at improving server performance at high playercounts.
|
||||
A [Tuinity](https://github.com/Spottedleaf/Tuinity) server, which is a fork of Paper aimed at improving server performance at high playercounts.
|
||||
|
||||
-e TYPE=TUNITY
|
||||
-e TYPE=TUINITY
|
||||
|
||||
> **NOTE** only `VERSION=LATEST` is supported
|
||||
|
||||
|
@ -78,8 +78,8 @@ case "${TYPE^^}" in
|
||||
exec /start-deployPaper "$@"
|
||||
;;
|
||||
|
||||
TUNITY)
|
||||
exec /start-deployTunity "$@"
|
||||
TUINITY)
|
||||
exec /start-deployTuinity "$@"
|
||||
;;
|
||||
|
||||
FORGE)
|
||||
|
0
start-deployTunity → start-deployTuinity
Executable file → Normal file
0
start-deployTunity → start-deployTuinity
Executable file → Normal file
Loading…
Reference in New Issue
Block a user