Giter Site home page Giter Site logo

Comments (6)

Jmainguy avatar Jmainguy commented on August 12, 2024

Hey godleydemon,

The jar.conf the server is launching is cauldron-server.jar.conf, which prepare.sh would interpret the jar being named cauldron-server.jar. So you can either rename cauldron-server.jar.conf to cauldron.jar.conf and it will work with the existing prepare.sh, or you can edit prepare.sh so it looks for cauldron-server.jar instead, line 152 in the prepare.sh you pasted above.

Let me know if this fixes it.

Thank you,
Jon

from multicraft.

godleydemon avatar godleydemon commented on August 12, 2024

still having the same issue. Went ahead and yanked out the cauldron-server.jar from the zip I had of it and threw it into the jar directory for multicraft (not the client directory). My only guess, it's failing to create the directory and copy the jar from the main jar directory for Multicraft. Prepare.sh has remained unchanged. Only thing that has been changed is that there is now a cauldron-server.jar in the main multicraft jar directory.

Any other suggestions would be appreciated :)

from multicraft.

Jmainguy avatar Jmainguy commented on August 12, 2024

Yep, placing the jar there does not effect anything. the "if" statement in prepare.sh read's the jar name that multicraft is passing it, and multicraft determines the jar name based on the name of the jar.conf, so a godleydemon.jar.conf would be godleydemon.jar. Since you have not renamed the cauldron-server.jar.conf to cauldron.jar.conf, the issue still remains.

Edit prepare.sh, and change the if statement to look for cauldron-server.jar instead of cauldron.jar, and you will be in good shape.

from multicraft.

godleydemon avatar godleydemon commented on August 12, 2024

Yups, that seems to have fixed it and now I feel like and idiot and I should have seen that, lol. That's what I get for working so late and getting tunnel vision on things. Now I just have to figure out why in the world my console isn't working correctly. Works for some things, but not for others :/

Could it be because it's putting the log file into the cauldron directory instead of the log directory? That would make sense, and that would mean I have some php errors here on how it grabs the log file.

from multicraft.

godleydemon avatar godleydemon commented on August 12, 2024

So it seems I have a problem with my log.php file now, but that's not your issue XD. I was able to figure out why it wasn't displaying the log, but now it's not passing the command to refresh the console window anymore... -.-

Thankyou for your help bud, sometimes you just need someone to smack you in the head.

from multicraft.

Jmainguy avatar Jmainguy commented on August 12, 2024

Anytime, glad you are enjoying the scripts.

from multicraft.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.