Add support for selectively hiding portions of world (hiddenlimits)
This commit is contained in:
parent
7e8e0411d9
commit
166a5272fb
6 changed files with 73 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ public class DynmapWorld {
|
|||
public ConfigurationNode configuration;
|
||||
public List<Location> seedloc;
|
||||
public List<MapChunkCache.VisibilityLimit> visibility_limits;
|
||||
public List<MapChunkCache.VisibilityLimit> hidden_limits;
|
||||
public AutoGenerateOption do_autogenerate;
|
||||
public MapChunkCache.HiddenChunkStyle hiddenchunkstyle;
|
||||
public int servertime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue