Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. expected alphabetic or numeric character, but found &(38)
  2. in 'string', line 14, column 32:
  3. name: " &7&l╲&f&l⧹ &b&lTOP {position} &f&l ...
  4. ^
  5.  
  6. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:56) ~[patched_1.15.2.jar:git-Paper-143]
  7. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.15.2.jar:git-Paper-143]
  8. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.15.2.jar:git-Paper-143]
  9. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:183) ~[patched_1.15.2.jar:git-Paper-143]
  10. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:157) ~[patched_1.15.2.jar:git-Paper-143]
  11. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.15.2.jar:git-Paper-143]
  12. at fr.missilys.islandinventory.IslandInventory.loadConfig(IslandInventory.kt:29) ~[?:?]
  13. at fr.missilys.islandinventory.IslandInventory.onEnable(IslandInventory.kt:21) ~[?:?]
  14. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-143]
  15. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) ~[patched_1.15.2.jar:git-Paper-143]
  16. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:435) ~[patched_1.15.2.jar:git-Paper-143]
  17. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470) ~[patched_1.15.2.jar:git-Paper-143]
  18. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384) ~[patched_1.15.2.jar:git-Paper-143]
  19. at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482) ~[patched_1.15.2.jar:git-Paper-143]
  20. at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-143]
  21. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-143]
  22. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  23. Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning an anchor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement