Advertisement
LucianDevran

Untitled

Apr 14th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. [20:40:05] [Server thread/ERROR]: Cannot load plugins/PhysicsToGo/config.yml
  2. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  3. in 'string', line 9, column 3:
  4. world-guard:
  5. ^
  6. expected <block end>, but found '<block mapping start>'
  7. in 'string', line 18, column 7:
  8. factions:
  9. ^
  10.  
  11. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  12. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:163) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  13. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:131) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  14. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:184) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  15. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:159) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  16. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:135) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  17. at XZot1K.plugins.ptg.core.Listeners.isInList(Listeners.java:647) [PhysicsToGo%20(1).jar:?]
  18. at XZot1K.plugins.ptg.core.Listeners.onExplodeEntity(Listeners.java:422) [PhysicsToGo%20(1).jar:?]
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171]
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
  22. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
  23. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  24. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  25. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  26. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  27. at net.minecraft.server.v1_13_R2.EntityEnderDragon.b(EntityEnderDragon.java:451) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  28. at net.minecraft.server.v1_13_R2.EntityEnderDragon.movementTick(EntityEnderDragon.java:299) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  29. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  30. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  31. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  32. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  33. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  34. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  35. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  36. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  37. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  38. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [craftbukkit.jar:git-Spigot-5629554-4c8327f]
  39. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  40. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  41. in 'string', line 9, column 3:
  42. world-guard:
  43. ^
  44. expected <block end>, but found '<block mapping start>'
  45. in 'string', line 18, column 7:
  46. factions:
  47. ^
  48.  
  49. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:572) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  50. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  51. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  52. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:214) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  53. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:144) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  54. at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:236) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  55. at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:227) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  56. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:215) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  57. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:144) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  58. at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:85) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  59. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:108) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  60. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:139) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  61. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  62. at org.yaml.snakeyaml.Yaml.load(Yaml.java:437) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  63. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Spigot-5629554-4c8327f]
  64. ... 28 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement