- Renamed markers.csv to markers.txt
- Changed format of markers.txt to colon delimited instead of comma (no need to change anything, plugin will read both types and save in the new format) - Added support for warps/homes/spawn from data source (either flatfile or mysql) - Renamed images to be more specific to what they represent (marker = marker.png) for you customizers. - Added fix to mapUpdate to keep marker/player names from conflicting
This commit is contained in:
parent
cf2f585364
commit
dfbd69f64e
14 changed files with 183 additions and 85 deletions
|
|
@ -21,10 +21,14 @@
|
|||
</div>
|
||||
<div id="controls">
|
||||
<form action="#" method="get">
|
||||
<img src="watch.png" alt="warps" title="Warps" />
|
||||
<img src="warp.png" alt="Warps" title="Warps" />
|
||||
<input type="checkbox" checked="checked" id="showWarps" /><br />
|
||||
<img src="sign.png" alt="marker" title="Markers" />
|
||||
<input type="checkbox" checked="checked" id="showMarkers" />
|
||||
<img src="marker.png" alt="Markers" title="Markers" />
|
||||
<input type="checkbox" checked="checked" id="showMarkers" /><br />
|
||||
<img src="home.png" alt="Homes" title="Homes" />
|
||||
<input type="checkbox" checked="checked" id="showHomes" /><br />
|
||||
<img src="spawn.png" alt="Spawn" title="Spawn" />
|
||||
<input type="checkbox" checked="checked" id="showSpawn" /><br />
|
||||
</form>
|
||||
</div>
|
||||
<div id="link"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue