package net.cubespace.dynmap.multiserver.Config;
import net.cubespace.Yamler.Config.Config;
/**
* @author geNAZt (fabian.fassbender42@googlemail.com)
*/
public class Dynmap extends Config {
public String Folder = "test";
public String Url = "";
public Integer UpdateInterval = 1;
}