SkullCreator
SkullCreator copied to clipboard
An easy to use library to create player skulls in minecraft
The function itemFromUUID() only works for players that have been on the server that you are getting the head on. Ideally this should not be a limitation
haha, sorry
Add a facing direction for each blockWithX method to set the facing direction instead of always south.
https://github.com/deanveloper/SkullCreator/raw/mvn-repo/ is no longer a valid repo.
Currently the repository that I am using is a (pretty horrible) GitHub maven repository solution. In the future, I would like to get a JFrog artifactory set up.
Copying the class from here into my project only works if I use Player Names, and adding the repository in pom.xml causes internal Errors (NoClassDefFoundError and ClassNotFoundException). Not sure what...
[15:53:01] [Server thread/WARN]: java.lang.IllegalArgumentException: Can not set net.minecraft.world.item.component.ResolvableProfile field org.bukkit.craftbukkit.v1_21_R1.inventory.CraftMetaSkull.profile to com.mojang.authlib.GameProfile [15:53:01] [Server thread/WARN]: at java.base/jdk.internal.reflect.FieldAccessorImpl.throwSetIllegalArgumentException(FieldAccessorImpl.java:228) [15:53:01] [Server thread/WARN]: at java.base/jdk.internal.reflect.FieldAccessorImpl.throwSetIllegalArgumentException(FieldAccessorImpl.java:232) [15:53:01] [Server thread/WARN]: at java.base/jdk.internal.reflect.MethodHandleObjectFieldAccessorImpl.set(MethodHandleObjectFieldAccessorImpl.java:115) [15:53:01] [Server thread/WARN]:...