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

Mobs name is heart #1

Closed
eliyash31 opened this issue Nov 6, 2020 · 3 comments · Fixed by #11
Closed

Mobs name is heart #1

eliyash31 opened this issue Nov 6, 2020 · 3 comments · Fixed by #11

Comments

@eliyash31
Copy link

Hello how can I fix this? instead of getting the name of the mob, it just displays the hearts same as in the console log..

https://imgur.com/f5Rtf9c

I am using BeautyIndicator plugin to put hearts UI on mobs health

@sb2bg
Copy link
Owner

sb2bg commented Nov 11, 2020

Plugins like those change the entities display name to hearts, and that's how they display their health. I can look into seeing if there's a way to bypass this, but in the meantime I suggest turning off the entity name messages in config.

@Poweringg
Copy link

Plugins like those change the entities display name to hearts, and that's how they display their health. I can look into seeing if there's a way to bypass this, but in the meantime I suggest turning off the entity name messages in config.

You should make condition - if entity has in name ♥ symbol, then show its regular name(eg.Zombie) or show regular message (from.. eg. zombie-messages).

Hearts in chat are annoying, thanks. :D

Legoman99573 added a commit to Legoman99573/CustomDeathMessages-1 that referenced this issue Sep 6, 2021
- This can be annoying for those using plugins like mcMMO, so I added in a check when mcMMO is enabled to not use the message. This hopefully gets rid of the "Player1 is killed by ♥♥♥♥♥♥♥♥♥"

Signed-off-by: Legoman99573 <7460704+Legoman99573@users.noreply.github.com>
@Legoman99573
Copy link

In my fork/maintenance branch, I assume this comes from mcMMO and if the entity contains ❤ and mcMMO is running, it will no longer use custom messaging. Having mcMMO disabled or removed will display the ❤ as expected unless this comes from another plugin that renames mobs.

@sb2bg sb2bg mentioned this issue Jun 15, 2023
@sb2bg sb2bg closed this as completed in #11 Jun 16, 2023
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

Successfully merging a pull request may close this issue.

4 participants