A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations.
Go to file
FrozenCow e761cff2b8 Added client-side portrait generation.
Replaced MarkerWithLabel with CustomMarker.
Reworked map.js for easier portrait generation and use of CustomMarker.
2010-12-28 14:41:44 +01:00
dist Updated distribution file name to make it more clear to users which one they are downloading. 2010-12-17 02:29:35 +00:00
doc Merge of trunk version 9-19 2010-12-08 07:18:12 +00:00
misc Merge of trunk version 9-19 2010-12-08 07:18:12 +00:00
web Added client-side portrait generation. 2010-12-28 14:41:44 +01:00
Cache.java Merge of trunk version 9-19 2010-12-08 07:18:12 +00:00
DMFlatFileSource.java - Renamed markers.csv to markers.txt 2010-12-10 06:48:09 +00:00
DMMySQLSource.java - Renamed markers.csv to markers.txt 2010-12-10 06:48:09 +00:00
MapListener.java - Map listens for player login and downloads, crops and resizes the players skin (face only) 2010-12-12 20:55:16 +00:00
MapManager.java Merged revisions 37-48 from trunk. 2010-12-17 02:19:56 +00:00
MapTile.java Try to load chunk if it is not (yet) available. 2010-12-27 10:40:58 +01: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 Merged clock from svn trunk. 2010-12-27 12:24:03 +01:00
build.bat Updated distribution file name to make it more clear to users which one they are downloading. 2010-12-17 02:29:35 +00:00
build.sh added fescen9 branch 2010-12-04 13:24:32 +00:00
clean.bat Keep a copy of the latest distribution for users looking for a pre-compiled jar. 2010-12-10 06:49:56 +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 - Map listens for player login and downloads, crops and resizes the players skin (face only) 2010-12-12 20:55:16 +00:00
readme.txt - Markers are now known as "Signs" 2010-12-11 04:56:06 +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
/map_regenzoom - regenerates zoom-out tiles

/addsign [name] - adds a named sign to the map
/removesign [name] - removes a named sign to the map
/listsigns - list all named signs
/tpsign [name] - teleport to a named sign

server.properties
--------------------------------------------------
map-colorsetpath - point to colors.txt
map-tilepath - point to web/tiles folder
map-signspath - point to signs.txt file (do not need to create the file, one will be created when you create a sign)
map-serverport - the port the web server runs on (default is 8123)
map-showmarkers - a list of which markers to show on the map, comma separated if multiple (spawn, homes, warps, signs, players, all, none)