gerhalt / mining-camp

Easy automated configuration and deployment of Minecraft servers on AWS spot instances, featuring automatic backups and restoration using S3.
45 stars 7 forks source link

Server invocation is wrong #25

Closed gerhalt closed 4 years ago

gerhalt commented 4 years ago

When I originally wrote this, I was using FTB, which uses a ServerStart.sh script that in turns makes the java ... call to actually run the server. My bootstrap script expects this script to exist in the base of the server archive. If you use something like Vanilla MC, however, this script doesn't exist. This should be changed to something more generic, or instruct users how to create / populate it.