Skip to content

Abelkrijgtalles/mojang-maps

Repository files navigation

Mojang Maps

DISCLAIMER: NOT AN OFFICIAL MINECRAFT/MOJANG PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.

Status: I really don't know what I'm going to do. It's been dead since February. Maybe I'll make a cross-platform & cross-version rewrite, or maybe I'll leave it to die.

A Google Maps like navigation system for Minecraft.

Donate Crowdin

View more information on the Mojang Maps wiki!

Roadmap

Moved to the Mojang Maps wiki and #14.

Commands

  • /registerlocation /createlocation - Register a location.
  • /registerroad /createroad - Register a road.
  • /goto - Go to a specific location.
  • /whereamistanding /whichroad /where - Shows where you're standing.
  • /reloadconfigsfromdisk /reloadconfigs /reloadconfig - Reloads all the configs from disk.
  • /navigation /gotogui - Go to a specific location and view the navigation in GUI form.

Permissions

  • mojangmaps.register - Lets you register things.
    • mojangmaps.register.location - Lets you register a location.
    • mojangmaps.register.road - Lets you register a road.
  • mojangmaps.using - Lets you use Mojang Maps.
    • mojangmaps.using.goto - Lets you go to a location.
    • mojangmaps.using.viewlocation - Lets you view your location
    • mojangmaps.using.navigation - Lets you go to a location and view the navigation in GUI form.
  • mojangmaps.util - Some useful tools fo an admin.
    • mojangmaps.util.reloadconfigs - Lets you reload your configs from disk.

Links

Credits/Code I used

  • ConfigLib made by Exlll, so I don't have to implement my own config system.
  • GraphHopper. Without this project, I wouldn't have been able to implement navigation, as everytime I try to, it just doesn't work, but GraphHopper does just work.