Advertisement
Guest User

Untitled

a guest
Apr 9th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. 2012-04-10 01:01:00 [SEVERE] Cannot load configuration from stream
  2. org.bukkit.configuration.InvalidConfigurationException: unacceptable character '�' (0xFFFD) special characters are not allowed
  3. in "<string>", position 2677
  4. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  5. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:143)
  6. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:206)
  7. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:121)
  8. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:111)
  9. at com.avisenera.minecraftbot.Configuration.getConfigFile(Configuration.java:164)
  10. at com.avisenera.minecraftbot.Configuration.load(Configuration.java:39)
  11. at com.avisenera.minecraftbot.MinecraftBot.onEnable(MinecraftBot.java:24)
  12. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
  13. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
  14. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  15. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
  16. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
  17. at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:543)
  18. at org.bukkit.Bukkit.reload(Bukkit.java:182)
  19. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
  20. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
  21. at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
  22. at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:469)
  23. at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:596)
  24. at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:565)
  25. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
  26. at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  27. Caused by: unacceptable character '�' (0xFFFD) special characters are not allowed
  28. in "<string>", position 2677
  29. at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
  30. at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
  31. at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
  32. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
  33. ... 22 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement