/waypointCompass

A waypoint manager for Bukkit servers

Primary LanguageJava

waypointCompass

A waypoint manager for Bukkit servers. I built this to remedy the lack of minimap mods for the 1.7.4 version of Minecraft. Users could save location information, announce their current location, and point their in-game compass towards a saved location.

commands

  • wc mark {name} [private]
  • wc remove {name}
  • wc goto {name}
  • wc list
  • wc broadcast

in progress

  • Adding persistent data storage (mySQL)

to do

  • Choose more appropriate data types
  • Make CommandManager.java easier to read

links