FarmControl
FarmControl copied to clipboard
cannot remove stacked mobs
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
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
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
tofalse
so if i set named to false will the system remove named mobs like zombies for iron golem farm or player pets?
Potentially - there's no way to really distinguish between a mob that is named by a player versus a mob that is a stack
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.