-
-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom player head and mob head (from creative menu) generate a warning "Owner is null" #643
Comments
Looks like when the datapack generates player heads it’s not specifying an owner… |
It’s a fairly simple fix. |
I assume the issue is there : Funny thing is it appear that CO seems to add the owner if none are set. Edit : By looking at both : They only refer to the "getSkullOwner" function, but they check if the item as the "hasOwner" set to true : Somehow, it pass this check even if the "owner" is set to "null". |
Yeah, it’s probably some weird stuff that the datapack does. |
Same problem on: Paper 1.20.1 build 196 with CoreProtect 22.4 This is not only done by datapacks, but also by give commands or plugins when the owner is not specified. If the fix is simple as described here, why hasn't it been done yet? |
I did update the title as this also happen if you use the heads you can find in the creative menu. Still an issue in CO 23.2-RC2 |
Getting this issue as well in CO 23.2-RC2, never had this issue before this version actually (I believe my previous version was 23.0). |
Just an update, as discussing this on the official Discord too, latest error log output in the console using CO 23.2-RC2
Also, my servers has been since updated to 1.21.3 (build 80 at that moment) |
Hi there,
With CoreProtect-Edge 23.1, I get this "error" each time I place or break a custom player head (same message, whatever the head is, tested with, at least, Iron Golem and Ghast heads) :
Those heads are generated by a Vanilla Tweak datapack : More mob heads
Server : PaperMC version 1.21.1-build 85 (will update to build 89, but that will not change this behavior :D )
DataPack "More Mob Heads" version 2.14.0
Best regards,
The text was updated successfully, but these errors were encountered: