2025-05-11 16:11:23 -05:00
[ General ]
#If enabled your console will fill with spam showing the various types of data you will need to fine tune this config
showConsoleIDS = false
#If selected the rest of the config is pointless. Default: false
tanningLotion = false
#Should players burn? Default: false
2025-05-11 17:47:58 -05:00
burnPlayers = true
2025-05-11 16:11:23 -05:00
#Should ops NOT burn? Default: true
2025-05-11 17:47:58 -05:00
noOpBurn = false
2025-05-11 16:11:23 -05:00
#If enabled armor in the head slot will prevent burning. Default: false
checkArmor = false
#If enabled armor will take damage if 'checkArmor' is enabled. Default: false
damageArmor = false
#If enabled effects will be checked to see if they prevent burning. Default: false
2025-05-11 17:47:58 -05:00
checkEffects = true
2025-05-11 16:11:23 -05:00
#Allow all of a mods' mobs from burning just by specifying the modid. Comma separated and quoted list
#Default: "iceandfire"
mods = [ "iceandfire" ]
#Allows specific mods' mobs to burn just by specifying their full id for example modid:mobname. Comma separated and quoted list
#Default: "minecraft:zombie","minecraft:skeleton"
2025-05-11 17:47:58 -05:00
mobs = [ "minecraft:zombie" , "minecraft:skeleton" ]
2025-05-11 16:11:23 -05:00
#Allows specific mods' blocks to be ignored while checking if you are able to see the sky by specifying their full id for example modid:blockname. Comma separated and quoted list
#Example: "minecraft:black_stained_glass"
2025-05-11 17:47:58 -05:00
ignoredBlocks = [ "minecraft:tinted_glass" ]
2025-05-11 16:11:23 -05:00
#If enabled the `dimensions` list will become a blacklist. Default: true
2025-05-11 17:47:58 -05:00
invertDimensions = false
2025-05-11 16:11:23 -05:00
#Specify dimensions that allow sun burning by specifying their full id for example modid:dimensionname. (If `invertDimensions` is set to true this turns into a dimension blacklist)
#Example: "minecraft:overworld"
2025-05-11 17:47:58 -05:00
dimensions = [ "minecraft:overworld" ]
2025-05-11 16:11:23 -05:00