mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 21:06:16 +00:00
i made this since yesterday and modified it a bit today few hours ago but forgor to commit 💀
37 lines
732 B
JSON
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"
|
|
}
|