Guest User

Untitled

a guest
Jul 8th, 2019
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. -- Minecraft Crash Report ----
  2. // Uh... Did I do that?
  3.  
  4. Time: 8/07/19 4:57 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.RuntimeException: org.bukkit.configuration.InvalidConfigurationException: unacceptable character ' ' (0x0) special characters are not allowed
  8. in "'string'", position 0
  9. at com.google.common.base.Throwables.propagate(Throwables.java:160)
  10. at org.spigotmc.SpigotConfig.init(SpigotConfig.java:64)
  11. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:177)
  12. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  13. at java.lang.Thread.run(Unknown Source)
  14. Caused by: org.bukkit.configuration.InvalidConfigurationException: unacceptable character ' ' (0x0) special characters are not allowed
  15. in "'string'", position 0
  16. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57)
  17. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226)
  18. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169)
  19. at org.spigotmc.SpigotConfig.init(SpigotConfig.java:58)
  20. ... 3 more
  21. Caused by: unacceptable character ' ' (0x0) special characters are not allowed
  22. in "'string'", position 0
  23. at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:67)
  24. at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:47)
  25. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369)
  26. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  27. ... 6 more
  28.  
  29.  
  30. A detailed walkthrough of the error, its code path and all known details is as follows:
  31. ---------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment