Advertisement
Guest User

Untitled

a guest
Dec 5th, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. CONSOLE ERROR
  2.  
  3. [23:17:36 ERROR]: [DecentHolograms] Failed to get net.minecraft class: world.item.component.ResolvableProfile
  4. java.lang.ClassNotFoundException: net.minecraft.world.item.component.ResolvableProfile
  5. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:92) ~[spigot.jar:git-iSpigot-PaperEdition]
  6. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[spigot.jar:git-iSpigot-PaperEdition]
  7. at java.lang.ClassLoader.loadClass(ClassLoader.java:594) ~[?:?]
  8. at java.lang.ClassLoader.loadClass(ClassLoader.java:527) ~[?:?]
  9. at java.lang.Class.forName0(Native Method) ~[?:?]
  10. at java.lang.Class.forName(Class.java:315) ~[?:?]
  11. at eu.decentsoftware.holograms.api.utils.reflect.ReflectionUtil.getNMClass(ReflectionUtil.java:175) ~[?:?]
  12. at eu.decentsoftware.holograms.api.utils.items.SkullUtils.<clinit>(SkullUtils.java:56) ~[?:?]
  13. at eu.decentsoftware.holograms.api.utils.items.ItemBuilder.withSkullTexture(ItemBuilder.java:308) ~[?:?]
  14. at eu.decentsoftware.holograms.api.utils.items.HologramItem.parse(HologramItem.java:57) ~[?:?]
  15. at eu.decentsoftware.holograms.api.utils.items.HologramItem.parseItemStack(HologramItem.java:251) ~[?:?]
  16. at eu.decentsoftware.holograms.api.holograms.HologramLine.show(HologramLine.java:428) ~[?:?]
  17. at eu.decentsoftware.holograms.api.holograms.Hologram.lambda$showPageTo$4(Hologram.java:649) ~[?:?]
  18. at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?]
  19. at eu.decentsoftware.holograms.api.holograms.Hologram.showPageTo(Hologram.java:649) ~[?:?]
  20. at eu.decentsoftware.holograms.api.holograms.Hologram.lambda$show$3(Hologram.java:640) ~[?:?]
  21. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(SourceFile:59) ~[spigot.jar:git-iSpigot-PaperEdition]
  22. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(SourceFile:410) ~[spigot.jar:git-iSpigot-PaperEdition]
  23. at net.minecraft.server.v1_8_R3.MinecraftServer.B(SourceFile:1058) ~[spigot.jar:git-iSpigot-PaperEdition]
  24. at net.minecraft.server.v1_8_R3.DedicatedServer.B(SourceFile:502) ~[spigot.jar:git-iSpigot-PaperEdition]
  25. at net.minecraft.server.v1_8_R3.MinecraftServer.A(SourceFile:970) ~[spigot.jar:git-iSpigot-PaperEdition]
  26. at net.minecraft.server.v1_8_R3.MinecraftServer.run(SourceFile:860) ~[spigot.jar:git-iSpigot-PaperEdition]
  27. at java.lang.Thread.run(Thread.java:829) ~[?:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement