2010-12-06 03:36:53 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2010-12-05 22:00:52 +01:00
|
|
|
<meta name="description" content="Minecraft Dynamic Map" />
|
|
|
|
<meta name="keywords" content="minecraft, map, dynamic" />
|
2010-12-06 03:36:53 +01:00
|
|
|
<meta name="language" content="en"/>
|
|
|
|
<title>
|
2010-12-05 22:00:52 +01:00
|
|
|
Minecraft Dynamic Map
|
2010-12-06 03:36:53 +01:00
|
|
|
</title>
|
|
|
|
<link rel="shortcut icon" href="follow_off.png" type="image/png" />
|
|
|
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
|
|
|
|
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
|
|
|
|
<script type="text/javascript" src="map.js" ></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="mcmap"></div>
|
2010-12-11 06:15:40 +01:00
|
|
|
<div id="plist" style="display:none;"><img id="plistbtn" alt="on" src="list_on.png" onclick="plistopen()" title="Player list" />
|
2010-12-06 03:36:53 +01:00
|
|
|
<div id="lst">[Connecting]</div>
|
|
|
|
</div>
|
2010-12-11 06:15:40 +01:00
|
|
|
<div id="controls" style="display:none;">
|
- Markers are now known as "Signs"
- map-markerpath is now map-signspath (YOU MUST SET THIS TO YOUR CURRENT FILE IF YOU HAVE ONE)
- Commands have been renamed to: /addsign, /removesign, /listsigns, /tpsign (Update groups.txt if required)
- New map-showmarkers server.property (comma separated list of options spawn,homes,warps,signs,players or you can set it to all or none; yes, can even hide players but still show warps, spawns, etc...)
- map-showmarkers directly affects what output via the "up" directory so what you include in your options is included in the data, and ultimately the map
- Internally, signs are now Warp based so no longer owner based
- index.html updated to add divs around checkboxes
- map.js updated to consolidate both players and markers into a single if statement
- checkboxes dynamically show/hide from the map based on the number of items on the map (will hide if there are none, especially based on map-showmarkers)
- Player list shows/hides based on number of players (or map-showmarkers setting)
2010-12-11 05:56:06 +01:00
|
|
|
<form action="#" method="get">
|
2010-12-11 06:15:40 +01:00
|
|
|
<div id="warpsDiv" style="display:none;">
|
- Markers are now known as "Signs"
- map-markerpath is now map-signspath (YOU MUST SET THIS TO YOUR CURRENT FILE IF YOU HAVE ONE)
- Commands have been renamed to: /addsign, /removesign, /listsigns, /tpsign (Update groups.txt if required)
- New map-showmarkers server.property (comma separated list of options spawn,homes,warps,signs,players or you can set it to all or none; yes, can even hide players but still show warps, spawns, etc...)
- map-showmarkers directly affects what output via the "up" directory so what you include in your options is included in the data, and ultimately the map
- Internally, signs are now Warp based so no longer owner based
- index.html updated to add divs around checkboxes
- map.js updated to consolidate both players and markers into a single if statement
- checkboxes dynamically show/hide from the map based on the number of items on the map (will hide if there are none, especially based on map-showmarkers)
- Player list shows/hides based on number of players (or map-showmarkers setting)
2010-12-11 05:56:06 +01:00
|
|
|
<img src="warp.png" alt="Warps" title="Warps" />
|
|
|
|
<input type="checkbox" checked="checked" id="showWarps" />
|
|
|
|
</div>
|
2010-12-11 06:15:40 +01:00
|
|
|
<div id="signsDiv" style="display:none;">
|
- Markers are now known as "Signs"
- map-markerpath is now map-signspath (YOU MUST SET THIS TO YOUR CURRENT FILE IF YOU HAVE ONE)
- Commands have been renamed to: /addsign, /removesign, /listsigns, /tpsign (Update groups.txt if required)
- New map-showmarkers server.property (comma separated list of options spawn,homes,warps,signs,players or you can set it to all or none; yes, can even hide players but still show warps, spawns, etc...)
- map-showmarkers directly affects what output via the "up" directory so what you include in your options is included in the data, and ultimately the map
- Internally, signs are now Warp based so no longer owner based
- index.html updated to add divs around checkboxes
- map.js updated to consolidate both players and markers into a single if statement
- checkboxes dynamically show/hide from the map based on the number of items on the map (will hide if there are none, especially based on map-showmarkers)
- Player list shows/hides based on number of players (or map-showmarkers setting)
2010-12-11 05:56:06 +01:00
|
|
|
<img src="sign.png" alt="Signs" title="Signs" />
|
|
|
|
<input type="checkbox" checked="checked" id="showSigns" /><br />
|
|
|
|
</div>
|
2010-12-11 06:15:40 +01:00
|
|
|
<div id="homesDiv" style="display:none;">
|
- Markers are now known as "Signs"
- map-markerpath is now map-signspath (YOU MUST SET THIS TO YOUR CURRENT FILE IF YOU HAVE ONE)
- Commands have been renamed to: /addsign, /removesign, /listsigns, /tpsign (Update groups.txt if required)
- New map-showmarkers server.property (comma separated list of options spawn,homes,warps,signs,players or you can set it to all or none; yes, can even hide players but still show warps, spawns, etc...)
- map-showmarkers directly affects what output via the "up" directory so what you include in your options is included in the data, and ultimately the map
- Internally, signs are now Warp based so no longer owner based
- index.html updated to add divs around checkboxes
- map.js updated to consolidate both players and markers into a single if statement
- checkboxes dynamically show/hide from the map based on the number of items on the map (will hide if there are none, especially based on map-showmarkers)
- Player list shows/hides based on number of players (or map-showmarkers setting)
2010-12-11 05:56:06 +01:00
|
|
|
<img src="home.png" alt="Homes" title="Homes" />
|
|
|
|
<input type="checkbox" checked="checked" id="showHomes" /><br />
|
|
|
|
</div>
|
2010-12-11 06:15:40 +01:00
|
|
|
<div id="spawnsDiv" style="display:none;">
|
- Markers are now known as "Signs"
- map-markerpath is now map-signspath (YOU MUST SET THIS TO YOUR CURRENT FILE IF YOU HAVE ONE)
- Commands have been renamed to: /addsign, /removesign, /listsigns, /tpsign (Update groups.txt if required)
- New map-showmarkers server.property (comma separated list of options spawn,homes,warps,signs,players or you can set it to all or none; yes, can even hide players but still show warps, spawns, etc...)
- map-showmarkers directly affects what output via the "up" directory so what you include in your options is included in the data, and ultimately the map
- Internally, signs are now Warp based so no longer owner based
- index.html updated to add divs around checkboxes
- map.js updated to consolidate both players and markers into a single if statement
- checkboxes dynamically show/hide from the map based on the number of items on the map (will hide if there are none, especially based on map-showmarkers)
- Player list shows/hides based on number of players (or map-showmarkers setting)
2010-12-11 05:56:06 +01:00
|
|
|
<img src="spawn.png" alt="Spawn" title="Spawn" />
|
|
|
|
<input type="checkbox" checked="checked" id="showSpawn" /><br />
|
|
|
|
</div>
|
2010-12-06 03:36:53 +01:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<div id="link"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|