Nether Update
The plugin is now working for 1.16 and adds supports for the following mobs:
Unfortunately, Hoglin, Piglin, and Zoglins are not working correctly at the moment as their targeting seems to work differently compared to the other mobs.
Filter Conditions
As suggested, an option to only allow mobs with a certain name to be aggressive.
Code (YAML):
# All of the filter conditions must be true if you want the mob to be able to turn aggressive.
filter-conditions
:
# What should the mob be named as?
name
: Jeff
Fixes
Solved some harmless exceptions.