Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.22 KB | None | 0 0
  1. [15:55:34] [Server thread/INFO]: [Structures] Enabling Structures v1.0-SNAPSHOT
  2. [15:55:34] [Server thread/ERROR]: Could not call method 'public static me.thomas_windt.structures.objects.LootTable me.thomas_windt.structures.objects.LootTable.deserialize(java.util.Map)' of class me.thomas_windt.structures.objects.LootTable for deserialization
  3. java.lang.ClassCastException: java.util.ArrayList cannot be cast to [Lorg.bukkit.inventory.ItemStack;
  4. at me.thomas_windt.structures.objects.LootTable.deserialize(LootTable.java:29) ~[?:?]
  5. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  6. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  7. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  8. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  9. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:86) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  10. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:128) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  11. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:208) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  12. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:39) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  13. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:204) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  14. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:193) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  15. at org.yaml.snakeyaml.constructor.BaseConstructor.constructSequenceStep2(BaseConstructor.java:364) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  16. at org.yaml.snakeyaml.constructor.BaseConstructor.constructSequence(BaseConstructor.java:348) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  17. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlSeq.construct(SafeConstructor.java:499) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  18. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:204) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  19. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:193) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  20. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:453) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  21. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:184) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  22. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:434) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  23. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:521) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  24. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:30) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  25. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:204) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  26. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:193) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  27. at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:159) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  28. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:146) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  29. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  30. at org.yaml.snakeyaml.Yaml.load(Yaml.java:437) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  31. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  32. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:163) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  33. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:131) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  34. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:184) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  35. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:159) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  36. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:135) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  37. at me.thomas_windt.structures.Structures.onEnable(Structures.java:49) [structures-hotfix.jar:?]
  38. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  39. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:347) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  40. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:410) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  41. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:436) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  42. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:350) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  43. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:214) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  44. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  45. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  46. [15:55:34] [Thread-10/INFO]: [AsyncWorldEdit] You have an old version of the plugin. Your version: 3.6.0-rc-05, available version: 3.6.7
  47. [15:55:34] [Server thread/ERROR]: Cannot load plugins/Structures/structures/cabin.yml
  48. org.bukkit.configuration.InvalidConfigurationException: could not determine a constructor for the tag tag:yaml.org,2002:org.bukkit.block.Biome
  49. in 'string', line 7, column 5:
  50. - !!org.bukkit.block.Biome 'OCEAN'
  51. ^
  52.  
  53. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  54. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:163) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  55. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:131) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  56. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:184) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  57. at me.thomas_windt.structures.objects.Structure.load(Structure.java:66) [structures-hotfix.jar:?]
  58. at me.thomas_windt.structures.Structures.onEnable(Structures.java:51) [structures-hotfix.jar:?]
  59. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  60. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:347) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  61. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:410) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  62. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:436) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  63. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:350) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  64. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:214) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  65. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  66. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  67. Caused by: org.yaml.snakeyaml.constructor.ConstructorException: could not determine a constructor for the tag tag:yaml.org,2002:org.bukkit.block.Biome
  68. in 'string', line 7, column 5:
  69. - !!org.bukkit.block.Biome 'OCEAN'
  70. ^
  71.  
  72. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructUndefined.construct(SafeConstructor.java:541) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  73. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:204) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  74. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:193) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  75. at org.yaml.snakeyaml.constructor.BaseConstructor.constructSequenceStep2(BaseConstructor.java:364) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  76. at org.yaml.snakeyaml.constructor.BaseConstructor.constructSequence(BaseConstructor.java:348) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  77. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlSeq.construct(SafeConstructor.java:499) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  78. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:204) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  79. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:193) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  80. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:453) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  81. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:184) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  82. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:434) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  83. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:521) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  84. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:30) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  85. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:204) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  86. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:193) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  87. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:453) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  88. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:184) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  89. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:434) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  90. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:521) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  91. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:30) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  92. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:204) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  93. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:193) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  94. at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:159) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  95. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:146) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  96. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  97. at org.yaml.snakeyaml.Yaml.load(Yaml.java:437) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  98. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  99. ... 13 more
  100. [15:55:34] [Server thread/ERROR]: Error occurred while enabling Structures v1.0-SNAPSHOT (Is it up to date?)
  101. java.lang.NullPointerException: null
  102. at me.thomas_windt.structures.objects.Structure.load(Structure.java:69) ~[?:?]
  103. at me.thomas_windt.structures.Structures.onEnable(Structures.java:51) ~[?:?]
  104. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  105. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:347) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  106. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:410) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  107. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:436) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  108. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:350) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  109. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:214) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  110. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698) [spigot-1.13.2.jar:git-Spigot-1a3504a-dfa7583]
  111. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement