Closed notdevcody closed 11 months ago
Some plugins that have to deal with entities use the getUniqueId from org/bukkit/Entity. It was removed in be91ab4 rendering some plugins unusable.
getUniqueId
org/bukkit/Entity
Confirmed wouldn't conflict with current player UUID logic. LGTM
Some plugins that have to deal with entities use the
getUniqueId
fromorg/bukkit/Entity
. It was removed in be91ab4 rendering some plugins unusable.