[Support] Goobaroo - Modded Minecraft Java Servers


Recommended Posts

17 hours ago, Qwuille said:

I would like to enable query in server file, anyway to add an option for it?

I did it the same way as with MOTD, nothing. Is in the Above and Beyond pack.

 

You should just be able to add the enable-query=true to the server.properties file.  I don't handle that value at all.

Link to comment
On 6/14/2023 at 8:47 AM, A_Mr said:

Could u also do DawnCraft its on curseforge I have been having a hard time setting it up on my own it keeps on crashing the way I did it

i would like to +1 this request

friends of mine are asking for a DawnCraft server 

Link to comment

First of all congratulations to you.

The Minecraft servers are all running properly. ATM9 has been released, could you please make a docker of that too? Would be super nice, your ATM8 Docker worked great and is still working for me today :)

 

Sincerely smashup1337

 

Edited by smashup1337
Link to comment

@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!

  • Thanks 1
Link to comment

@goobaroo , forgive my ingnorance but I am trying to get the life in the village to work for my daughter and I keep getting this message and it killing itself: 

(to execute a single source-file program)

 Arguments following the main class, source file, -jar <jarfile>,
 -m or --module <module>/<mainclass> are passed as the arguments to
 main class.

 where options include:

    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
    --class-path <class search path of directories and zip/jar files>
                  A : separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -p <module path>
    --module-path <module path>...
                  A : separated list of directories, each directory
                  is a directory of modules.
    --upgrade-module-path <module path>...
                  A : separated list of directories, each directory
                  is a directory of modules that replace upgradeable
                  modules in the runtime image
    --add-modules <module name>[,<module name>...]
                  root modules to resolve in addition to the initial module.
                  <module name> can also be ALL-DEFAULT, ALL-SYSTEM,
                  ALL-MODULE-PATH.
    --enable-native-access <module name>[,<module name>...]
                  modules that are permitted to perform restricted native operations.
                  <module name> can also be ALL-UNNAMED.
    --list-modules
                  list observable modules and exit
    -d <module name>
    --describe-module <module name>
                  describe a module and exit
    --dry-run     create VM and load main class but do not execute main method.
                  The --dry-run option may be useful for validating the
                  command-line options such as the module system configuration.
    --validate-modules
                  validate all modules and exit
                  The --validate-modules option may be useful for finding
                  conflicts and other errors with modules on the module path.
    -D<name>=<value>
                  set a system property
    -verbose:[class|module|gc|jni]
                  enable verbose output for the given subsystem
    -version      print product version to the error stream and exit
    --version     print product version to the output stream and exit
    -showversion  print product version to the error stream and continue
    --show-version
                  print product version to the output stream and continue
    --show-module-resolution
                  show module resolution output during startup
    -? -h -help
                  print this help message to the error stream
    --help        print this help message to the output stream
    -X            print help on extra options to the error stream
    --help-extra  print help on extra options to the output stream
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions with specified granularity
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions with specified granularity
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:jdwp
                  see also -agentlib:jdwp=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
                  show splash screen with specified image
                  HiDPI scaled images are automatically supported and used
                  if available. The unscaled image filename, e.g. image.ext,
                  should always be passed as the argument to the -splash option.
                  The most appropriate scaled image provided will be picked up
                  automatically.
                  See the SplashScreen API documentation for more information
    @argument files
                  one or more argument files containing options
    -disable-@files
                  prevent further argument file expansion
    --enable-preview
                  allow classes to depend on preview features of this release
To specify an argument for a long option, you can use --<name>=<value> or
--<name> <value>.


** Press ANY KEY to close this window ** 

I am assuming it needs another argument to start. What do I need to add to the docker template to get it to start?

Link to comment

@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.

  • Like 1
Link to comment

Hi

i am trying to install docker ATM9 it puls it ok but cant start it says ..

+ sed -i 's/server-port.*/server-port=25565/g' server.properties
sed: can't read server.properties: No such file or directory
+ chmod 755 run.sh
chmod: cannot access 'run.sh': No such file or directory
+ ./run.sh
/launch.sh: line 47: ./run.sh: No such file or directory

Link to comment
52 minutes ago, Killersplace said:

Hi

i am trying to install docker ATM9 it puls it ok but cant start it says ..

+ sed -i 's/server-port.*/server-port=25565/g' server.properties
sed: can't read server.properties: No such file or directory
+ chmod 755 run.sh
chmod: cannot access 'run.sh': No such file or directory
+ ./run.sh
/launch.sh: line 47: ./run.sh: No such file or directory

You have not given the folder write permissions on your unraid server.

Link to comment

@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

 

Edited by Goobaroo
Link to comment

this is the log file off forge jar installer 

JVM info: Oracle Corporation - 17.0.2 - 17.0.2+8-86
java.net.preferIPv4Stack=true
Current Time: 24/06/2023 11:01:38
Host: files.minecraftforge.net [51.79.83.165]
Host: maven.minecraftforge.net [51.79.83.165]
Host: libraries.minecraft.net [13.107.246.53, 13.107.213.53]
Host: launchermeta.mojang.com [13.107.246.53, 13.107.213.53]
Host: piston-meta.mojang.com [13.107.246.53, 13.107.213.53]
Host: authserver.mojang.com [65.9.55.49, 65.9.55.46, 65.9.55.8, 65.9.55.79]
Found java version 17.0.2
Target Directory: .
Data kindly mirrored by Forge at https://files.minecraftforge.net/
Considering minecraft server jar
java.net.SocketTimeoutException: Connect timed out
    at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:546)
    at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597)
    at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
    at java.base/java.net.Socket.connect(Socket.java:633)
    at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:299)
    at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:178)
    at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:498)
    at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:603)
    at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:266)
    at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:380)
    at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:189)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1242)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1128)
    at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:175)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1665)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
    at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529)
    at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:308)
    at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:257)
    at net.minecraftforge.installer.DownloadUtils.downloadManifest(DownloadUtils.java:337)
    at net.minecraftforge.installer.json.Util.getVanillaVersion(Util.java:73)
    at net.minecraftforge.installer.actions.ServerInstall.run(ServerInstall.java:86)
    at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:142)
Failed to download version manifest, can not find server jar URL.
There was an error during installation
 

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.