jdpage / mchttpinfowrapper

Server wrapper for stock minecraft exposing information via HTTP
GNU Affero General Public License v3.0
0 stars 0 forks source link

minecraft server jar should not be included in Docker image #9

Open jdpage opened 9 years ago

jdpage commented 9 years ago

It's illegal to redistribute the server jar, which means that we have to do one of two things:

I'm inclined to take the latter route, and have the server automatically download the jarfile as part of the start-up process. It already agrees to the EULA, so adding this step shouldn't be a huge problem.