Changelog:
- Added toggleable entity ownership check (entity.ownership-check). It is enabled by default and makes so player will not receive the rewards if they kill an entity that was also bred by them.
Default configuration has been updated and now contains new setting (entity.ownership-check). You do not have to let the plugin create the new default configuration (you can add the new setting yourself).
Code (YAML):
# Entity related settings and rewardable activities.
entity
:
# Whether ownership of the entity should be checked.
# If set to true, killing an entity that was bred by the same player
# will result in no rewards given to that player.
ownership-check
: true