From 34d040b8cf773cbd7157346f6268c7600101b691 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Tue, 1 Feb 2022 00:18:17 -0600 Subject: [PATCH] Testing a few Git things --- docs/compiling.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compiling.mdx b/docs/compiling.mdx index e19dfbe..9397157 100644 --- a/docs/compiling.mdx +++ b/docs/compiling.mdx @@ -52,4 +52,4 @@ Gradle is already included in the folder with Plex. Run the following command be You should receive a message indicating the compilation was successful. The JAR file is located at ```build/libs/Plex.jar``` -Plex has no external dependencies and can be used right away after compilation. +Plex has no external dependencies and can be used right away after compilation. Plex works on Minecraft versions 1.16.5 to 1.18.1. You also must be running Java 17 on the server itself.