chipmunkmod/src/main/resources/default_config.json

12 lines
172 B
JSON
Raw Normal View History

{
"commands": {
"prefix": "."
},
"core": {
"relativeArea": {
"start": { "x": 0, "y": 0, "z": 0 },
"end": { "x": 15, "y": 0, "z": 15 }
}
}
}