18 lines
932 B
JSON
18 lines
932 B
JSON
|
{
|
||
|
"showCommandExecutionErrors": {
|
||
|
"desc:": "Whether to display errors during command execution: default:true",
|
||
|
"showCommandExecutionErrors": true
|
||
|
},
|
||
|
"debugChunkloadAttempts": {
|
||
|
"desc:": "Enables debug logging of chunks being forceloaded on serverthread by directly accessing an unloaded chunk, which stalls the server until the chunk finishes loading: default:false",
|
||
|
"debugChunkloadAttempts": false
|
||
|
},
|
||
|
"logOffthreadEntityAdd": {
|
||
|
"desc:": "Entities should only be added on the server thread itself, cupboard fixes the crashes caused by mods violating that, this option enables the logging of those: default:true",
|
||
|
"logOffthreadEntityAdd": true
|
||
|
},
|
||
|
"forceHeapDumpOnOOM": {
|
||
|
"desc:": "Enables creating a heap dump automatically once the game crashes with an out of memory issue, use with care heapdumps take a lot of space. default:false",
|
||
|
"forceHeapDumpOnOOM": false
|
||
|
}
|
||
|
}
|