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

Getting killed by mobs do not show right message. #520

Open
rjworks opened this issue Sep 2, 2020 · 1 comment
Open

Getting killed by mobs do not show right message. #520

rjworks opened this issue Sep 2, 2020 · 1 comment

Comments

@rjworks
Copy link

rjworks commented Sep 2, 2020

After getting killed by a couple of mobs(zombie, spider, and creeper), the chat says "myname was killed by" and that's it. No plugins enabled.
Capture

@IlkaySolotov
Copy link

src/MiNET/MiNET/HealthManager.cs line 48
[Description("{0} was slain by {1}")] EntityAttack,

{1} = src/MiNET/MiNET/Player.cs line 2368
protected virtual void EntityAttack(ItemUseOnEntityTransaction transaction)

it's not reading an actual entity, i believe it still has to be implemented

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

No branches or pull requests

3 participants