Posts by SMASHED

The Aternos forums are now deprecated

Learn more about this change here.

For help regarding Aternos, we recommend you to visit our support center.

    Hello,

    First of all I'd like to congratulate the team for this wonderful service, thanks to aternos, my friend and myself can play on the same server for free!

    I set up a minecraft map with a web interface (overviewer) on a private server, I download the world files once a while and refresh the map.

    I would like to download the map automatically, say once a week on my server to refresh the map using a cronjob.

    However I can't seem to authenticate myself properly using curl and a cookie to fetch the file. (I found the url for the file inspecting the js files /panel/ajax/worlds/download.php?world=<my-world-name>)

    Does anyone have an idea ? I'd like to avoid solutions like selenium, but I'll probably end up using it...

    I do know that exaroton provides an API, but stepping up to it seems like an overkill to me, since I only want to automatize something I can already to manually.

    If anyone has thoughts on this topic, I'd be happy to hear them !