Browse Source

airplane, tuinity, java 16

pull/20/head
drbot7 3 years ago
parent
commit
d58c69472a
  1. 2
      cogs/timings.py
  2. 2
      cogs/timings_check.yml

2
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))

2
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:

Loading…
Cancel
Save