A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations.
Go to file
fescen9 b05fde203e Added control box to show/hide markers/spawns 2010-12-06 02:36:53 +00:00
web Added control box to show/hide markers/spawns 2010-12-06 02:36:53 +00:00
MapListener.java 2010-12-05 21:00:52 +00:00
MapManager.java Don't log FileNotFoundException when trying to load markers.csv. 2010-12-06 00:18:57 +00:00
MapMarker.java 2010-12-05 21:00:52 +00:00
MapTile.java 2010-12-05 21:00:52 +00:00
TileUpdate.java added fescen9 branch 2010-12-04 13:24:32 +00:00
WebServer.java 2010-12-05 21:00:52 +00:00
WebServerRequest.java 2010-12-05 21:00:52 +00:00
build.bat 2010-12-05 21:00:52 +00:00
build.sh added fescen9 branch 2010-12-04 13:24:32 +00:00
clean.bat 2010-12-05 21:00:52 +00:00
clean.sh added fescen9 branch 2010-12-04 13:24:32 +00:00
colors.txt added fescen9 branch 2010-12-04 13:24:32 +00:00
map.java 2010-12-05 21:00:52 +00:00
readme.txt Added default.aspx and some readme files 2010-12-06 01:02:57 +00:00

readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Commands
--------------------------------------------------
/map_wait [wait] - set wait between tile renders (ms)
/map_stat - query number of tiles in render queue
/map_regen - regenerate entire map (currently buggy)
/map_debug - send map debugging messages
/map_nodebug - disable map debugging messages

/addmarker [name] - adds a named marker to the map
/removemarker [name] - removes a named marker to the map
/listmarkers - list all named markers
/tpmarker [name] - teleport to a named marker

server.properties
--------------------------------------------------
map-colorsetpath - point to colors.txt
map-tilepath - point to web/tiles folder
map-markerpath - point to markers.csv file (do not need to create the file, one will be created when you create a marker)
map-serverport - the port the web server runs on (default is 8123)