Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.58 KB | None | 0 0
  1. 17.12 10:37:51 [Server] ERROR Cannot load plugins/LootChest/config.yml
  2. 17.12 10:37:51 [Server] INFO org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  3. 17.12 10:37:51 [Server] INFO in 'string', line 2, column 1:
  4. 17.12 10:37:51 [Server] INFO loot-items-per-loot: "2-5"
  5. 17.12 10:37:51 [Server] INFO ^
  6. 17.12 10:37:51 [Server] INFO expected <block end>, but found BlockMappingStart
  7. 17.12 10:37:51 [Server] INFO in 'string', line 380, column 2:
  8. 17.12 10:37:51 [Server] INFO Shields:
  9. 17.12 10:37:51 [Server] INFO ^
  10. 17.12 10:37:51 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  11. 17.12 10:37:51 [Server] INFO at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  12. 17.12 10:37:51 [Server] INFO at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  13. 17.12 10:37:51 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:178) [spigot131.jar:git-Spigot-7754231-94b0980]
  14. 17.12 10:37:51 [Server] INFO at me.dadus33.lootchest.utils.CustomConfig.reloadCustomConfig(CustomConfig.java:29) [lootchest-1.7.jar:?]
  15. 17.12 10:37:51 [Server] INFO at me.dadus33.lootchest.utils.CustomConfig.getCustomConfig(CustomConfig.java:21) [lootchest-1.7.jar:?]
  16. 17.12 10:37:51 [Server] INFO at me.dadus33.lootchest.utils.Storage.<init>(Storage.java:71) [lootchest-1.7.jar:?]
  17. 17.12 10:37:51 [Server] INFO at me.dadus33.lootchest.LootChest.onEnable(LootChest.java:35) [lootchest-1.7.jar:?]
  18. 17.12 10:37:51 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [spigot131.jar:git-Spigot-7754231-94b0980]
  19. 17.12 10:37:51 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot131.jar:git-Spigot-7754231-94b0980]
  20. 17.12 10:37:51 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot131.jar:git-Spigot-7754231-94b0980]
  21. 17.12 10:37:51 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:384) [spigot131.jar:git-Spigot-7754231-94b0980]
  22. 17.12 10:37:51 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:333) [spigot131.jar:git-Spigot-7754231-94b0980]
  23. 17.12 10:37:51 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot131.jar:git-Spigot-7754231-94b0980]
  24. 17.12 10:37:51 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot131.jar:git-Spigot-7754231-94b0980]
  25. 17.12 10:37:51 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot131.jar:git-Spigot-7754231-94b0980]
  26. 17.12 10:37:51 [Server] INFO at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot131.jar:git-Spigot-7754231-94b0980]
  27. 17.12 10:37:51 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot131.jar:git-Spigot-7754231-94b0980]
  28. 17.12 10:37:51 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  29. 17.12 10:37:51 [Server] INFO Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  30. 17.12 10:37:51 [Server] INFO in 'string', line 2, column 1:
  31. 17.12 10:37:51 [Server] INFO loot-items-per-loot: "2-5"
  32. 17.12 10:37:51 [Server] INFO ^
  33. 17.12 10:37:51 [Server] INFO expected <block end>, but found BlockMappingStart
  34. 17.12 10:37:51 [Server] INFO in 'string', line 380, column 2:
  35. 17.12 10:37:51 [Server] INFO Shields:
  36. 17.12 10:37:51 [Server] INFO ^
  37. 17.12 10:37:51 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:569) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  38. 17.12 10:37:51 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  39. 17.12 10:37:51 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  40. 17.12 10:37:51 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  41. 17.12 10:37:51 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  42. 17.12 10:37:51 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  43. 17.12 10:37:51 [Server] INFO at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  44. 17.12 10:37:51 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:122) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  45. 17.12 10:37:51 [Server] INFO at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:505) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  46. 17.12 10:37:51 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:424) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  47. 17.12 10:37:51 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  48. 17.12 10:37:51 [Server] INFO ... 18 more
  49. 17.12 10:37:51 [Server] ERROR Error occurred while enabling LootChest v1.7 (Is it up to date?)
  50. 17.12 10:37:51 [Server] INFO java.lang.NumberFormatException: For input string: "level"
  51. 17.12 10:37:51 [Server] INFO at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:1.8.0_121]
  52. 17.12 10:37:51 [Server] INFO at java.lang.Integer.parseInt(Integer.java:580) ~[?:1.8.0_121]
  53. 17.12 10:37:51 [Server] INFO at java.lang.Integer.parseInt(Integer.java:615) ~[?:1.8.0_121]
  54. 17.12 10:37:51 [Server] INFO at me.dadus33.lootchest.utils.Storage.<init>(Storage.java:92) ~[?:?]
  55. 17.12 10:37:51 [Server] INFO at me.dadus33.lootchest.LootChest.onEnable(LootChest.java:35) ~[?:?]
  56. 17.12 10:37:51 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  57. 17.12 10:37:51 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot131.jar:git-Spigot-7754231-94b0980]
  58. 17.12 10:37:51 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot131.jar:git-Spigot-7754231-94b0980]
  59. 17.12 10:37:51 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:384) [spigot131.jar:git-Spigot-7754231-94b0980]
  60. 17.12 10:37:51 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:333) [spigot131.jar:git-Spigot-7754231-94b0980]
  61. 17.12 10:37:51 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot131.jar:git-Spigot-7754231-94b0980]
  62. 17.12 10:37:51 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot131.jar:git-Spigot-7754231-94b0980]
  63. 17.12 10:37:51 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot131.jar:git-Spigot-7754231-94b0980]
  64. 17.12 10:37:51 [Server] INFO at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot131.jar:git-Spigot-7754231-94b0980]
  65. 17.12 10:37:51 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot131.jar:git-Spigot-7754231-94b0980]
  66. 17.12 10:37:51 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement