diff --git a/cogs/timings.py b/cogs/timings.py index 436b186..aaf2e54 100644 --- a/cogs/timings.py +++ b/cogs/timings.py @@ -106,7 +106,7 @@ class Timings(commands.Cog): jvm_version = request["timingsMaster"]["system"]["jvmversion"] if jvm_version.startswith("1.8.") or jvm_version.startswith("9.") or jvm_version.startswith("10."): embed_var.add_field(name="❌ Java Version", - value=f"You are using Java {jvm_version}. Update to [Java 11](https://adoptopenjdk.net/installation.html).") + value=f"You are using Java {jvm_version}. Update to [Java 16](https://adoptopenjdk.net/installation.html).") except KeyError as key: logging.info("Missing: " + str(key)) diff --git a/cogs/timings_check.yml b/cogs/timings_check.yml index e43815e..c4f8da7 100644 --- a/cogs/timings_check.yml +++ b/cogs/timings_check.yml @@ -15,7 +15,7 @@ servers: - name: "Paper" prefix: "❌" value: |- - Purpur has more optimizations. Consider using [Purpur](https://ci.pl3x.net/job/Purpur/). + [Tuinity](https://ci.codemc.io/job/Spottedleaf/job/Tuinity/), [Purpur](https://ci.pl3x.net/job/Purpur/), and [Airplane](https://ci.tivy.ca/) have more optimizations with similar stability levels. Consider using one of them. plugins: paper: ClearLag: