Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.75 KB | None | 0 0
  1. [Join Commands] Failed to load config 'config.yml'.
  2. [12:15:12] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  3. [12:15:12] [Server thread/WARN]: in 'string', line 38, column 3:
  4. [12:15:12] [Server thread/WARN]: Command1:
  5. [12:15:12] [Server thread/WARN]: ^
  6. [12:15:12] [Server thread/WARN]: expected <block end>, but found BlockMappingStart
  7. [12:15:12] [Server thread/WARN]: in 'string', line 51, column 4:
  8. [12:15:12] [Server thread/WARN]: Command2:
  9. [12:15:12] [Server thread/WARN]: ^
  10. [12:15:12] [Server thread/WARN]:
  11. [12:15:12] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  12. [12:15:12] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162)
  13. [12:15:12] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130)
  14. [12:15:12] [Server thread/WARN]: at com.SirBlobman.joincommands.bukkit.config.Config.load(Config.java:45)
  15. [12:15:12] [Server thread/WARN]: at com.SirBlobman.joincommands.bukkit.config.Config.getJoinCommands(Config.java:58)
  16. [12:15:12] [Server thread/WARN]: at com.SirBlobman.joincommands.bukkit.listener.ListenPlayerJoin.onJoinServer(ListenPlayerJoin.java:23)
  17. [12:15:12] [Server thread/WARN]: at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor20.execute(Unknown Source)
  18. [12:15:12] [Server thread/WARN]: at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70)
  19. [12:15:12] [Server thread/WARN]: at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78)
  20. [12:15:12] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  21. [12:15:12] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513)
  22. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:370)
  23. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:183)
  24. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:178)
  25. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:68)
  26. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:273)
  27. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:150)
  28. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:948)
  29. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423)
  30. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774)
  31. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666)
  32. [12:15:12] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  33. [12:15:12] [Server thread/WARN]: Caused by: while parsing a block mapping
  34. [12:15:12] [Server thread/WARN]: in 'string', line 38, column 3:
  35. [12:15:12] [Server thread/WARN]: Command1:
  36. [12:15:12] [Server thread/WARN]: ^
  37. [12:15:12] [Server thread/WARN]: expected <block end>, but found BlockMappingStart
  38. [12:15:12] [Server thread/WARN]: in 'string', line 51, column 4:
  39. [12:15:12] [Server thread/WARN]: Command2:
  40. [12:15:12] [Server thread/WARN]: ^
  41. [12:15:12] [Server thread/WARN]:
  42. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:571)
  43. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157)
  44. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147)
  45. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:227)
  46. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154)
  47. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:249)
  48. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:240)
  49. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
  50. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154)
  51. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
  52. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
  53. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:140)
  54. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
  55. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.load(Yaml.java:437)
  56. [12:15:12] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
  57. [12:15:12] [Server thread/WARN]: ... 21 more
  58. [12:15:12] [Server thread/WARN]: [Join Commands] Invalid `config.yml`: Missing section 'join commands'.
  59. [12:15:12] [Server thread/WARN]: [Join Commands] Failed to load config 'config.yml'.
  60. [12:15:12] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  61. [12:15:12] [Server thread/WARN]: in 'string', line 38, column 3:
  62. [12:15:12] [Server thread/WARN]: Command1:
  63. [12:15:12] [Server thread/WARN]: ^
  64. [12:15:12] [Server thread/WARN]: expected <block end>, but found BlockMappingStart
  65. [12:15:12] [Server thread/WARN]: in 'string', line 51, column 4:
  66. [12:15:12] [Server thread/WARN]: Command2:
  67. [12:15:12] [Server thread/WARN]: ^
  68. [12:15:12] [Server thread/WARN]:
  69. [12:15:12] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  70. [12:15:12] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162)
  71. [12:15:12] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130)
  72. [12:15:12] [Server thread/WARN]: at com.SirBlobman.joincommands.bukkit.config.Config.load(Config.java:45)
  73. [12:15:12] [Server thread/WARN]: at com.SirBlobman.joincommands.bukkit.config.Config.getWorldJoinCommands(Config.java:107)
  74. [12:15:12] [Server thread/WARN]: at com.SirBlobman.joincommands.bukkit.listener.ListenPlayerJoin.checkWorld(ListenPlayerJoin.java:42)
  75. [12:15:12] [Server thread/WARN]: at com.SirBlobman.joincommands.bukkit.listener.ListenPlayerJoin.onJoinServer(ListenPlayerJoin.java:28)
  76. [12:15:12] [Server thread/WARN]: at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor20.execute(Unknown Source)
  77. [12:15:12] [Server thread/WARN]: at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70)
  78. [12:15:12] [Server thread/WARN]: at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78)
  79. [12:15:12] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  80. [12:15:12] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513)
  81. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:370)
  82. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:183)
  83. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:178)
  84. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:68)
  85. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:273)
  86. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:150)
  87. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:948)
  88. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423)
  89. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774)
  90. [12:15:12] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666)
  91. [12:15:12] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  92. [12:15:12] [Server thread/WARN]: Caused by: while parsing a block mapping
  93. [12:15:12] [Server thread/WARN]: in 'string', line 38, column 3:
  94. [12:15:12] [Server thread/WARN]: Command1:
  95. [12:15:12] [Server thread/WARN]: ^
  96. [12:15:12] [Server thread/WARN]: expected <block end>, but found BlockMappingStart
  97. [12:15:12] [Server thread/WARN]: in 'string', line 51, column 4:
  98. [12:15:12] [Server thread/WARN]: Command2:
  99. [12:15:12] [Server thread/WARN]: ^
  100. [12:15:12] [Server thread/WARN]:
  101. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:571)
  102. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157)
  103. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147)
  104. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:227)
  105. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154)
  106. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:249)
  107. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:240)
  108. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
  109. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154)
  110. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
  111. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
  112. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:140)
  113. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
  114. [12:15:12] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.load(Yaml.java:437)
  115. [12:15:12] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
  116. [12:15:12] [Server thread/WARN]: ... 22 more
  117. [12:15:12] [Server thread/WARN]: [Join Commands] Invalid `config.yml`: Missing section 'world commands'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement