Advertisement
Guest User

potato

a guest
Apr 26th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.30 KB | None | 0 0
  1. 11:55:49] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  2. in 'string', line 4, column 5:
  3. from: 'You don't have permission ...
  4. ^
  5. expected <block end>, but found Scalar
  6. in 'string', line 4, column 20:
  7. from: 'You don't have permission to do that.'
  8. ^
  9.  
  10. [11:55:49] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57)
  11. [11:55:49] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226)
  12. [11:55:49] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169)
  13. [11:55:49] [Server thread/WARN]: at br.com.blackhubos.ultraex.Ultraex$Configuration.<init>(Ultraex.java:276)
  14. [11:55:49] [Server thread/WARN]: at br.com.blackhubos.ultraex.Ultraex.loadExpressions(Ultraex.java:183)
  15. [11:55:49] [Server thread/WARN]: at br.com.blackhubos.ultraex.Ultraex.lambda$0(Ultraex.java:45)
  16. [11:55:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  17. [11:55:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  18. [11:55:49] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:780)
  19. [11:55:49] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378)
  20. [11:55:49] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:711)
  21. [11:55:49] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:614)
  22. [11:55:49] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  23. [11:55:49] [Server thread/WARN]: Caused by: while parsing a block mapping
  24. in 'string', line 4, column 5:
  25. from: 'You don't have permission ...
  26. ^
  27. expected <block end>, but found Scalar
  28. in 'string', line 4, column 20:
  29. from: 'You don't have permission to do that.'
  30. ^
  31.  
  32. [11:55:49] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570)
  33. [11:55:49] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
  34. [11:55:49] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143)
  35. [11:55:49] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224)
  36. [11:55:49] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
  37. [11:55:49] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229)
  38. [11:55:49] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
  39. [11:55:49] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229)
  40. [11:55:49] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
  41. [11:55:49] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
  42. [11:55:49] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
  43. [11:55:49] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120)
  44. [11:55:49] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450)
  45. [11:55:49] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.load(Yaml.java:369)
  46. [11:55:49] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  47. [11:55:49] [Server thread/WARN]: ... 12 more
  48. [11:55:49] [Server thread/INFO]: [Ultraex] messages.yml copied successfully!
  49. [11:55:49] [Server thread/WARN]: [Ultraex] Task #41 for Ultraex vTronix 2.1 generated an exception
  50. java.lang.NullPointerException
  51. at br.com.blackhubos.ultraex.Ultraex.loadExpressions(Ultraex.java:189) ~[?:?]
  52. at br.com.blackhubos.ultraex.Ultraex.lambda$0(Ultraex.java:45) ~[?:?]
  53. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[PaperSpigot.jar:git-PaperSpigot-a55011e-d3e0b6f]
  54. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [PaperSpigot.jar:git-PaperSpigot-a55011e-d3e0b6f]
  55. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:780) [PaperSpigot.jar:git-PaperSpigot-a55011e-d3e0b6f]
  56. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [PaperSpigot.jar:git-PaperSpigot-a55011e-d3e0b6f]
  57. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:711) [PaperSpigot.jar:git-PaperSpigot-a55011e-d3e0b6f]
  58. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:614) [PaperSpigot.jar:git-PaperSpigot-a55011e-d3e0b6f]
  59. at java.lang.Thread.run(Unknown Source) [?:1.8.0_74]
  60. [11:55:49] [Server thread/INFO]: [AncientGates] Loading gates from disk
  61. [11:55:49] [Server thread/INFO]: [AncientGates] Loading gates into memory
  62. [11:55:51] [Skript update thread/INFO]: [Skript] You're currently running a beta version of Skript, and no new stable version is available. Please note that you have to update to newer beta versions manually!
  63. [11:55:51] [Server thread/INFO]: [AncientGates] Enabled
  64. [11:55:51] [Craft Scheduler Thread - 16/INFO]: [Vault] Checking for Updates ...
  65. [11:55:51] [Craft Scheduler Thread - 16/INFO]: [Vault] No new version available
  66. [11:55:54] [Craft Scheduler Thread - 22/INFO]: [PlotMe] Checking if conversion to UUID needed...
  67. [11:55:54] [Craft Scheduler Thread - 22/INFO]: [PlotMe] No plot conversion needed
  68. [11:55:58] [Server thread/INFO]: CraftStarMvP » Evento MobsVsPlayers Aberto
  69. [11:55:58] [Server thread/INFO]: CraftStarMvP » Use /MvP Participar
  70. [11:55:58] [Server thread/INFO]: CraftStarMvP » Iniciando Evento Em 50 Segundos
  71. [11:55:58] [Server thread/INFO]: CraftStarMvP » Premio 100k + Tag [Slayer]
  72. [11:55:58] [Server thread/INFO]: CraftStarMvP » Total De Participantes: 0
  73. [11:56:08] [Server thread/INFO]: CraftStarMvP » Evento MobsVsPlayers Aberto
  74. [11:56:08] [Server thread/INFO]: CraftStarMvP » Use /MvP Participar
  75. [11:56:08] [Server thread/INFO]: CraftStarMvP » Iniciando Evento Em 40 Segundos
  76. [11:56:08] [Server thread/INFO]: CraftStarMvP » Premio 100k + Tag [Slayer]
  77. [11:56:08] [Server thread/INFO]: CraftStarMvP » Total De Participantes: 0
  78. [11:56:18] [Server thread/INFO]: CraftStarMvP » Evento MobsVsPlayers Aberto
  79. [11:56:18] [Server thread/INFO]: CraftStarMvP » Use /MvP Participar
  80. [11:56:18] [Server thread/INFO]: CraftStarMvP » Iniciando Evento Em 30 Segundos
  81. [11:56:18] [Server thread/INFO]: CraftStarMvP » Premio 100k + Tag [Slayer]
  82. [11:56:18] [Server thread/INFO]: CraftStarMvP » Total De Participantes: 0
  83. [11:56:18] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  84. in 'string', line 4, column 5:
  85. from: 'You don't have permission ...
  86. ^
  87. expected <block end>, but found Scalar
  88. in 'string', line 4, column 20:
  89. from: 'You don't have permission to do that.'
  90. ^
  91.  
  92. [11:56:18] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57)
  93. [11:56:18] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226)
  94. [11:56:18] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169)
  95. [11:56:18] [Server thread/WARN]: at br.com.blackhubos.ultraex.Ultraex$Configuration.<init>(Ultraex.java:276)
  96. [11:56:18] [Server thread/WARN]: at br.com.blackhubos.ultraex.Ultraex.loadExpressions(Ultraex.java:183)
  97. [11:56:18] [Server thread/WARN]: at br.com.blackhubos.ultraex.Ultraex.lambda$0(Ultraex.java:45)
  98. [11:56:18] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  99. [11:56:18] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  100. [11:56:18] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:780)
  101. [11:56:18] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378)
  102. [11:56:18] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:711)
  103. [11:56:18] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:614)
  104. [11:56:18] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  105. [11:56:18] [Server thread/WARN]: Caused by: while parsing a block mapping
  106. in 'string', line 4, column 5:
  107. from: 'You don't have permission ...
  108. ^
  109. expected <block end>, but found Scalar
  110. in 'string', line 4, column 20:
  111. from: 'You don't have permission to do that.'
  112. ^
  113.  
  114. [11:56:18] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570)
  115. [11:56:18] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
  116. [11:56:18] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143)
  117. [11:56:18] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224)
  118. [11:56:18] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
  119. [11:56:18] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229)
  120. [11:56:18] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
  121. [11:56:18] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229)
  122. [11:56:18] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
  123. [11:56:18] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
  124. [11:56:18] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
  125. [11:56:18] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120)
  126. [11:56:18] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450)
  127. [11:56:18] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.load(Yaml.java:369)
  128. [11:56:18] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  129. [11:56:18] [Server thread/WARN]: ... 12 more
  130. [11:56:18] [Server thread/WARN]: [Ultraex] Task #41 for Ultraex vTronix 2.1 generated an exception
  131. java.lang.NullPointerException
  132. at br.com.blackhubos.ultraex.Ultraex.loadExpressions(Ultraex.java:189) ~[?:?]
  133. at br.com.blackhubos.ultraex.Ultraex.lambda$0(Ultraex.java:45) ~[?:?]
  134. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[PaperSpigot.jar:git-PaperSpigot-a55011e-d3e0b6f]
  135. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [PaperSpigot.jar:git-PaperSpigot-a55011e-d3e0b6f]
  136. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:780) [PaperSpigot.jar:git-PaperSpigot-a55011e-d3e0b6f]
  137. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [PaperSpigot.jar:git-PaperSpigot-a55011e-d3e0b6f]
  138. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:711) [PaperSpigot.jar:git-PaperSpigot-a55011e-d3e0b6f]
  139. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:614) [PaperSpigot.jar:git-PaperSpigot-a55011e-d3e0b6f]
  140. at java.lang.Thread.run(Unknown Source) [?:1.8.0_74]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement