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

Looking and on hit #26

Open
crazyboy13usa opened this issue Oct 28, 2024 · 3 comments
Open

Looking and on hit #26

crazyboy13usa opened this issue Oct 28, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@crazyboy13usa
Copy link

This was an issue on the on the old version dont know if it was carried over to the new reloaded version.

When both seeing hearts when attacking and viewing is enabled the harts only display when both conditions are true. When you hit a cow and it runs off you only see the hearts if you are able to keep your eye on it. This should not work this way currently its set to only display when both hit and look. It should be when Hitting OR looking. This way if you hit a mob and it runs off u can see the hearts as well as if you stare at one.

@DavideBlade DavideBlade self-assigned this Oct 29, 2024
@DavideBlade DavideBlade added the question Further information is requested label Oct 29, 2024
@DavideBlade
Copy link
Owner

At the moment it works as you say, and this is the expected behavior. Depending on the effect you want to achieve, you might consider showing the bar for a limited time after the hit with the following configuration:

mob-bars:
  enable: true
  always-shown: false
  show-only-if-looking: false
  hide-delay-seconds: 5

In this way, after you hit a cow, you can see its health for five seconds, regardless of whether you keep staring at it or not.

@crazyboy13usa
Copy link
Author

crazyboy13usa commented Oct 29, 2024

I would also like the ability to see it when looking at them without hitting them. It just adds a weird effect the way it is. The way i envisioned it to be would be if looking at a cow i would see the hearts. when hitting them and they run off i would see the hearts even if not directly staring at them when hitting them. Having both options turned on makes a weird effect where you only see the hearts when both scenarios are true. Hitting them and keeping your eyes locked on them as they run off. Like i said it should be the opposite. You see their hearts when either is true not both.
Maybe make another option (show-also-if-looking)
anyways thanks for the fast response and for making such a great plugin

@DavideBlade
Copy link
Owner

DavideBlade commented Nov 24, 2024

These are busy weeks. I will see what I can do to add this feature but there will be no updates in the short term (weeks or months).

@DavideBlade DavideBlade added the enhancement New feature or request label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants