oomfiecraft/config/notenoughcrashes.json
2022-07-21 03:58:52 -05:00

23 lines
No EOL
533 B
JSON

{
"disableReturnToMainMenu": false,
"deobfuscateStackTrace": true,
"catchInitializationCrashes": true,
"debugModIdentification": false,
"forceCrashScreen": false,
"crashLimit": 20,
"crashlogUpload": {
"destination": "BYTEBIN",
"hasteUrl": "https://hastebin.com/",
"bytebinUrl": "https://bytebin.lucko.me/",
"gist": {
"accessToken": "",
"unlisted": false
},
"pastebin": {
"uploadKey": "",
"privacy": "PUBLIC",
"expiry": "NEVER"
},
"customUserAgent": ""
}
}