diff --git a/README.md b/README.md index 4453b3fe..0ff7c610 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/start-configuration b/start-configuration index 4b6a5499..0d6290c9 100644 --- a/start-configuration +++ b/start-configuration @@ -78,8 +78,8 @@ case "${TYPE^^}" in exec /start-deployPaper "$@" ;; - TUNITY) - exec /start-deployTunity "$@" + TUINITY) + exec /start-deployTuinity "$@" ;; FORGE) diff --git a/start-deployTunity b/start-deployTuinity old mode 100755 new mode 100644 similarity index 100% rename from start-deployTunity rename to start-deployTuinity