Code Monkey home page Code Monkey logo

Comments (7)

vincss avatar vincss commented on August 10, 2024 1

I also noticed that the server-stopper is not included in the egg, shouldn't we add it ?

from mcsleepingserverstarter.

vincss avatar vincss commented on August 10, 2024

Hi !
It should download the .jar.
https://github.com/vincss/mcsleepingserverstarter/blob/master/docs/pufferpanel.json#L9
Maybe @BoredKevin or @dada513 can have a look ?
I don't have a pterodactyl install that is ready to test, but I will try to get one.

from mcsleepingserverstarter.

WarrioR151 avatar WarrioR151 commented on August 10, 2024

I'm on pterodactyl, not pufferpanel, also i found problem already
fixed

from mcsleepingserverstarter.

vincss avatar vincss commented on August 10, 2024

go into Install Script

and add

curl -o ${SERVER_JARFILE} ${DOWNLOAD_URL} under mv ${SERVER_JARFILE} ${SERVER_JARFILE}.old
like this:


if [ -f ${SERVER_JARFILE} ]; then
	mv ${SERVER_JARFILE} ${SERVER_JARFILE}.old
fi

curl -o ${SERVER_JARFILE} ${DOWNLOAD_URL}

if [ ! -f mcsleepingserverstarter-linux-x64 ]; then
    echo -e "Running curl -Lo mcsleepingserverstarter-linux-x64 https://github.com/vincss/mcsleepingserverstarter/releases/latest/download/mcsleepingserverstarter-linux-x64"
    curl -Lo mcsleepingserverstarter-linux-x64 https://github.com/vincss/mcsleepingserverstarter/releases/latest/download/mcsleepingserverstarter-linux-x64
fi
chmod +x mcsleepingserverstarter-linux-x64

Fixing issue #139

from mcsleepingserverstarter.

vincss avatar vincss commented on August 10, 2024

Hi !
I updated the file in the dynmap branch, can you try it ?
https://github.com/vincss/mcsleepingserverstarter/blob/feature/dynmap_webserver/docs/egg-paper-mcsleepingserverstarter.json

from mcsleepingserverstarter.

vincss avatar vincss commented on August 10, 2024

It should be fixed in the master branch now (add server-stopper added).

from mcsleepingserverstarter.

vincss avatar vincss commented on August 10, 2024

No news.

from mcsleepingserverstarter.

Related Issues (20)

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.