1.16.5 Server Crash #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
WildToastyMop/CombatLog#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i hit my friend and then made him quit to check if the mod worked and the server crashed.
crash report https://pastebin.com/fH2GfxuK
did you change any of the values in the config?
I only changed for how long you are in combat
This server crash also happenes whilst on server even in 1.16.5 as well. It's because you are attempting to add an ITextComponent to the targeted hit player on the server side, rather than the client side (the method only ever gets misfired on the server if a player is hitting another player). You must make sure clients are listening to their own damage/deal damage events instead of when the player is hitting some other player.
only took 3 years
041c1f5