Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.69 KB | None | 0 0
  1. [22:16:20] [Server thread/INFO]: [AAC] Enabling AAC v1.9.2
  2. [22:16:20] [Server thread/INFO]: [AAC] Checking for updates...
  3. [22:16:21] [Server thread/ERROR]: Cannot load plugins/AAC/config.yml
  4. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  5. in 'string', line 23, column 4:
  6. enabled: true
  7. ^
  8. expected <block end>, but found BlockMappingStart
  9. in 'string', line 41, column 6:
  10. 100: "tempban {player} 4h Hile S ...
  11. ^
  12.  
  13. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  14. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  15. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  16. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  17. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:183) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  18. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:157) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  19. at me.konsolas.aac.a.l.<init>(l.java) [AAC.jar:1.9.2]
  20. at me.konsolas.aac.d.b.a.a(Unknown Source) [AAC.jar:1.9.2]
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  24. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  25. at java.lang.invoke.MethodHandleImpl$BindCaller$T/559765742.invoke_V(MethodHandleImpl.java:1221) [AAC.jar:1.8.0_51]
  26. at me.konsolas.aac.g.b.y.a(Unknown Source) [AAC.jar:1.9.2]
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  30. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  31. at me.konsolas.aac.AAC.onEnable(AAC.java) [AAC.jar:1.9.2]
  32. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  33. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  34. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  35. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  36. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  37. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  38. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  39. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  40. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  41. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  42. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  43. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping; expected <block end>, but found BlockMappingStart; in 'string', line 41, column 6:
  44. 100: "tempban {player} 4h Hile S ...
  45. ^
  46. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  47. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  48. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  49. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  50. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  51. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  52. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  53. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  54. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  55. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  56. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  57. at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  58. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  59. ... 29 more
  60. [22:16:22] [Server thread/INFO]: <----------------------------------->
  61. [22:16:22] [Server thread/INFO]: [AAC] A new version of AAC is avaliable!
  62. [22:16:22] [Server thread/INFO]: <----------------------------------->
  63. [22:16:22] [Server thread/ERROR]: Cannot load plugins/AAC/config.yml
  64. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  65. in 'string', line 23, column 4:
  66. enabled: true
  67. ^
  68. expected <block end>, but found BlockMappingStart
  69. in 'string', line 41, column 6:
  70. 100: "tempban {player} 4h Hile S ...
  71. ^
  72.  
  73. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  74. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  75. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  76. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  77. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:183) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  78. at me.konsolas.aac.g.b.y.a(Unknown Source) [AAC.jar:1.9.2]
  79. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
  80. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
  81. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  82. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  83. at me.konsolas.aac.AAC.onEnable(AAC.java) [AAC.jar:1.9.2]
  84. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  85. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  86. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  87. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  88. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  89. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  90. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  91. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  92. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  93. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  94. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  95. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping; expected <block end>, but found BlockMappingStart; in 'string', line 41, column 6:
  96. 100: "tempban {player} 4h Hile S ...
  97. ^
  98. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  99. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  100. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  101. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  102. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  103. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  104. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  105. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  106. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  107. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  108. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  109. at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  110. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  111. ... 21 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement