Added support for non-living entity types (boats, minecarts, paintings, dropped items, armor stands, etc). The special value "all" inside the rules is unchanged, it still only includes living entities to avoid problems. You need to manually list the non-living entity types in order to include them in the rules, for example:
Code (YAML):
- entities: all, boat, minecart
worlds: all distance: 5
max-amount: 10
A list of supported non-living entities can be found in /plugins/FarmLimiter/entities.yml
Added option to exclude mobs with a nametag, can be enabled with "extra > exclude-nametagged" in config.yml (it's disabled by default)
Tamed or named mobs will now count for groups, instead of being completely ignored, but will not be removed depending on the configuration.