From 79bb0270a1c77d8d4af7f96e2ce61e7eb6285ddd Mon Sep 17 00:00:00 2001 From: Abigail de Joode Date: Sat, 13 Feb 2021 16:37:20 +0100 Subject: [PATCH] Create geyserconfig.json --- geyserconfig.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 geyserconfig.json diff --git a/geyserconfig.json b/geyserconfig.json new file mode 100644 index 0000000..86c0e65 --- /dev/null +++ b/geyserconfig.json @@ -0,0 +1,18 @@ +[ + { + "DisplayName": "Minimum Memory (MB)", + "Description": "The minimum memory allocated to Geyser, in MB", + "FieldName": "MinMemory", + "Keywords": "memory", + "InputType": "number", + "Category": "Geyser Configuration" + }, + { + "DisplayName": "JAR File", + "Description": "The JAR file to execute", + "FieldName": "JarFile", + "Keywords": "jar", + "InputType": "text", + "Category": "Geyser Configuration" + } +]