Advertisement
Guest User

Untitled

a guest
Sep 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 KB | None | 0 0
  1. 18.09 22:10:35 [Server] INFO org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  2. 18.09 22:10:35 [Server] INFO in 'string', line 366, column 3:
  3. 18.09 22:10:35 [Server] INFO open-sound: 'BLOCK_CHEST_OPEN'
  4. 18.09 22:10:35 [Server] INFO ^
  5. 18.09 22:10:35 [Server] INFO expected <block end>, but found BlockMappingStart
  6. 18.09 22:10:35 [Server] INFO in 'string', line 377, column 4:
  7. 18.09 22:10:35 [Server] INFO right-click-to-view-enchants: true
  8. 18.09 22:10:35 [Server] INFO ^
  9. 18.09 22:10:35 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  10. 18.09 22:10:35 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:214) [Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  11. 18.09 22:10:35 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162) [Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  12. 18.09 22:10:35 [Server] INFO at n3kas.ae.listeners.e.<init>(e.java) [AdvancedEnchantments-4.4.4.jar:?]
  13. 18.09 22:10:35 [Server] INFO at n3kas.ae.d.onEnable(d.java) [AdvancedEnchantments-4.4.4.jar:?]
  14. 18.09 22:10:35 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  15. 18.09 22:10:35 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  16. 18.09 22:10:35 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  17. 18.09 22:10:35 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  18. 18.09 22:10:35 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  19. 18.09 22:10:35 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  20. 18.09 22:10:35 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  21. 18.09 22:10:35 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  22. 18.09 22:10:35 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  23. 18.09 22:10:35 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  24. 18.09 22:10:35 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  25. 18.09 22:10:35 [Server] INFO Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  26. 18.09 22:10:35 [Server] INFO in 'string', line 366, column 3:
  27. 18.09 22:10:35 [Server] INFO open-sound: 'BLOCK_CHEST_OPEN'
  28. 18.09 22:10:35 [Server] INFO ^
  29. 18.09 22:10:35 [Server] INFO expected <block end>, but found BlockMappingStart
  30. 18.09 22:10:35 [Server] INFO in 'string', line 377, column 4:
  31. 18.09 22:10:35 [Server] INFO right-click-to-view-enchants: true
  32. 18.09 22:10:35 [Server] INFO ^
  33. 18.09 22:10:35 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  34. 18.09 22:10:35 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  35. 18.09 22:10:35 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  36. 18.09 22:10:35 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  37. 18.09 22:10:35 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  38. 18.09 22:10:35 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  39. 18.09 22:10:35 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  40. 18.09 22:10:35 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  41. 18.09 22:10:35 [Server] INFO at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  42. 18.09 22:10:35 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  43. 18.09 22:10:35 [Server] INFO at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  44. 18.09 22:10:35 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  45. 18.09 22:10:35 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[Spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  46. 18.09 22:10:35 [Server] INFO ... 15 more
  47. 18.09 22:10:36 [Multicraft] Skipped 71 lines due to rate limit (60/s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement