We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
src/MiNET/MiNET/HealthManager.cs line 48 [Description("{0} was slain by {1}")] EntityAttack,
[Description("{0} was slain by {1}")] EntityAttack,
{1} = src/MiNET/MiNET/Player.cs line 2368 protected virtual void EntityAttack(ItemUseOnEntityTransaction transaction)
protected virtual void EntityAttack(ItemUseOnEntityTransaction transaction)
it's not reading an actual entity, i believe it still has to be implemented
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: