77 lines
No EOL
1.5 KiB
JSON
77 lines
No EOL
1.5 KiB
JSON
{
|
|
"logging": {
|
|
"consoleLogLevel": "INFO",
|
|
"fileLogLevel": "TRACE",
|
|
"fileLogPath": "logs/BlossomMods.log",
|
|
"fileLogAppend": true,
|
|
"disableCustomLogger": false
|
|
},
|
|
"baseTeleportation": {
|
|
"bossBar": {
|
|
"enabled": true,
|
|
"color": "blue",
|
|
"textColor": "white"
|
|
},
|
|
"titleMessage": {
|
|
"enabled": true,
|
|
"titleCounting": {
|
|
"counterColor": "gold",
|
|
"color": "light_purple",
|
|
"modifiers": "b"
|
|
},
|
|
"subtitleCounting": {
|
|
"counterColor": "gold",
|
|
"color": "red",
|
|
"modifiers": "i"
|
|
},
|
|
"titleDone": {
|
|
"color": "green",
|
|
"modifiers": "b"
|
|
},
|
|
"subtitleDone": {
|
|
"color": "green",
|
|
"modifiers": "i"
|
|
}
|
|
},
|
|
"actionBarMessageEnabled": false,
|
|
"fovEffectBefore": {
|
|
"enabled": false,
|
|
"values": [
|
|
1.0,
|
|
0.0,
|
|
1.0,
|
|
0.0
|
|
],
|
|
"start": 1.0,
|
|
"end": 0.5,
|
|
"stepCount": 10
|
|
},
|
|
"fovEffectAfter": {
|
|
"enabled": false,
|
|
"values": [
|
|
0.0,
|
|
1.0,
|
|
0.0,
|
|
1.25
|
|
],
|
|
"start": 0.5,
|
|
"end": 1.0,
|
|
"stepCount": 10
|
|
},
|
|
"particleAnimation": "OFF",
|
|
"allowBack": true,
|
|
"cancelOnMove": false
|
|
},
|
|
"colors": {
|
|
"base": "light_purple",
|
|
"warn": "yellow",
|
|
"error": "red",
|
|
"success": "green",
|
|
"variable": "gold",
|
|
"player": "aqua",
|
|
"command": "gold",
|
|
"commandDescription": "white"
|
|
},
|
|
"dimNameOverrides": null,
|
|
"enableMC124177Fix": true
|
|
} |