Advertisement
Guest User

Untitled

a guest
Dec 5th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.01 KB | None | 0 0
  1. [20:36:08] [Server thread/INFO]: [x] Enabling x v0.5
  2. [20:36:08] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: could not determine a constructor for the tag tag:yaml.org,2002:org.bukkit.Location
  3. in 'string', line 70, column 3:
  4. - !!org.bukkit.Location
  5. ^
  6.  
  7. [20:36:08] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57)
  8. [20:36:08] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226)
  9. [20:36:08] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169)
  10. [20:36:08] [Server thread/WARN]: at x.x.x.CreateFiles.loadConfig(CreateFiles.java:49)
  11. [20:36:08] [Server thread/WARN]: at x.x.x.CreateFiles.firstRun(CreateFiles.java:43)
  12. [20:36:08] [Server thread/WARN]: at x.x.x.Main.onEnable(Main.java:77)
  13. [20:36:08] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316)
  14. [20:36:08] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
  15. [20:36:08] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412)
  16. [20:36:08] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476)
  17. [20:36:08] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394)
  18. [20:36:08] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:354)
  19. [20:36:08] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:328)
  20. [20:36:08] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:284)
  21. [20:36:08] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227)
  22. [20:36:08] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494)
  23. [20:36:08] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
  24. [20:36:08] [Server thread/WARN]: Caused by: could not determine a constructor for the tag tag:yaml.org,2002:org.bukkit.Location
  25. in 'string', line 70, column 3:
  26. - !!org.bukkit.Location
  27. ^
  28.  
  29. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructUndefined.construct(SafeConstructor.java:477)
  30. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182)
  31. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.constructSequenceStep2(BaseConstructor.java:276)
  32. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.constructSequence(BaseConstructor.java:247)
  33. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlSeq.construct(SafeConstructor.java:442)
  34. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182)
  35. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:325)
  36. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:145)
  37. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:306)
  38. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:461)
  39. [20:36:08] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26)
  40. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182)
  41. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141)
  42. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127)
  43. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481)
  44. [20:36:08] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.load(Yaml.java:400)
  45. [20:36:08] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  46. [20:36:08] [Server thread/WARN]: ... 16 more
  47. [20:36:08] [Server thread/ERROR]: Cannot load plugins/x/config.yml
  48. org.bukkit.configuration.InvalidConfigurationException: could not determine a constructor for the tag tag:yaml.org,2002:org.bukkit.Location
  49. in 'string', line 70, column 3:
  50. - !!org.bukkit.Location
  51. ^
  52.  
  53. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[x.jar:git-PaperSpigot-1f7d532]
  54. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[x.jar:git-PaperSpigot-1f7d532]
  55. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[x.jar:git-PaperSpigot-1f7d532]
  56. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [x.jar:git-PaperSpigot-1f7d532]
  57. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:183) [x.jar:git-PaperSpigot-1f7d532]
  58. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:157) [x.jar:git-PaperSpigot-1f7d532]
  59. at x.x.x.Main.onEnable(Main.java:78) [x.jar:?]
  60. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [x.jar:git-PaperSpigot-1f7d532]
  61. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [x.jar:git-PaperSpigot-1f7d532]
  62. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [x.jar:git-PaperSpigot-1f7d532]
  63. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [x.jar:git-PaperSpigot-1f7d532]
  64. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [x.jar:git-PaperSpigot-1f7d532]
  65. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:354) [x.jar:git-PaperSpigot-1f7d532]
  66. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:328) [x.jar:git-PaperSpigot-1f7d532]
  67. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:284) [x.jar:git-PaperSpigot-1f7d532]
  68. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) [x.jar:git-PaperSpigot-1f7d532]
  69. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [x.jar:git-PaperSpigot-1f7d532]
  70. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [x.jar:git-PaperSpigot-1f7d532]
  71. Caused by: org.yaml.snakeyaml.constructor.ConstructorException: null; could not determine a constructor for the tag tag:yaml.org,2002:org.bukkit.Location; in 'string', line 70, column 3:
  72. - !!org.bukkit.Location
  73. ^
  74. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructUndefined.construct(SafeConstructor.java:477) ~[x.jar:git-PaperSpigot-1f7d532]
  75. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) ~[x.jar:git-PaperSpigot-1f7d532]
  76. at org.yaml.snakeyaml.constructor.BaseConstructor.constructSequenceStep2(BaseConstructor.java:276) ~[x.jar:git-PaperSpigot-1f7d532]
  77. at org.yaml.snakeyaml.constructor.BaseConstructor.constructSequence(BaseConstructor.java:247) ~[x.jar:git-PaperSpigot-1f7d532]
  78. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlSeq.construct(SafeConstructor.java:442) ~[x.jar:git-PaperSpigot-1f7d532]
  79. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) ~[x.jar:git-PaperSpigot-1f7d532]
  80. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:325) ~[x.jar:git-PaperSpigot-1f7d532]
  81. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:145) ~[x.jar:git-PaperSpigot-1f7d532]
  82. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:306) ~[x.jar:git-PaperSpigot-1f7d532]
  83. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:461) ~[x.jar:git-PaperSpigot-1f7d532]
  84. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) ~[x.jar:git-PaperSpigot-1f7d532]
  85. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) ~[x.jar:git-PaperSpigot-1f7d532]
  86. at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) ~[x.jar:git-PaperSpigot-1f7d532]
  87. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) ~[x.jar:git-PaperSpigot-1f7d532]
  88. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[x.jar:git-PaperSpigot-1f7d532]
  89. at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[x.jar:git-PaperSpigot-1f7d532]
  90. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[x.jar:git-PaperSpigot-1f7d532]
  91. ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement