artheus / feedthebeast-docker-servers

FTB Minecraft servers dockerized
The Unlicense
30 stars 6 forks source link

Add DynMap to build script #6

Closed artheus closed 6 years ago

artheus commented 6 years ago

DynMap should be downloaded to the mods folder in container ( /home/minecraft/mcmyadmin/Minecraft/mods )

The only thing making it a bit more complex is that there are one DynMap release for each single Minecraft version. So to solve this, the versions and the download url for the dynmap jars should be added to another yml file, and read using the node script. Wget should then be called from the node script to download the file to the correct directory, and with the correct url.