Abtract Arrow pickup rule
Summary https://pastebin.com/Qy5UGK3B The issue happens whenever the skill:
- shoot{type=ARROW;velocity=1;oh=goblinArrowDamage} is ran The issue is in the type=ARROW when changed to snowball the error no longer happens.
Steps to reproduce Create a mob that shoots an ARROW.
Current behavior
The bug seems to happen both when you get shot and when you are trying to pickup the arrow fired by a mob with the above skill. This spams the console and lags the server when multiple mobs are firing at a player.
Intended correct behavior
Fix the console spam, I am not sure how but maybe remove the entity after it hits would fix it?
Server log file
Debug log snippet
Proposed fixes
I am not sure how to fix the abstract pickup issue.