From 9420b8c5ef71dee01d7e19160992c34d5feef154 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Mon, 25 Apr 2022 18:40:22 +0200 Subject: . --- src/main/resources/config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/main/resources/config.json (limited to 'src/main/resources/config.json') diff --git a/src/main/resources/config.json b/src/main/resources/config.json new file mode 100644 index 0000000..da68812 --- /dev/null +++ b/src/main/resources/config.json @@ -0,0 +1,22 @@ +{ + "locale": "en-GB", + "world": "instance", + "loadingDepth": 2, + "resetDungeons": [ + { + "interval": 2592000, + "alias": "monthly", + "length": 10 + }, + { + "interval": 86400, + "alias": "daily", + "length": 10 + }, + { + "interval": 3600, + "alias": "hourly", + "length": 10 + } + ] +} \ No newline at end of file -- cgit v1.2.1