Skip to content

samitheberber/heroku-buildpack-mcmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: MineCraft Map

This buildpack will provide MineCraft world in Google Map format using overviewer.

Usage

Example usage:

$ ls
data level.dat players region

$ heroku create --stack cedar --buildpack http://github.com/samitheberber/heroku-buildpack-mcmap.git

$ git push heroku master
...
-----> Heroku receiving push
-----> Fetching custom buildpack
-----> MineCraft Map app detected
-----> Found a level.dat

The buildpack will detect that your app has a level.dat in the root. World data is transformed to Google Map using Overviewer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 72.9%
  • Ruby 27.1%