Fixed spelling of Tuinity

This commit is contained in:
Geoff Bourne 2020-04-24 19:13:51 -05:00
parent fbdee6a7a7
commit 691fe638e4
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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
View File