Advertisement
VOrlando520

Untitled

Sep 25th, 2021
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 KB | None | 0 0
  1. [06:42:12 ERROR]: Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
  2. java.lang.NullPointerException: null
  3. at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:91) ~[ItemStack.class:?]
  4. at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:167) ~[ItemStack.class:?]
  5. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_282]
  6. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_282]
  7. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_282]
  8. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_282]
  9. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:221) [ConfigurationSerialization.class:?]
  10. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:261) [ConfigurationSerialization.class:?]
  11. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:103) [ConfigurationSerialization.class:?]
  12. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:33) [YamlConstructor$ConstructCustomObject.class:?]
  13. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207) [BaseConstructor.class:?]
  14. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196) [BaseConstructor.class:?]
  15. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:462) [BaseConstructor.class:?]
  16. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:183) [SafeConstructor.class:?]
  17. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:443) [BaseConstructor.class:?]
  18. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:519) [SafeConstructor$ConstructYamlMap.class:?]
  19. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:24) [YamlConstructor$ConstructCustomObject.class:?]
  20. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207) [BaseConstructor.class:?]
  21. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196) [BaseConstructor.class:?]
  22. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:462) [BaseConstructor.class:?]
  23. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:183) [SafeConstructor.class:?]
  24. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:443) [BaseConstructor.class:?]
  25. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:519) [SafeConstructor$ConstructYamlMap.class:?]
  26. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:24) [YamlConstructor$ConstructCustomObject.class:?]
  27. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207) [BaseConstructor.class:?]
  28. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196) [BaseConstructor.class:?]
  29. at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161) [BaseConstructor.class:?]
  30. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147) [BaseConstructor.class:?]
  31. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524) [Yaml.class:?]
  32. at org.yaml.snakeyaml.Yaml.load(Yaml.java:437) [Yaml.class:?]
  33. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:104) [YamlConfiguration.class:?]
  34. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:157) [FileConfiguration.class:?]
  35. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:125) [FileConfiguration.class:?]
  36. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:48) [YamlConfiguration.class:?]
  37. at com.mc9y.pest.Pest.load(r:227) [Pest-1.4.4-RELEASE.jar:?]
  38. at com.mc9y.pest.Pest.onEnable(r:85) [Pest-1.4.4-RELEASE.jar:?]
  39. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:177) [JavaPlugin.class:?]
  40. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:318) [JavaPluginLoader.class:?]
  41. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:399) [SimplePluginManager.class:?]
  42. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:477) [CraftServer.class:?]
  43. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:418) [CraftServer.class:?]
  44. at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:383) [MinecraftServer.class:?]
  45. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:315) [nz.class:?]
  46. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590) [MinecraftServer.class:?]
  47. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement