From d58c69472a29a1dc01af8bdd4193b852b5a372c3 Mon Sep 17 00:00:00 2001 From: drbot7 <46543473+drbot7@users.noreply.github.com> Date: Tue, 22 Jun 2021 00:19:08 -0500 Subject: [PATCH] airplane, tuinity, java 16 --- cogs/timings.py | 2 +- cogs/timings_check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: