-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support Citizens Sentinels #17
Comments
After some testing, it seems like treating the Citizens NPCs as mobs doesn't fix the problem as setting the customName like a normal entity doesn't work (since they are actually Players as far as the server is concerned) and keeping it as a player isn't ideal since the vanilla hearts scoreboard doesn't seem to work with them. It's worth noting that without any changes to the code, the following healthbars work for Citizens player NPCs (in the
So, we can
Either way, if we intend to support it more directly, I'd probably suggest having them on a separate config....eg
@Puremin0rez and @Maitlans, any ideas/preferences? |
Thank you so much for the detailed post, thank you for attempting to add integration, I've never really seen a plugin with it integrated so it must be really hard or not possible at its current state. Yeah I agree, sorry for the late response. |
We should be able to add a soft-dependency on citizens to add proper support for healthbars on their NPCs (Sentinels in particular)
According to @Maitlans, the API seems to treat them as players and the health shows as
0
. See report in #15The text was updated successfully, but these errors were encountered: