Advertisement
KungRaseri

libsdisguises_log

Jun 21st, 2021
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. [17:35:57 INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.25
  2. [17:35:57 INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.25-Github.jar
  3. [17:35:57 INFO]: [LibsDisguises] Discovered nms version: v1_16_R3
  4. [17:35:57 INFO]: [LibsDisguises] Jenkins Build: #934
  5. [17:35:57 INFO]: [LibsDisguises] Build Date: 07/06/2021 10:27
  6. [17:35:57 INFO]: [LibsDisguises] Found a premium Lib's Disguises jar (v10.0.25, build #934, created 07/06/2021 10:27)
  7. [17:35:57 INFO]: [LibsDisguises] Registered to: 106995 (30)
  8. [17:35:57 INFO]: [LibsDisguises] Premium enabled, thank you for supporting Lib's Disguises!
  9. [17:35:57 INFO]: [LibsDisguises] Now looking for update on Github..
  10. [17:35:57 INFO]: [LibsDisguises] Now downloading build of Lib's Disguises from https://github.com/libraryaddict/LibsDisguises/releases/download/v10.0.25/LibsDisguises-10.0.25-Github.jar to LibsDisguises-10.0.25-Github.jar
  11. [17:35:57 INFO]: [LibsDisguises] Download success!
  12. [17:35:57 ERROR]: Error occurred while enabling LibsDisguises v10.0.25 (Is it up to date?)
  13. java.lang.NoClassDefFoundError: net/minecraft/world/item/ItemStack
  14. at com.comphenix.protocol.reflect.instances.DefaultInstances.lambda$static$1(DefaultInstances.java:55) ~[?:?]
  15. at com.comphenix.protocol.reflect.instances.DefaultInstances.getDefaultInternal(DefaultInstances.java:303) ~[?:?]
  16. at com.comphenix.protocol.reflect.instances.DefaultInstances.getDefault(DefaultInstances.java:210) ~[?:?]
  17. at com.comphenix.protocol.reflect.StructureModifier.generateDefaultFields(StructureModifier.java:698) ~[?:?]
  18. at com.comphenix.protocol.reflect.StructureModifier.<init>(StructureModifier.java:123) ~[?:?]
  19. at com.comphenix.protocol.reflect.StructureModifier.<init>(StructureModifier.java:111) ~[?:?]
  20. at com.comphenix.protocol.reflect.StructureModifier.<init>(StructureModifier.java:92) ~[?:?]
  21. at com.comphenix.protocol.wrappers.WrappedWatchableObject.<init>(WrappedWatchableObject.java:54) ~[?:?]
  22. at com.comphenix.protocol.wrappers.WrappedDataWatcher$1.toOuter(WrappedDataWatcher.java:170) ~[?:?]
  23. at com.comphenix.protocol.wrappers.WrappedDataWatcher$1.toOuter(WrappedDataWatcher.java:167) ~[?:?]
  24. at com.comphenix.protocol.wrappers.collection.ConvertedMap.toOuter(ConvertedMap.java:92) ~[?:?]
  25. at com.comphenix.protocol.wrappers.collection.ConvertedMap$2.apply(ConvertedMap.java:54) ~[?:?]
  26. at com.comphenix.protocol.wrappers.collection.ConvertedMap$4$2.getValue(ConvertedMap.java:235) ~[?:?]
  27. at com.comphenix.protocol.wrappers.collection.ConvertedMap$3.apply(ConvertedMap.java:149) ~[?:?]
  28. at com.comphenix.protocol.wrappers.collection.ConvertedMap$3.apply(ConvertedMap.java:146) ~[?:?]
  29. at com.google.common.collect.Iterators$7.transform(Iterators.java:750) ~[patched_1.16.5.jar:git-Paper-778]
  30. at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:47) ~[patched_1.16.5.jar:git-Paper-778]
  31. at java.util.AbstractCollection.toArray(AbstractCollection.java:141) ~[?:1.8.0_282]
  32. at java.util.ArrayList.<init>(ArrayList.java:178) ~[?:1.8.0_282]
  33. at com.comphenix.protocol.wrappers.WrappedDataWatcher.getWatchableObjects(WrappedDataWatcher.java:193) ~[?:?]
  34. at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.createNMSValues(ReflectionManager.java:1873) ~[?:?]
  35. at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.registerValues(ReflectionManager.java:1726) ~[?:?]
  36. at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:209) ~[?:?]
  37. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-778]
  38. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Paper-778]
  39. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Paper-778]
  40. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Paper-778]
  41. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Paper-778]
  42. at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594) ~[patched_1.16.5.jar:git-Paper-778]
  43. at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.16.5.jar:git-Paper-778]
  44. at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) ~[patched_1.16.5.jar:git-Paper-778]
  45. at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-778]
  46. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282]
  47. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.item.ItemStack
  48. at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[patched_1.16.5.jar:git-Paper-778]
  49. at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Paper-778]
  50. at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_282]
  51. ... 33 more
  52. [17:35:57 INFO]: [LibsDisguises] Disabling LibsDisguises v10.0.25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement