Expanded internal webserver to also handle web and tiles, where web-files can be retrieved from filesystem or jar. Also some debugging changes.
This commit is contained in:
parent
b4fca31cd5
commit
6a7559f3ad
11 changed files with 247 additions and 84 deletions
|
|
@ -5,11 +5,12 @@ import java.util.Map;
|
|||
|
||||
import org.bukkit.World;
|
||||
import org.dynmap.MapManager;
|
||||
import org.dynmap.debug.Debugger;
|
||||
|
||||
public class CaveTileRenderer extends DayTileRenderer {
|
||||
|
||||
public CaveTileRenderer(Map<Integer, Color[]> colors, String outputPath) {
|
||||
super(colors, outputPath);
|
||||
public CaveTileRenderer(Debugger debugger, Map<Integer, Color[]> colors, String outputPath) {
|
||||
super(debugger, colors, outputPath);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue