Create/config/freecam.json5
2025-07-06 13:20:24 +02:00

43 lines
737 B
Plaintext

{
"controls": {
"keys": null
},
"movement": {
"flightMode": "DEFAULT",
"horizontalSpeed": 1.0,
"verticalSpeed": 1.0
},
"collision": {
"ignoreTransparent": false,
"ignoreOpenable": false,
"ignoreCustom": false,
"whitelist": {
"ids": [],
"patterns": []
},
"ignoreAll": true,
"alwaysCheck": false
},
"visual": {
"perspective": "INSIDE",
"showPlayer": true,
"showHand": false,
"fullBright": false,
"showSubmersion": false
},
"utility": {
"disableOnDamage": true,
"freezePlayer": false,
"allowInteract": false,
"interactionMode": "CAMERA"
},
"servers": {
"mode": "NONE",
"whitelist": [],
"blacklist": []
},
"notification": {
"notifyFreecam": true,
"notifyTripod": true
}
}