Skip to content

Commit

Permalink
Standardization
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinTh authored Nov 29, 2022
1 parent 07b5eae commit e2995c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions minecraft/spigot/spigot-1.19.2.conf
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
## ============================================================
## 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
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
Expand Down

0 comments on commit e2995c9

Please sign in to comment.