FarmControl icon indicating copy to clipboard operation
FarmControl copied to clipboard

cannot remove stacked mobs

Open hkkongou opened this issue 3 years ago • 4 comments

paper 780 1.16.5 farmcontrol 1.1.8

Farm control cannot remove stacked mobs in chunks with its profiler actions.

The following profiler works for removing excess vanilla mobs, but does not work on stackers mobs, i use wildstacker in my server.

  soft-nerf-animal-farms:
    group:
      types:
        - "category:animal"
        - villager
        - "category:monster"
      count: 4
      distance: same-chunk
    actions:
      - remove

video demonstration: https://youtu.be/OwYIyJ7_xbw

hkkongou avatar Oct 24 '21 13:10 hkkongou

This is because stacked mobs are named, and the plugin will not remove named mobs by default. This can be changed in the config by setting world-settings > exclusion-settings > named to false

froobynooby avatar Oct 27 '21 07:10 froobynooby

This is because stacked mobs are named, and the plugin will not remove named mobs by default. This can be changed in the config by setting world-settings > exclusion-settings > named to false

so if i set named to false will the system remove named mobs like zombies for iron golem farm or player pets?

hkkongou avatar Oct 28 '21 05:10 hkkongou

Potentially - there's no way to really distinguish between a mob that is named by a player versus a mob that is a stack

froobynooby avatar Oct 28 '21 10:10 froobynooby

An option to hook into common stacker (wildstacker/rose stacker), or add a "whitelist" and mobs with something special in their name (exemple &3&lXX) would be not counted as "renamed mob"

Because I'm in the same sitatution, and player complain about their "own renamed mobs" being killed.

WarnDa avatar Dec 22 '21 20:12 WarnDa