From 900fc2525b2297e6915ac8c99fc5d2b9e86669ce Mon Sep 17 00:00:00 2001 From: Fernando Date: Sun, 3 Jan 2021 10:39:34 -0300 Subject: [PATCH] Add warning about needing Java 14 (#3) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca318bf..af2893f 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,7 @@ A small plugin for Mindustry server. Allows admins to execute JavaScript code. Download the latest release (`.jar`) [here](https://github.com/summetdev/JSEval/releases/latest).
Put `.jar` file to `config/mods` folder. +WARNING: Needs Java 14 installed to use + ## How to use -If you're admin, use `/js ` command. \ No newline at end of file +If you're admin, use `/js ` command.