Configuration
mods/Hexora_SpellbookPlus/config.jsonFull Configuration
{
"execution": {
"maxNodesPerExecution": 50,
"maxExecutionDepth": 10
},
"cooldown": {
"globalCooldownMs": 500,
"minimumCooldownMs": 100
},
"instability": {
"safeThreshold": 50,
"warningThreshold": 75,
"dangerThreshold": 100,
"catastrophicThreshold": 150
},
"mana": {
"useNativeMana": false
},
"hud": {
"manaBarEnabled": true,
"showOnlyWithStaff": true
},
"storage": {
"storagePath": "spellbook/spells"
}
}Execution Settings
maxNodesPerExecution
Value
Range
maxExecutionDepth
Value
Range
Cooldown Settings
globalCooldownMs
Value
Range
minimumCooldownMs
Value
Range
Instability Settings
safeThreshold
Value
Range
warningThreshold
Value
Range
dangerThreshold
Value
Range
catastrophicThreshold
Value
Range
Mana Settings
useNativeMana
Value
Description
HUD Settings
manaBarEnabled
Value
Description
showOnlyWithStaff
Value
Description
Storage Settings
storagePath
Value
Default
Reloading Configuration
Last updated