Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot remove stacked mobs #10

Open
hkkongou opened this issue Oct 24, 2021 · 4 comments
Open

cannot remove stacked mobs #10

hkkongou opened this issue Oct 24, 2021 · 4 comments

Comments

@hkkongou
Copy link

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

@froobynooby
Copy link
Owner

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

@hkkongou
Copy link
Author

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?

@froobynooby
Copy link
Owner

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

@WarnDa
Copy link

WarnDa commented Dec 22, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants