CHA/config/dailyshop/daily_shop.json

14 lines
242 B
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"default": {
"startEpoch": 0,
"refreshDelay": 60000,
"trades": "daily_shop"
},
"custom": {
"some_custom_shop": {
"startEpoch": 0,
"refreshDelay": 30000,
"trades": "daily_shop"
}
}
}