Additional Dropped Item Elements#7270
Conversation
Fusezion
left a comment
There was a problem hiding this comment.
iirc skript has a type registered for dropped entities can we make use of that instead of entity here so people don't interpret differently
I'm not seeing any registered |
ahhh ok, appreciate it |
ShaneBeee
left a comment
There was a problem hiding this comment.
Just some concerns I guess.
ShaneBeee
left a comment
There was a problem hiding this comment.
I'm still not a fan of returning null when something isn't null provided by Bukkit/Minecraft.
In my opinion this is super misleading.
ie: if owner/thrower of %itementity% is set: incorrectly returning false.
But if that is what the team wants, then I'll approve.
…tems # Conflicts: # src/main/java/ch/njol/skript/expressions/ExprEntityTamer.java
sovdeeth
left a comment
There was a problem hiding this comment.
Also may want to update this PR to use UUID instead of string, though that's optional.

Description
This PR aims to add additional elements relating to Dropped Items. Allowing users to get+set the owners and the entity that dropped items, as well as make them not despawn.
Target Minecraft Versions: any
Requirements: none
Related Issues: #5110