Add option to have Dynmap STFU during start (verbose: false)

Add softdep, authors, stats commands to plugin.yml
This commit is contained in:
Mike Primm 2011-06-26 14:31:40 -05:00
parent 39281188bc
commit b937c4bf38
7 changed files with 26 additions and 9 deletions

View file

@ -384,7 +384,7 @@ public class MapManager {
DynmapWorld dynmapWorld = new DynmapWorld();
dynmapWorld.world = w;
dynmapWorld.configuration = worldConfiguration;
Log.info("Loading maps of world '" + worldName + "'...");
Log.verboseinfo("Loading maps of world '" + worldName + "'...");
for(MapType map : worldConfiguration.<MapType>createInstances("maps", new Class<?>[0], new Object[0])) {
map.onTileInvalidated.addListener(invalitateListener);
dynmapWorld.maps.add(map);