infered
infered
AAdmincraft
Created by infered on 7/19/2023 in #questions
Synchronize Scoreboard between servers?
ya
14 replies
AAdmincraft
Created by infered on 7/19/2023 in #questions
Synchronize Scoreboard between servers?
and figured if someone happened to know of one, it's a good place to ask here while I keep searching
14 replies
AAdmincraft
Created by infered on 7/19/2023 in #questions
Synchronize Scoreboard between servers?
oh for sure, I'm just trying to find a spigot compatible scoreboard plugin cuz the spigotmc site has a fairly poor search bar
14 replies
AAdmincraft
Created by infered on 7/19/2023 in #questions
Synchronize Scoreboard between servers?
we're taking the mohist morisk
14 replies
AAdmincraft
Created by infered on 7/19/2023 in #questions
Synchronize Scoreboard between servers?
No, but we are anyway because arclight would crash loop
14 replies
AAdmincraft
Created by CyroInferno on 7/18/2023 in #questions
How to install Forge 1.18.2 on a dedicated Multicraft Machine.
I have one for java8, java16 and java17
12 replies
AAdmincraft
Created by CyroInferno on 7/18/2023 in #questions
How to install Forge 1.18.2 on a dedicated Multicraft Machine.
name = Custom Jar (Java 8) (Place custom.jar in base directory)
source =
configSource =
category = Mods

[start]
command = "/usr/lib/jvm/java-1.8.0-openjdk-amd64/bin/java" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal {PARAMS} -jar "{SERVER_DIR}/custom.jar" nogui

[parse_unknown]
start = (^Unknown console command|Run the command /fml confirm)

[params]
fix_log4j_1.17-1.18 = -Dlog4j2.formatMsgNoLookups=true
fix_log4j_1.12-1.16.5 = -Dlog4j.configurationFile=log4j2_112-116.xml
fix_log4j_1.7-1.11.2 = -Dlog4j.configurationFile=log4j2_17-111.xml
name = Custom Jar (Java 8) (Place custom.jar in base directory)
source =
configSource =
category = Mods

[start]
command = "/usr/lib/jvm/java-1.8.0-openjdk-amd64/bin/java" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal {PARAMS} -jar "{SERVER_DIR}/custom.jar" nogui

[parse_unknown]
start = (^Unknown console command|Run the command /fml confirm)

[params]
fix_log4j_1.17-1.18 = -Dlog4j2.formatMsgNoLookups=true
fix_log4j_1.12-1.16.5 = -Dlog4j.configurationFile=log4j2_112-116.xml
fix_log4j_1.7-1.11.2 = -Dlog4j.configurationFile=log4j2_17-111.xml
This is my java8-custom.jar.conf file with openjdk, depending on your distro the openjdk bins may be in other locations
12 replies
AAdmincraft
Created by CyroInferno on 7/18/2023 in #questions
How to install Forge 1.18.2 on a dedicated Multicraft Machine.
What I've done and has been the most reliable is make a custom.jar.conf in /home/minecraft/multicraft/jar (I made different ones for each Java version) and then you just make sure your Forge jar is named custom.jar in the directory, after having installed the server on your local machine and just dragging all the files into the server
12 replies
AAdmincraft
Created by CyroInferno on 7/18/2023 in #questions
How to install Forge 1.18.2 on a dedicated Multicraft Machine.
Typically you wouldnt start a forge server on multicraft with a shell script, multicraft directly calls the jar with specific arguments the panel knows of
12 replies