Advertisement
LucianDevran

Untitled

Dec 2nd, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. [14:55:51] [Server thread/ERROR]: Cannot load plugins/Skyoseasons/config.yml
  2. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  3. in 'string', line 6, column 1:
  4. seasons-directory: plugins/Skyos ...
  5. ^
  6. expected <block end>, but found BlockEntry
  7. in 'string', line 8, column 1:
  8. - world
  9. ^
  10.  
  11. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  12. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  13. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  14. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:178) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  15. at fr.skyost.seasons.utils.Skyoconfig.load(Skyoconfig.java:80) [Skyoseasons.jar:?]
  16. at fr.skyost.seasons.Skyoseasons.setupPlugin(Skyoseasons.java:86) [Skyoseasons.jar:?]
  17. at fr.skyost.seasons.Skyoseasons.onEnable(Skyoseasons.java:53) [Skyoseasons.jar:?]
  18. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  19. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  20. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  21. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:384) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  22. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:333) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  23. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  24. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  25. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  26. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  27. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  28. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  29. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  30. in 'string', line 6, column 1:
  31. seasons-directory: plugins/Skyos ...
  32. ^
  33. expected <block end>, but found BlockEntry
  34. in 'string', line 8, column 1:
  35. - world
  36. ^
  37.  
  38. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:569) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  39. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  40. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  41. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  42. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  43. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  44. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  45. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:122) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  46. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:505) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  47. at org.yaml.snakeyaml.Yaml.load(Yaml.java:424) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  48. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  49. ... 17 more
  50. [14:55:51] [Server thread/INFO]: [Skyoseasons] ProtocolLib hook for CB v1_12_R1 cannot be found !
  51. [14:55:51] [Server thread/WARN]: [Skyoseasons] ProtocolLib was not found (or the hook has been disabled). Please not that this plugin may not work properly without ProtocolLib.
  52. [14:55:51] [Server thread/WARN]: [Skyoseasons] The world 'WorldA' does not exist !
  53. [14:55:51] [Server thread/WARN]: [Skyoseasons] The world 'WorldB' does not exist !
  54. [14:55:51] [Server thread/WARN]: [Skyoseasons] The world 'WorldC' does not exist !
  55. [14:55:51] [Server thread/WARN]: [Skyoseasons] The world 'You can add (or remove) any world you want here !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement