Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.98 KB | None | 0 0
  1. > [17:01:39 ERROR]: Cannot load plugins/AquaBox/GUI/kit.yml
  2. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  3. in 'string', line 1, column 1:
  4. global:
  5. expected <block end>, but found BlockMappingStart
  6. in 'string', line 86, column 2:
  7. 10:
  8. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  9. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  10. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  11. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [patched.jar:git-PaperSpigot-"4c7641d"]
  12. at fr.dartax57.aquabox.Manager.GUIManager.openGUI(GUIManager.java:49) [aquabox.jar:?]
  13. at fr.dartax57.aquabox.Manager.GUIManager.doAction(GUIManager.java:243) [aquabox.jar:?]
  14. at fr.dartax57.aquabox.listener.onPlayerInventoryListener.doAction(onPlayerInventoryListener.java:101) [aquabox.jar:?]
  15. at fr.dartax57.aquabox.listener.onPlayerInventoryListener.isInteract(onPlayerInventoryListener.java:61) [aquabox.jar:?]
  16. at fr.dartax57.aquabox.listener.onPlayerInventoryListener.onPlayerInteract(onPlayerInventoryListener.java:51) [aquabox.jar:?]
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  20. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  21. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) [patched.jar:git-PaperSpigot-"4c7641d"]
  22. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) [patched.jar:git-PaperSpigot-"4c7641d"]
  23. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [patched.jar:git-PaperSpigot-"4c7641d"]
  24. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517) [patched.jar:git-PaperSpigot-"4c7641d"]
  25. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502) [patched.jar:git-PaperSpigot-"4c7641d"]
  26. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228) [patched.jar:git-PaperSpigot-"4c7641d"]
  27. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:195) [patched.jar:git-PaperSpigot-"4c7641d"]
  28. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) [patched.jar:git-PaperSpigot-"4c7641d"]
  29. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:721) [patched.jar:git-PaperSpigot-"4c7641d"]
  30. at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [patched.jar:git-PaperSpigot-"4c7641d"]
  31. at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [patched.jar:git-PaperSpigot-"4c7641d"]
  32. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [patched.jar:git-PaperSpigot-"4c7641d"]
  33. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  34. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  35. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [patched.jar:git-PaperSpigot-"4c7641d"]
  36. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774) [patched.jar:git-PaperSpigot-"4c7641d"]
  37. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [patched.jar:git-PaperSpigot-"4c7641d"]
  38. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [patched.jar:git-PaperSpigot-"4c7641d"]
  39. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [patched.jar:git-PaperSpigot-"4c7641d"]
  40. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  41. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  42. in 'string', line 1, column 1:
  43. global:
  44. expected <block end>, but found BlockMappingStart
  45. in 'string', line 86, column 2:
  46. 10:
  47. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  48. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  49. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  50. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  51. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  52. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  53. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  54. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  55. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  56. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  57. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  58. ... 32 more
  59. > [17:01:39 ERROR]: Could not pass event PlayerInteractEvent to AquaBox v1.2.1
  60. org.bukkit.event.EventException
  61. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  62. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  63. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  64. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517) [patched.jar:git-PaperSpigot-"4c7641d"]
  65. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502) [patched.jar:git-PaperSpigot-"4c7641d"]
  66. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228) [patched.jar:git-PaperSpigot-"4c7641d"]
  67. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:195) [patched.jar:git-PaperSpigot-"4c7641d"]
  68. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) [patched.jar:git-PaperSpigot-"4c7641d"]
  69. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:721) [patched.jar:git-PaperSpigot-"4c7641d"]
  70. at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [patched.jar:git-PaperSpigot-"4c7641d"]
  71. at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [patched.jar:git-PaperSpigot-"4c7641d"]
  72. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [patched.jar:git-PaperSpigot-"4c7641d"]
  73. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  74. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  75. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [patched.jar:git-PaperSpigot-"4c7641d"]
  76. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774) [patched.jar:git-PaperSpigot-"4c7641d"]
  77. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [patched.jar:git-PaperSpigot-"4c7641d"]
  78. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [patched.jar:git-PaperSpigot-"4c7641d"]
  79. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [patched.jar:git-PaperSpigot-"4c7641d"]
  80. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  81. Caused by: java.lang.NullPointerException
  82. at fr.dartax57.aquabox.Manager.GUIManager.generateItems(GUIManager.java:100) ~[?:?]
  83. at fr.dartax57.aquabox.Manager.GUIManager.generateItems(GUIManager.java:96) ~[?:?]
  84. at fr.dartax57.aquabox.Manager.GUIManager.openGUI(GUIManager.java:67) ~[?:?]
  85. at fr.dartax57.aquabox.Manager.GUIManager.doAction(GUIManager.java:243) ~[?:?]
  86. at fr.dartax57.aquabox.listener.onPlayerInventoryListener.doAction(onPlayerInventoryListener.java:101) ~[?:?]
  87. at fr.dartax57.aquabox.listener.onPlayerInventoryListener.isInteract(onPlayerInventoryListener.java:61) ~[?:?]
  88. at fr.dartax57.aquabox.listener.onPlayerInventoryListener.onPlayerInteract(onPlayerInventoryListener.java:51) ~[?:?]
  89. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  90. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  92. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  93. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  94. ... 19 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement