chipmunkmod/src/main/resources/default_config.json

38 lines
715 B
JSON
Raw Normal View History

{
"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 },
2023-06-11 08:26:35 +07:00
"kittycorp": { "prefix": "^", "key": null },
"testbot": { "prefix": "-", "webhookUrl": null }
2023-05-03 21:02:11 +07:00
},
"customChat": {
"format": {
"translate": "chat.type.text",
"with": [
{
"selector": "USERNAME"
},
2023-05-11 14:52:17 +07:00
{
"text": "MESSAGE"
}
2023-05-03 21:02:11 +07:00
]
}
},
"autoSkinUsername": "off"
2023-05-03 21:02:11 +07:00
}