librepo
AAdmincraft
•Created by librepo on 7/2/2024 in #questions
[45 mins +] Fabric's Minecraft server downloading extremely slow
Hi everyone, I'm have a Fabric Minecraft server and currently for some reason it's downloading extremely slow (30 mins + just to download assests). Im wondering if anyone can help me solve this?:
+ Part of the install script I'm using for Fabric:
echo -e "${CY}Preparing Fabric installer for Minecraft server's installation${NC}\n"
echo -e "${LG}Getting Fabric server installer${NC}\n"
curl -OJ https://meta.fabricmc.net/v2/versions/loader/$MC_VERSION/$LOADER_VERSION/$INSTALLER_VERSION/server/jar
echo -e "${LG}Renaming fabric-server-mc.$MC_VERSION-loader.$LOADER_VERSION-launcher.$INSTALLER_VERSION.jar >> $SERVER_JARFILE${NC}\n"
mv fabric-server-mc.$MC_VERSION-loader.$LOADER_VERSION-launcher.$INSTALLER_VERSION.jar $SERVER_JARFILE
+ The jar command (I'm using Fabric's new method which only check for missing files and download the Minecraft server when you run it):
java -Xms5296M -Xmx5296M -XX:+UseZGC -XX:+ZGenerational -jar fabric-server.jar
I'm using Pterodactyl Panel btw. Thanks for the help.17 replies
AAdmincraft
•Created by librepo on 6/24/2023 in #questions
Benchmarking mods/tools for Fabric Minecraft server
Hi guys, so I have a bunch of different mods/configs that I want to test each of the different configurations performance out on my server, but I haven't figured out a tool to do so. I have heard of Spark mod, but I'm not even sure if it's a performance benchmarking mod or not. So if anyone can recommends to me a benchmarking tool then I would appreciate it.
Spark mod url: https://modrinth.com/mod/spark
13 replies
AAdmincraft
•Created by librepo on 6/18/2023 in #questions
Issue running Minecraft Server with Pterodactyl on Clear Linux’s OpenJDK docker images
https://mclo.gs/Wq7FsT3
Note about the two files:
egg-fabric_I_based_on.json: The egg I based on to create my configuration, work perfectly
egg-fabric_my_custom_egg.json: The egg of which I edited the config afterward
31 replies