Advertisement
Guest User

Untitled

a guest
Jun 28th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. [00:09:27] [Server thread/INFO]: MetaCycler by ravand enabled
  2. [00:09:27] [Server thread/ERROR]: Cannot load configuration from stream
  3. org.bukkit.configuration.InvalidConfigurationException: could not determine a constructor for the tag tag:yaml.org,2002:org.bukkit.block.Biome
  4. in 'string', line 9, column 12:
  5. biome: !!org.bukkit.block.Biome 'PLAINS'
  6. ^
  7.  
  8. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot.jar:git-Spigot-1496]
  9. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[spigot.jar:git-Spigot-1496]
  10. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:194) ~[spigot.jar:git-Spigot-1496]
  11. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:212) [spigot.jar:git-Spigot-1496]
  12. at me.ravand.Config.<init>(Config.java:25) [MetaCycler.jar:?]
  13. at me.ravand.ConfigManager.getNewConfig(ConfigManager.java:36) [MetaCycler.jar:?]
  14. at me.ravand.ConfigManager.getNewConfig(ConfigManager.java:42) [MetaCycler.jar:?]
  15. at me.ravand.MetaCycler.onEnable(MetaCycler.java:54) [MetaCycler.jar:?]
  16. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [spigot.jar:git-Spigot-1496]
  17. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [spigot.jar:git-Spigot-1496]
  18. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-1496]
  19. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:465) [spigot.jar:git-Spigot-1496]
  20. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:383) [spigot.jar:git-Spigot-1496]
  21. at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:359) [spigot.jar:git-Spigot-1496]
  22. at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:333) [spigot.jar:git-Spigot-1496]
  23. at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:289) [spigot.jar:git-Spigot-1496]
  24. at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:193) [spigot.jar:git-Spigot-1496]
  25. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:457) [spigot.jar:git-Spigot-1496]
  26. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1496]
  27. Caused by: org.yaml.snakeyaml.constructor.ConstructorException: null; could not determine a constructor for the tag tag:yaml.org,2002:org.bukkit.block.Biome; in 'string', line 9, column 12:
  28. biome: !!org.bukkit.block.Biome 'PLAINS'
  29. ^
  30. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructUndefined.construct(SafeConstructor.java:477) ~[spigot.jar:git-Spigot-1496]
  31. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) ~[spigot.jar:git-Spigot-1496]
  32. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:325) ~[spigot.jar:git-Spigot-1496]
  33. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:145) ~[spigot.jar:git-Spigot-1496]
  34. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:306) ~[spigot.jar:git-Spigot-1496]
  35. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:461) ~[spigot.jar:git-Spigot-1496]
  36. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) ~[spigot.jar:git-Spigot-1496]
  37. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) ~[spigot.jar:git-Spigot-1496]
  38. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:325) ~[spigot.jar:git-Spigot-1496]
  39. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:145) ~[spigot.jar:git-Spigot-1496]
  40. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:306) ~[spigot.jar:git-Spigot-1496]
  41. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:461) ~[spigot.jar:git-Spigot-1496]
  42. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) ~[spigot.jar:git-Spigot-1496]
  43. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) ~[spigot.jar:git-Spigot-1496]
  44. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:325) ~[spigot.jar:git-Spigot-1496]
  45. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:145) ~[spigot.jar:git-Spigot-1496]
  46. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:306) ~[spigot.jar:git-Spigot-1496]
  47. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:461) ~[spigot.jar:git-Spigot-1496]
  48. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) ~[spigot.jar:git-Spigot-1496]
  49. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) ~[spigot.jar:git-Spigot-1496]
  50. at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) ~[spigot.jar:git-Spigot-1496]
  51. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) ~[spigot.jar:git-Spigot-1496]
  52. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[spigot.jar:git-Spigot-1496]
  53. at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[spigot.jar:git-Spigot-1496]
  54. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot.jar:git-Spigot-1496]
  55. ... 18 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement