[Support] Goobaroo - Modded Minecraft Java Servers


Recommended Posts

16 hours ago, Goobaroo said:

@ecogeek I'm not able to reproduce your issue with the latest enigmatica6 container.  It downloaded forge from maven, from my logs

 

[20:47:13] [INFO] Attempting to download installer from https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.16.5-36.2.39/forge-1.16.5-36.2.39-installer.jar

 

@AusNaminator Update-7H should be there now.

 

Does it build that link on the fly?  If so, what could cause it to build it wrong?  If you'll notice my link ends at the - after 1.16.5.

 

I've removed it and re-installed it and it still behaves that way.

Link to comment

I have a question.
Not really specific for this docker but perhaps interesting for others.
I‘m running this docker via br0 on an own fixed IP.
Other dockers with a fixed IP are shown in my router but not this minecraft server.
The problem is that friends of my son want to connect to this server. I have to forward the port but I need to know which IPv6 this docker has.
It is not shown in the router so I can’t select it and I cannot put it manually because I don’t know it.
I gave this docker an fixed IPv4.
Does anyone know how I can manage this?

Link to comment
51 minutes ago, Schicksal said:

I have a question.
Not really specific for this docker but perhaps interesting for others.
I‘m running this docker via br0 on an own fixed IP.
Other dockers with a fixed IP are shown in my router but not this minecraft server.
The problem is that friends of my son want to connect to this server. I have to forward the port but I need to know which IPv6 this docker has.
It is not shown in the router so I can’t select it and I cannot put it manually because I don’t know it.
I gave this docker an fixed IPv4.
Does anyone know how I can manage this?

 

You could try adding -Djava.net.preferIPv6Addresses=true to the JVM_OPTS and see if that resolves it.

Link to comment

So is there a guide for N00Bs?

I tried to install SkyFactoryOne and i dont know what im doing wrong but i cant connect to the server :(

I just need some kind of skyblock server and when i lunch ver 1.12.2 MC dosnt work when i lunch 1.16.5 it cant connect to server i get this error: https://prnt.sc/HHuJVGDlfX2O also this is how the server show when i want to connect: https://prnt.sc/2xa0ZnwfpawR

 

I whent and installed this https://files.minecraftforge.net/net/minecraftforge/forge/index_1.16.5.html

what am i doing wrong?

Link to comment
On 2/7/2023 at 7:52 PM, Goobaroo said:

@ecogeek I'm not able to reproduce your issue with the latest enigmatica6 container.  It downloaded forge from maven, from my logs

 

[20:47:13] [INFO] Attempting to download installer from https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.16.5-36.2.39/forge-1.16.5-36.2.39-installer.jar

 

@AusNaminator Update-7H should be there now.

Looks loaderversion isn't getting set.  Any troubleshooting tips to find out why?

server-setup-config.yaml:    installerUrl: 'https://files.minecraftforge.net/maven/net/minecraftforge/forge/{{@mcversion@}}-{{@loaderversion@}}/forge-{{@mcversion@}}-{{@loaderversion@}}-installer.jar'

Link to comment
1 hour ago, ecogeek said:

Looks loaderversion isn't getting set.  Any troubleshooting tips to find out why?

server-setup-config.yaml:    installerUrl: 'https://files.minecraftforge.net/maven/net/minecraftforge/forge/{{@mcversion@}}-{{@loaderversion@}}/forge-{{@mcversion@}}-{{@loaderversion@}}-installer.jar'

I manually put in the loaderversion and now the server starts.  YAY!  but when I connect to it to play, the server crashes.  I can't figure out why.  I verified that my client is using the same version.  I'm going to try completely uninstalling and reinstalling again.

Link to comment
34 minutes ago, ecogeek said:

I manually put in the loaderversion and now the server starts.  YAY!  but when I connect to it to play, the server crashes.  I can't figure out why.  I verified that my client is using the same version.  I'm going to try completely uninstalling and reinstalling again.

Well after completely removing everything, it started without having to modify anything so that's good.  Still crashes on connect though.  :/

 

Link to comment
On 2/11/2023 at 5:13 PM, Ira said:

So is there a guide for N00Bs?

I tried to install SkyFactoryOne and i dont know what im doing wrong but i cant connect to the server :(

I just need some kind of skyblock server and when i lunch ver 1.12.2 MC dosnt work when i lunch 1.16.5 it cant connect to server i get this error: https://prnt.sc/HHuJVGDlfX2O also this is how the server show when i want to connect: https://prnt.sc/2xa0ZnwfpawR

 

I whent and installed this https://files.minecraftforge.net/net/minecraftforge/forge/index_1.16.5.html

what am i doing wrong?

You need to use a launcher like from Curseforge or ATLauncher, they can install all the client files that you need.  Modded servers need a modded client that has the same mods installed.

Link to comment

Yep, I set my self as OP that worked great.

I am looking for a way to monitor and send commands when not in game, for administration and chunk generation, etc. I tried setting up RCON, adding the port to the docker container, but it won't connect, I get invalid host name trying the WAN IP or 127.0.0.1

Any other ideas would be appreciated! Thanks again for responding!

Link to comment

Im using your Direwolf20 1.19 Server and it works perfectly. Thanks!

Only issue i have is i cant update the container to a new Version when an Update is out.

It always crashes with an error of a wrong mod version. I had to completely uninstall the Condainer and delete the Appdata folder for it and make a fresh install.

Any ideas? Had this problem when updating to 1.1.1 and now when i updated from 1.1.1 to 1.4.0.

Link to comment

Hi.

Thanks for the update on motd for create flavored, now i got another issue.

 

Auto_Restart does not work, i get this error-

 

Quote

[21:54:51] [Server thread/INFO] [de.ge.au.ut.ServerRestarter/]: Restart Server
[21:54:51] [Server thread/ERROR] [de.ge.au.ut.ServerRestarter/]: Auto Restart could not be done.
java.io.IOException: Cannot run program "": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1143) ~[?:?] {}
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1073) ~[?:?] {}
at de.geheimagentnr1.auto_restart.util.ServerRestarter.restartServer(ServerRestarter.java:34) ~[AutoRestart-1.19.2-2.0.1.jar%23192!/:2.0.1] {re:classloading}

 

Link to comment
On 2/27/2023 at 7:49 AM, AusNaminator said:

I'm running the Vault Hunters 3rd Edition with a couple of additional mods. Is there a way to keep my added mods installed when the server goes through an update?

No.  You'll need to manually add the mods back each time.  The upgrade process for all modpacks on servers is to delete the mods directory to clear out all the previous versions.  You could keep a copy of them in another directory so it is easier to copy them back.

Link to comment
  • Goobaroo changed the title to [Support] Goobaroo - Modded Minecraft Java Servers

Hi! First off I would like to say I greatly appreciate your work! I have already enjoyed your ATM8 and Enigmatica 6 Servers. They are ridiculously easy to set up and run flawlessly. Thank you! With that said, and with the understanding that you are probably busy, would you mind making a Mineshafts & Monsters one? No worries if you can't I will enjoy any of the plethora of other packs you provide. Thanks again!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.