Release 2.2.0
HaroTorch Version 2.2.0
Changelog
- Version bump to 2.2.0
- Added #3 : Config option to let non owners break a HaroTorch
- Added #2 : Config option to exclude mobs, Config option to only block Hostile mobs
- Added exclusion for EnderDragon
- Tested with 1.16.5
Update instructions
If you're already running another version of HaroTorch, you must add this to your existing config.yml:
#Should people be able to remove other people's torches. Default: false
allowRemoveNotOwnedTorch: false
#Should only hostile mobs be prevented from spawning. Default: true
#Note: Withers and Ender dragons are always spawnable
onlyBlockHostileMobs: true
# What mobs should be excluded from the block list
# Should NOT include minecraft: prefix!
#
# Example:
#
# mobsExcludeFromBlockList:
# - "zombie"
# - "zombie_pigman"
#
# It is important that the format matches what Minecraft itself uses!
mobsExcludeFromBlockList:
#Should people be able to remove other people's torches. Default: false
allowRemoveNotOwnedTorch: false
#Should only hostile mobs be prevented from spawning. Default: true
#Note: Withers and Ender dragons are always spawnable
onlyBlockHostileMobs: true
# What mobs should be excluded from the block list
# Should NOT include minecraft: prefix!
#
# Example:
#
# mobsExcludeFromBlockList:
# - "zombie"
# - "zombie_pigman"
#
# It is important that the format matches what Minecraft itself uses!
mobsExcludeFromBlockList: