Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 705 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 705 Bytes

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