Changes in the config.yml
- Added option to disable spawning creatures other than Wardens.
- Added option for Warden to target different players based on a chance value, if it is set to 100 the Boss will target to the nearest enemy.
YAML:wardens: 'default': # The chance for the Warden to target the player who hit him. chance-to-target: 50 naturally-spawning-wardens: # Should we disable spawning of other creatures other than Wardens? disable-creature-spawn: false
