chipmunkmod/src/main/resources/default_config.json
ChomeNS d987be251f chomens auth i forgor to commit
i made this since yesterday and modified it a bit today few hours ago but forgor to commit 💀
2023-08-21 19:18:43 +07:00

37 lines
732 B
JSON

{
"commands": {
"prefix": "."
},
"core": {
"relativeArea": {
"start": { "x": 0, "y": 0, "z": 0 },
"end": { "x": 15, "y": 0, "z": 15 }
}
},
"bots": {
"hbot": { "prefix": "#", "key": null },
"sbot": { "prefix": ":", "key": null },
"chipmunk": { "prefix": "'", "key": null },
"chomens": { "prefix": "*", "key": null, "authKey": null },
"kittycorp": { "prefix": "^", "key": null },
"testbot": { "prefix": "-", "webhookUrl": null }
},
"customChat": {
"format": {
"translate": "chat.type.text",
"with": [
{
"selector": "USERNAME"
},
{
"text": "MESSAGE"
}
]
}
},
"autoSkinUsername": "off"
}