Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.52 KB | None | 0 0
  1. [20:49:35 ERROR]: Cannot load plugins\CommandWatch\config.yml
  2. org.bukkit.configuration.InvalidConfigurationException: while parsing a block ma
  3. pping
  4. in 'string', line 1, column 1:
  5. Prefix: '&b[CommandWatch] &f'
  6. ^
  7. expected <block end>, but found Scalar
  8. in 'string', line 15, column 26:
  9. NoPermission: '&cYou don't have permission.'
  10. ^
  11.  
  12. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlCo
  13. nfiguration.java:57) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  14. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguratio
  15. n.java:226) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  16. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguratio
  17. n.java:169) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  18. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Yam
  19. lConfiguration.java:180) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  20. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [
  21. spigot.jar:git-Spigot-21fe707-e1ebe52]
  22. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162) [spi
  23. got.jar:git-Spigot-21fe707-e1ebe52]
  24. at com.Peebbong.CommandWatch.Main.onEnable(Main.java:24) [CommandWatch.j
  25. ar:?]
  26. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [sp
  27. igot.jar:git-Spigot-21fe707-e1ebe52]
  28. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
  29. .java:340) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  30. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
  31. r.java:405) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  32. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.jav
  33. a:357) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  34. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.
  35. java:317) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  36. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:74
  37. 1) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  38. at org.bukkit.Bukkit.reload(Bukkit.java:535) [spigot.jar:git-Spigot-21fe
  39. 707-e1ebe52]
  40. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
  41. 25) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  42. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:14
  43. 1) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  44. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServe
  45. r.java:641) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  46. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(Craf
  47. tServer.java:627) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  48. at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:
  49. 412) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  50. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:3
  51. 75) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  52. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:6
  53. 54) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  54. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java
  55. :557) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  56. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  57. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapp
  58. ing
  59. in 'string', line 1, column 1:
  60. Prefix: '&b[CommandWatch] &f'
  61. ^
  62. expected <block end>, but found Scalar
  63. in 'string', line 15, column 26:
  64. NoPermission: '&cYou don't have permission.'
  65. ^
  66.  
  67. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(Par
  68. serImpl.java:570) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  69. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~
  70. [spigot.jar:git-Spigot-21fe707-e1ebe52]
  71. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143)
  72. ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  73. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
  74. :224) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  75. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~
  76. [spigot.jar:git-Spigot-21fe707-e1ebe52]
  77. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
  78. 2) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  79. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
  80. ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  81. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
  82. tructor.java:120) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  83. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[spigot.jar:gi
  84. t-Spigot-21fe707-e1ebe52]
  85. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[spigot.jar:git-Spigot-2
  86. 1fe707-e1ebe52]
  87. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlCo
  88. nfiguration.java:55) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  89. ... 22 more
  90. [20:49:35 ERROR]: [CommandWatch] Cannot load configuration from jar
  91. org.bukkit.configuration.InvalidConfigurationException: while parsing a block ma
  92. pping
  93. in 'string', line 1, column 1:
  94. Prefix: '&b[CommandWatch] &f'
  95. ^
  96. expected <block end>, but found Scalar
  97. in 'string', line 15, column 26:
  98. NoPermission: '&cYou don't have permission.'
  99. ^
  100.  
  101. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlCo
  102. nfiguration.java:57) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  103. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:214) [
  104. spigot.jar:git-Spigot-21fe707-e1ebe52]
  105. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162) [spi
  106. got.jar:git-Spigot-21fe707-e1ebe52]
  107. at com.Peebbong.CommandWatch.Main.onEnable(Main.java:24) [CommandWatch.j
  108. ar:?]
  109. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [sp
  110. igot.jar:git-Spigot-21fe707-e1ebe52]
  111. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
  112. .java:340) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  113. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
  114. r.java:405) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  115. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.jav
  116. a:357) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  117. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.
  118. java:317) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  119. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:74
  120. 1) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  121. at org.bukkit.Bukkit.reload(Bukkit.java:535) [spigot.jar:git-Spigot-21fe
  122. 707-e1ebe52]
  123. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
  124. 25) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  125. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:14
  126. 1) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  127. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServe
  128. r.java:641) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  129. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(Craf
  130. tServer.java:627) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  131. at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:
  132. 412) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  133. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:3
  134. 75) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  135. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:6
  136. 54) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  137. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java
  138. :557) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  139. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  140. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapp
  141. ing
  142. in 'string', line 1, column 1:
  143. Prefix: '&b[CommandWatch] &f'
  144. ^
  145. expected <block end>, but found Scalar
  146. in 'string', line 15, column 26:
  147. NoPermission: '&cYou don't have permission.'
  148. ^
  149.  
  150. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(Par
  151. serImpl.java:570) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  152. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~
  153. [spigot.jar:git-Spigot-21fe707-e1ebe52]
  154. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143)
  155. ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  156. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
  157. :224) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  158. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~
  159. [spigot.jar:git-Spigot-21fe707-e1ebe52]
  160. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
  161. 2) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  162. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
  163. ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  164. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
  165. tructor.java:120) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  166. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[spigot.jar:gi
  167. t-Spigot-21fe707-e1ebe52]
  168. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[spigot.jar:git-Spigot-2
  169. 1fe707-e1ebe52]
  170. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlCo
  171. nfiguration.java:55) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  172. ... 19 more
  173. [20:49:35 ERROR]: Error occurred while enabling CommandWatch v1.2 (Is it up to d
  174. ate?)
  175. java.lang.NullPointerException
  176. at com.Peebbong.CommandWatch.Main.rc(Main.java:97) ~[?:?]
  177. at com.Peebbong.CommandWatch.Main.onEnable(Main.java:24) ~[?:?]
  178. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[s
  179. pigot.jar:git-Spigot-21fe707-e1ebe52]
  180. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
  181. .java:340) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  182. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
  183. r.java:405) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  184. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.jav
  185. a:357) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  186. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.
  187. java:317) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  188. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:74
  189. 1) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  190. at org.bukkit.Bukkit.reload(Bukkit.java:535) [spigot.jar:git-Spigot-21fe
  191. 707-e1ebe52]
  192. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
  193. 25) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  194. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:14
  195. 1) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  196. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServe
  197. r.java:641) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  198. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(Craf
  199. tServer.java:627) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  200. at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:
  201. 412) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  202. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:3
  203. 75) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  204. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:6
  205. 54) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  206. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java
  207. :557) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  208. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement