Skip to content

Instantly share code, notes, and snippets.

@halkeye
Created August 6, 2017 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halkeye/306c77afb17a175579fbc9776c7fcc28 to your computer and use it in GitHub Desktop.
Save halkeye/306c77afb17a175579fbc9776c7fcc28 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
cd /storage/games/minecraft
./bin/mcmap -from -50 -50 -to 50 50 -info servers/new_craft/map_info.json -file servers/new_craft/map.png servers/new_craft/world >/dev/null
rm servers/new_craft/map.zip
zip --quiet -9 -r servers/new_craft/map.zip servers/new_craft/world
s3cmd --acl-public -c .s3cfg put servers/new_craft/map.png s3://minecraft-gavinmogan/
s3cmd --acl-public -c .s3cfg put servers/new_craft/map.zip s3://minecraft-gavinmogan/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment