RhysB / Project-Poseidon

A CraftBukkit CB1060 fork for Beta 1.7.3 fixing bugs and adding basic features
https://discord.gg/FwKg676
GNU General Public License v3.0
92 stars 34 forks source link

Add back getUniqueId to Entity #76

Closed notdevcody closed 11 months ago

notdevcody commented 1 year 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.

RhysB commented 11 months ago

Confirmed wouldn't conflict with current player UUID logic. LGTM