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.
- wc mark {name} [private]
- wc remove {name}
- wc goto {name}
- wc list
- wc broadcast
- Adding persistent data storage (mySQL)
- Choose more appropriate data types
- Make CommandManager.java easier to read
- http://dl.bukkit.org/
- http://jd.bukkit.org/rb/doxygen/ (outdated version, but essential methods are here)