Skip to content

NightHunter56/hermitcraftmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HermitcraftMap

Easily browse maps for all Hermitcraft seasons!

Live at https://saadbruno.github.io/hermitcraftmap/ Screenshot of the Hermitcraft Map

Points of Interest

POI example

The map supports POI (Points of Interest)!

Points of interest for each season should be listed at the respective data/hc<season>/poi.json. You can refer to the Season 6 POI file as an example.

Contributing to this is highly encouraged!

The structure is as follows:

{
    "title": "Title Goes Here",
    "coordX": 111,
    "coordY": 222,
    "coordZ": 333,
    "comment": "Description of the POI. This supports <b>HTML</b> (including <a href='https://youtube.com'>links</a>",
    "icon_url": "https://saadbruno.github.io/hermitcraftmap/img/mcmap_i_c.svg"
}

Roadmap:

  • Add other dimensions such as the Nether and the End. Currently limited by MinedMap, since it doesn't generate maps for those dimensions.

Development:

To run this locally, you just need a web server. It doesn't require any other kind of server side rendering technology. Just run a localhost server and navigate to index.html.

Links

This project wouldn't be possible without:

About

Leaflet map for all hermitcraft seasons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 54.1%
  • JavaScript 32.8%
  • HTML 13.1%