From e2995c9a44c7981d30d31075fc2248fff4b5f0ec Mon Sep 17 00:00:00 2001 From: Valentin T <12909802+ValentinTh@users.noreply.github.com> Date: Tue, 29 Nov 2022 18:12:28 +0100 Subject: [PATCH] Standardization --- minecraft/spigot/spigot-1.19.2.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/minecraft/spigot/spigot-1.19.2.conf b/minecraft/spigot/spigot-1.19.2.conf index e201e7b..83eb3fc 100644 --- a/minecraft/spigot/spigot-1.19.2.conf +++ b/minecraft/spigot/spigot-1.19.2.conf @@ -1,14 +1,13 @@ ## ============================================================ ## MULTICRAFT CONFIGURATION TO ADD .JAR FILES ## To simplify all the adding of JAR files in less time! -## This configuration was edited by Angela_u83 - 11/20/2022. +## This configuration was edited by Angela_u83 - 20/11/2022. ## ============================================================ [config] name = [Spigot] 1.19.2 source = https://download.getbukkit.org/spigot/spigot-1.19.2.jar configSource = http://raw.githubusercontent.com/ValentinTh/MultiCraft-JAR-Conf/master/minecraft/spigot/spigot-1.19.2.jar.conf -category = Plugins [encoding] encode = utf-8 @@ -16,7 +15,7 @@ decode = utf-8 fileEncoding = latin-1 [start] -command = "{JAVA}" -server -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -Dlog4j2.formatMsgNoLookups=true -jar "{JAR}" nogui {PARAMS} +command = /usr/lib/jvm/zulu17-ca-amd64/bin/java -server -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -Dlog4j2.formatMsgNoLookups=true -jar "{JAR}" nogui {PARAMS} [force_config] configFile = server.properties