More permissions, clickable teleport locations, more entities supported
Added permission "farmlimiter.receive-broadcast" to receive the periodic broadcast messages (disabled by default = anyone will see them). Enable the permission by setting "broadcast > require-permission" to true in config.yml.
Removed permission "farmlimiter.admin" and added separate ones:
farmlimiter.command.use (to use /farm)
farmlimiter.command.reload (for /farm reload)
farmlimiter.command.check (for /farm check)
farmlimiter.command.entities (for /farm entities)
farmlimiter.command.search (for /farm search)
farmlimiter.command.teleport (for /farm teleport)
Added clickable teleport locations in "/farm search" command. A clickable "[TP]" text will appear next to each entity group if you have the permission "farmlimiter.command.teleport" (it internally makes you execute /farmlimiter teleport, a new command added for this reason).
Added support for more non-living entities (projectiles, falling blocks, experience orbs, etc.). You can find the updated list in /plugins/FarmLimiter/entities.yml.
Added bStats to track anonymous usage stats (useful to take decisions on minimum required version compatibility). You can disable it from /plugins/bStats/config.yml (please don't, it has no impact on performance).
Vehicles plugin support (entities part of a vehicle will not be removed anymore).