Type Alias ConfigResponse
ConfigResponse: {
allowchat: boolean;
allowwebchat: boolean;
components: ConfigComponent[];
confighash: number;
coreversion: string;
cyrillic: boolean;
defaultmap: MapTypeName;
defaultworld:
| "earth"
| "some-other-bogus-world"
| "nether"
| "overworld";
defaultzoom: number;
dynmapversion: string;
grayplayerswhenhidden: boolean;
joinmessage: string;
jsonfile: boolean;
login-enabled: boolean;
loginrequired: boolean;
maxcount: number;
quitmessage: string;
showlayercontrol: "true" | "false" | boolean;
showplayerfacesinmenu: boolean;
sidebaropened: boolean;
title: string;
updaterate: number;
webchat-interval: number;
webchat-requires-login: boolean;
webprefix: string;
worlds: WorldConfig[];
}