From c3c2085e1bd27008a0d94eceddbb0248f91e10ea Mon Sep 17 00:00:00 2001 From: BeastGamer81 <57034210+BeastGamer81@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:52:45 +0530 Subject: [PATCH] Update klovitegg.json --- klovitegg.json | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/klovitegg.json b/klovitegg.json index 28333d4..cf5bb60 100644 --- a/klovitegg.json +++ b/klovitegg.json @@ -32,7 +32,7 @@ "variables": [ { "name": "Minecraft Version", - "description": "The version of minecraft to download. Leave at latest to always get the latest version. Invalid versions will default to latest.", + "description": "The version of Minecraft to download. Leave at latest to always get the latest version. Invalid versions will default to latest.", "env_variable": "MINECRAFT_VERSION", "default_value": "latest", "user_viewable": true, @@ -52,9 +52,9 @@ }, { "name": "Node Version", - "description": "The version of Node to download. Leave at latest to always get the latest version. Invalid versions will default to latest.", + "description": "The version of Node to download. Leave at 20 to get the NodeJS 20 version.", "env_variable": "NODE_VERSION", - "default_value": "latest", + "default_value": "20", "user_viewable": true, "user_editable": true, "rules": "nullable|string|max:20", @@ -79,6 +79,26 @@ "user_editable": true, "rules": "nullable|string|max:1", "field_type": "text" + }, + { + "name": "Hibernate", + "description": "Whether hibernation is enabled for this server or not", + "env_variable": "HIBERNATE_STATUS", + "default_value": "false", + "user_viewable": false, + "user_editable": false, + "rules": "string|in:true,false", + "field_type": "text" + }, + { + "name": "Velocity Version", + "description": "The version of Velocity to download. Leave at latest to always get the latest version. Invalid versions will default to latest.", + "env_variable": "VELOCITY_VERSION", + "default_value": "latest", + "user_viewable": true, + "user_editable": true, + "rules": "nullable|string|max:20", + "field_type": "text" } ] }