Advertisement
Guest User

Untitled

a guest
Dec 24th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. [SEVERE] Cannot load plugins\PrisonMine\mines\test.pmine.yml
  2. org.bukkit.configuration.InvalidConfigurationException: could not determine a constructor for the tag tag:yaml.org,2002:com.wolvencraft.prison.mines.mine.Protection
  3. in "<string>", line 85, column 5:
  4. - !!com.wolvencraft.prison.mines.m ...
  5. ^
  6.  
  7. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  8. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
  9. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
  10. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
  11. at com.wolvencraft.prison.mines.mine.Mine.save(Mine.java:497)
  12. at com.wolvencraft.prison.mines.cmd.ProtectionCommand.run(ProtectionCommand.java:271)
  13. at com.wolvencraft.prison.mines.CommandHandler.run(CommandHandler.java:75)
  14. at com.wolvencraft.prison.mines.CommandManager.onCommand(CommandManager.java:31)
  15. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
  16. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
  17. at org.bukkit.craftbukkit.v1_4_6.CraftServer.dispatchCommand(CraftServer.java:510)
  18. at net.minecraft.server.v1_4_6.PlayerConnection.handleCommand(PlayerConnection.java:980)
  19. at net.minecraft.server.v1_4_6.PlayerConnection.chat(PlayerConnection.java:898)
  20. at net.minecraft.server.v1_4_6.PlayerConnection.a(PlayerConnection.java:853)
  21. at net.minecraft.server.v1_4_6.Packet3Chat.handle(Packet3Chat.java:44)
  22. at net.minecraft.server.v1_4_6.NetworkManager.b(NetworkManager.java:290)
  23. at net.minecraft.server.v1_4_6.PlayerConnection.d(PlayerConnection.java:112)
  24. at net.minecraft.server.v1_4_6.ServerConnection.b(SourceFile:39)
  25. at net.minecraft.server.v1_4_6.DedicatedServerConnection.b(SourceFile:30)
  26. at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:598)
  27. at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
  28. at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
  29. at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
  30. at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  31. Caused by: could not determine a constructor for the tag tag:yaml.org,2002:com.wolvencraft.prison.mines.mine.Protection
  32. in "<string>", line 85, column 5:
  33. - !!com.wolvencraft.prison.mines.m ...
  34. ^
  35.  
  36. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructUndefined.construct(SafeConstructor.java:475)
  37. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
  38. at org.yaml.snakeyaml.constructor.BaseConstructor.constructSequenceStep2(BaseConstructor.java:277)
  39. at org.yaml.snakeyaml.constructor.BaseConstructor.constructSequence(BaseConstructor.java:248)
  40. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlSeq.construct(SafeConstructor.java:440)
  41. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
  42. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:326)
  43. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:143)
  44. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:307)
  45. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:459)
  46. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26)
  47. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
  48. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:326)
  49. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:143)
  50. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:307)
  51. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:459)
  52. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26)
  53. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
  54. at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:142)
  55. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:128)
  56. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
  57. at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
  58. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
  59. ... 23 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement