Everything posted by Goobaroo
-
[Support] Goobaroo - Modded Minecraft Java Servers
@jsgilly20 in the docker settings for Pixelmon, you can add a version tag to the end. When there is no version, docker defaults to grabbing the tag labeled latest. You can see all the tags on dockerHub goobaroo/pixelmon -> goobaroo/pixelmon:9.1.7
-
[Plug-In] Community Applications
It appears that the application list has not been updated in a few days. Last update Dec 1, 2023 18:05. Is this a pipeline that runs somewhere?
-
[Support] Goobaroo - Modded Minecraft Java Servers
Weird. Thanks, I've reverted it, the latest tag should be 3.12.4 again.
-
[Support] Goobaroo - Modded Minecraft Java Servers
@smashup1337 Roguelike-Adventures-and-Dungeons-2 is up.
-
[Support] Goobaroo - Modded Minecraft Java Servers
@Killersplace Does it start up? That error shouldn't prevent startup, it is just a mod error that is then taking a default value. So it should be fine. @Carltonrp Sure, should be up in the morning. @smashup1337 I can take a look when I get a free moment. Curse packs are a bit more work than FTB packs.
-
[Support] Goobaroo - Modded Minecraft Java Servers
@waggs15 If there is a memory leak with forge generate, it is only going to persist for as long as the container is up. Pre-generating chunks can help when there is a lot of exploring going on with multiple players. That initial generation of a chunk as a player explores can cause a lag spike. All the Mods 8 is a pretty large pack, I think it has 332 mods? Java Minecraft is primarily affected by Single Threaded Performance. There can also be a minor hit to performance for assigning too much memory, 12gb is probably fine. The performance hit happens during garbage collection and having to process so much memory.
-
[Support] Goobaroo - Modded Minecraft Java Servers
There are a few issues with that approach. Just having the version does not inform the URL to the server files that need to be downloaded to install. An incorrect version, could further confuse an installation by not being able to get the files. Not all versions have corresponding server releases, some are client side only. There are also sometimes fixes and changes to the launch.sh file that need to be fixed in order for the server to launch at all. The Java version can potentially change between versions which is core to the docker container. It's really a java version, that happens to install a java application being the Minecraft server. Edit: I forgot the best one... Minecraft modpack development is not all equal. Version numbers can be all over the place and hard to interpret. Some pack publishers have semfor versions (v1.2.3) some just make up version numbers (v 2-40i). It's kind of a hot mess. Really, it would be nice if instead of shipping modded server files as installs the hosting sites distributed docker containers on their own.
-
[Support] Goobaroo - Modded Minecraft Java Servers
That is just an information message stating there is a newer version. The release nodes for ATM9 0.2.14 states Forge Version is 47.1.3. The log you provided has no errors. I was able to start this version of ATM9 on my server and join with the client.
-
[Support] Goobaroo - Modded Minecraft Java Servers
ATM 9-0.2.12 should be there now. Looks like part of the process for building the containers was being blocked on Curseforge's side.
-
[Support] Goobaroo - Modded Minecraft Java Servers
What command? Which docker container?
-
[Support] Goobaroo - Modded Minecraft Java Servers
Are people still experiencing an issue with ATM9? I just updated my server to 0.1.12 and it is working fine for me.
-
[Support] Goobaroo - Modded Minecraft Java Servers
That's unfortunate, but they didn't post a server pack on curse. You could probably manually patch that particular mod or wait for their next update. Unless it is a breaking change that needs to be fixed.
-
[Support] Goobaroo - Modded Minecraft Java Servers
Hi all, I'll try and look into these this week. I've been sick the past 3 weeks and only just started feeling better. For @luchalibre, Create Re-Flavored 6.42b is a client side only release. That is why there is no server update to match it.
-
[Support] Goobaroo - Modded Minecraft Java Servers
Add yourself to the OPS list and then use the /difficulty in the chat to set it.
-
[Support] Goobaroo - Modded Minecraft Java Servers
In my real life, I work as a Site Reliability Engineer, so I automated the build and updates of the docker containers. There is some work involved, since the modpacks don't always have fixed update paths and need to be tweaked as new updates come out. The template used to auto-update on peoples unraid servers, but that doesn't happen any more. There is a long fight in the Community Applications development channels. Any ways, I do update the template every time I update the containers, so the store will show the other versions available, but not your docker tab.
-
[Support] Goobaroo - Modded Minecraft Java Servers
Thanks! Glad you find them useful, but I'm not sure I understand the question. When a new version of the modpack is published a new version of the container is also published. Usually within a few hours of the update. You can see all the versions listed on docker hub. - https://hub.docker.com/repository/docker/goobaroo/createreflavored/general
-
[Support] Goobaroo - Modded Minecraft Java Servers
All the files from your docker containers are usually stored in the appdata share. All my containers have an Installed Location when you are looking at the settings, that is the path to the files on your server. You can either mount appdata or copy the files up to your server with rsync or scp from a terminal. For engimatica6, the path is likely /mnt/user/appdata/enigmatica6 and there will be a world directory in there, that you can delete and replace with yours. Just stop the docker first and then start it up again after the copy of your world directory is moved over. You may also need to fix permissions on the world directory after copying them up. From a terminal on your unraid machine, run the command: chown -R nobody:users /mnt/user/appdata/enigmatica6/world
-
[Support] Goobaroo - Modded Minecraft Java Servers
@goldbondx Specifically which server are you asking about? I have 30+ different ones. ATM9, SkyFactory, etc @Qwuille Vault Hunters 3 was updated on the 14th when version 3.11.0 came out.
-
[Support] Goobaroo - Modded Minecraft Java Servers
Which one are you trying to update?
-
[Support] Goobaroo - Modded Minecraft Java Servers
Sorry, I've been pretty occupied with life stuff. I was also wondering for those having ATM9 issues, you are running Unraid 6.12.x? I haven't upgraded yet and haven't been able to reproduce the issue. I will add removing those .folders on upgrade as @[email protected] mentioned. cc: @Arcau
-
[Support] Goobaroo - Modded Minecraft Java Servers
@Killersplace As smashup1337 said, make sure the permissions on /mnt/user/appdata/allthemods9 is owned by nobody:users and has at least 755 permissions. It should be the default, but may need to be fixed. chown -R nobody:users /mnt/user/appdata/allthemods9 chmod 755 /mnt/user/appdata/allthemods9
-
[Support] Goobaroo - Modded Minecraft Java Servers
@smashup1337 Did it download the Server-Files-0.0.12.zip file? I just did an update and it upgraded from my 0.0.7 to 0.0.12. A new container is pushed for each version. You can try a force-update under the advanced section of the docker page in Unraid.
-
[Support] Goobaroo - Modded Minecraft Java Servers
@ku8475 It's not you. The server pack stopped shipping with a required file. I've fixed the 1.12 release for Life in the Village 3 to install that and it should work. Just make sure you force an update to the docker container. You can do that by toggling basic view to advanced in your docker tab in unraid. Then delete the LITV3-Serverpack-1.12.zip file from appdata/lifeinthevillage3 and restart the container. The install will restart and should be good.
-
[Support] Goobaroo - Modded Minecraft Java Servers
@Xelator You could copy the world directory from the atm8 install to the atm9 install and then start the server. It probably would work, though if any mods were removed from ATM8 to ATM9 those items would be invalidated in your world and disappear. Better to ask the ATM team. I just build the wrapper to run the server, not the contents of the server. Cheers!
-
[Support] Goobaroo - Modded Minecraft Java Servers
@smashup1337 ATM9 is available.