From 691fe638e4d171023b16f15898b57429acb2f887 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Fri, 24 Apr 2020 19:13:51 -0500 Subject: [PATCH] Fixed spelling of Tuinity --- README.md | 6 +++--- start-configuration | 4 ++-- start-deployTunity => start-deployTuinity | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename start-deployTunity => start-deployTuinity (100%) mode change 100755 => 100644 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