Posted March 17, 20205 yr Hi, I am having problems when trying to get the name of the item used to kill mobs. In my testing (see attached image) getSource is working but getTrueSource and getHeldEquipment is not. What do I need to do to get this working?
March 18, 20205 yr Hi Most likely, if trueSource or heldEquipment is null, it means "not relevant". eg the entity which caused the damage wasn't holding anything. In which case you should check for null first and do some kind of default if it's null Or have I misunderstood your question? -TGG
March 18, 20205 yr Author the issue is this is returning the error when I am holding something. I want to use this field to determine when a mob is killed by a specific weapon, if the death doesn't involve the specific weapon i can ignore it.
March 18, 20205 yr Author Thanks for pointing that out.... looks like my real problem is the item held is an array (as returns the off hand also)... I have got it working now THANKS ?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.