ColinHDev / CPlot

Land and world management plugin for PocketMine-MP
https://discord.gg/cAYKEtaqnp
GNU General Public License v3.0
29 stars 12 forks source link

MyPlot compatiblity fails if offline player data is missing LastKnownXUID #77

Closed HimbeersaftLP closed 1 year ago

HimbeersaftLP commented 1 year ago

https://github.com/ColinHDev/CPlot/blob/a677069f425065f63a555f0afe22c17c4f183c6e/src/ColinHDev/CPlot/provider/DataProvider.php#L1527

Crashes with this Exception:

pocketmine\nbt\NoSuchTagException: "Tag "LastKnownXUID" does not exist" (EXCEPTION) in "pmsrc/vendor/pocketmine/nbt/src/tag/CompoundTag" at line 156
HimbeersaftLP commented 1 year ago

Thanks!