Advertisement
OMan100

Untitled

Jun 27th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 185.74 KB | None | 0 0
  1. [11:53:25] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  2. [11:53:25] [Server thread/ERROR]: #!#!
  3. [11:53:25] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  4. [11:53:25] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  5. [11:53:25] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  6. [11:53:25] [Server thread/ERROR]: #!#! Here is full list of them:
  7. [11:53:25] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  8. [11:53:25] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  9. [11:53:25] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  10. [11:53:25] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  11. [11:53:25] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  12. [11:53:25] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  13. [11:53:25] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  14. [11:53:25] [Server thread/ERROR]: #!#!
  15. [11:53:25] [Server thread/ERROR]: #!#! Stack trace:
  16. [11:53:25] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  17. [11:53:25] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  18. [11:53:25] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  19. [11:53:25] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  20. [11:53:25] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  21. [11:53:25] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  22. [11:53:25] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  23. [11:53:25] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  24. [11:53:25] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  25. [11:53:25] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  26. [11:53:25] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  27. [11:53:25] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  28. [11:53:25] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  29. [11:53:25] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  30. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  31. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  32. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  33. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  34. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  35. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  36. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  37. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  38. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  39. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  40. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  41. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  42. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  43. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  44. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  45. [11:53:25] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  46. [11:53:25] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  47. [11:53:25] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  48. [11:53:25] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  49. [11:53:25] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  50. [11:53:25] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  51. [11:53:25] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  52. [11:53:25] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  53. [11:53:25] [Server thread/ERROR]: #!#!
  54. [11:53:25] [Server thread/ERROR]: #!#! Version Information:
  55. [11:53:25] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  56. [11:53:25] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  57. [11:53:25] [Server thread/ERROR]: #!#! Date: unknown
  58. [11:53:25] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  59. [11:53:25] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  60. [11:53:25] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  61. [11:53:25] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  62. [11:53:25] [Server thread/ERROR]: #!#!
  63. [11:53:25] [Server thread/ERROR]: #!#! Server platform: Spigot
  64. [11:53:25] [Server thread/ERROR]: #!#!
  65. [11:53:25] [Server thread/ERROR]: #!#! Current node: null
  66. [11:53:25] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  67. [11:53:25] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  68. [11:53:25] [Server thread/ERROR]: #!#!
  69. [11:53:25] [Server thread/ERROR]: #!#! Thread: Server thread
  70. [11:53:25] [Server thread/ERROR]: #!#!
  71. [11:53:25] [Server thread/ERROR]: #!#! Language: english
  72. [11:53:25] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  73. [11:53:25] [Server thread/ERROR]: #!#!
  74. [11:53:25] [Server thread/ERROR]: #!#! End of Error.
  75. [11:53:25] [Server thread/ERROR]: #!#!
  76. [11:53:27] [Server thread/INFO]: HogunDogun lost connection: Disconnected
  77. [11:53:27] [Server thread/INFO]: [-] HogunDogun
  78. [11:53:27] [Server thread/ERROR]: #!#!
  79. [11:53:27] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  80. [11:53:27] [Server thread/ERROR]: #!#!
  81. [11:53:27] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  82. [11:53:27] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  83. [11:53:27] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  84. [11:53:27] [Server thread/ERROR]: #!#! Here is full list of them:
  85. [11:53:27] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  86. [11:53:27] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  87. [11:53:27] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  88. [11:53:27] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  89. [11:53:27] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  90. [11:53:27] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  91. [11:53:27] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  92. [11:53:27] [Server thread/ERROR]: #!#!
  93. [11:53:27] [Server thread/ERROR]: #!#! Stack trace:
  94. [11:53:27] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  95. [11:53:27] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  96. [11:53:27] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  97. [11:53:27] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  98. [11:53:27] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  99. [11:53:27] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  100. [11:53:27] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  101. [11:53:27] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  102. [11:53:27] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  103. [11:53:27] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  104. [11:53:27] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  105. [11:53:27] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  106. [11:53:27] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  107. [11:53:27] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  108. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  109. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  110. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  111. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  112. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  113. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  114. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  115. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  116. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  117. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  118. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  119. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  120. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  121. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  122. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  123. [11:53:27] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  124. [11:53:27] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  125. [11:53:27] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  126. [11:53:27] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  127. [11:53:27] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  128. [11:53:27] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  129. [11:53:27] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  130. [11:53:27] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  131. [11:53:27] [Server thread/ERROR]: #!#!
  132. [11:53:27] [Server thread/ERROR]: #!#! Version Information:
  133. [11:53:27] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  134. [11:53:27] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  135. [11:53:27] [Server thread/ERROR]: #!#! Date: unknown
  136. [11:53:27] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  137. [11:53:27] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  138. [11:53:27] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  139. [11:53:27] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  140. [11:53:27] [Server thread/ERROR]: #!#!
  141. [11:53:27] [Server thread/ERROR]: #!#! Server platform: Spigot
  142. [11:53:27] [Server thread/ERROR]: #!#!
  143. [11:53:27] [Server thread/ERROR]: #!#! Current node: null
  144. [11:53:27] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  145. [11:53:27] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  146. [11:53:27] [Server thread/ERROR]: #!#!
  147. [11:53:27] [Server thread/ERROR]: #!#! Thread: Server thread
  148. [11:53:27] [Server thread/ERROR]: #!#!
  149. [11:53:27] [Server thread/ERROR]: #!#! Language: english
  150. [11:53:27] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  151. [11:53:27] [Server thread/ERROR]: #!#!
  152. [11:53:27] [Server thread/ERROR]: #!#! End of Error.
  153. [11:53:27] [Server thread/ERROR]: #!#!
  154. [11:53:28] [Server thread/INFO]: Razor32X issued server command: /kit farmer
  155. [11:53:28] [Server thread/INFO]: Razor32X [061e0296-6d07-4799-9786-2d4491f6a21e]: /kit farmer
  156. [11:53:28] [Server thread/INFO]: arco2002 issued server command: /r what do U mean?
  157. [11:53:28] [EventThread/INFO]: [Localized Message] inserts=[Razor32X, what do U mean?] msg=core.msgTo
  158. [11:53:28] [EventThread/INFO]: [Localized Message] inserts=[arco2002, what do U mean?] msg=core.msgFrom
  159. [11:53:30] [Server thread/ERROR]: #!#!
  160. [11:53:30] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  161. [11:53:30] [Server thread/ERROR]: #!#!
  162. [11:53:30] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  163. [11:53:30] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  164. [11:53:30] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  165. [11:53:30] [Server thread/ERROR]: #!#! Here is full list of them:
  166. [11:53:30] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  167. [11:53:30] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  168. [11:53:30] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  169. [11:53:30] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  170. [11:53:30] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  171. [11:53:30] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  172. [11:53:30] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  173. [11:53:30] [Server thread/ERROR]: #!#!
  174. [11:53:30] [Server thread/ERROR]: #!#! Stack trace:
  175. [11:53:30] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  176. [11:53:30] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  177. [11:53:30] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  178. [11:53:30] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  179. [11:53:30] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  180. [11:53:30] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  181. [11:53:30] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  182. [11:53:30] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  183. [11:53:30] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  184. [11:53:30] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  185. [11:53:30] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  186. [11:53:30] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  187. [11:53:30] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  188. [11:53:30] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  189. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  190. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  191. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  192. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  193. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  194. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  195. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  196. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  197. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  198. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  199. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  200. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  201. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  202. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  203. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  204. [11:53:30] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  205. [11:53:30] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  206. [11:53:30] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  207. [11:53:30] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  208. [11:53:30] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  209. [11:53:30] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  210. [11:53:30] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  211. [11:53:30] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  212. [11:53:30] [Server thread/ERROR]: #!#!
  213. [11:53:30] [Server thread/ERROR]: #!#! Version Information:
  214. [11:53:30] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  215. [11:53:30] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  216. [11:53:30] [Server thread/ERROR]: #!#! Date: unknown
  217. [11:53:30] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  218. [11:53:30] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  219. [11:53:30] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  220. [11:53:30] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  221. [11:53:30] [Server thread/ERROR]: #!#!
  222. [11:53:30] [Server thread/ERROR]: #!#! Server platform: Spigot
  223. [11:53:30] [Server thread/ERROR]: #!#!
  224. [11:53:30] [Server thread/ERROR]: #!#! Current node: null
  225. [11:53:30] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  226. [11:53:30] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  227. [11:53:30] [Server thread/ERROR]: #!#!
  228. [11:53:30] [Server thread/ERROR]: #!#! Thread: Server thread
  229. [11:53:30] [Server thread/ERROR]: #!#!
  230. [11:53:30] [Server thread/ERROR]: #!#! Language: english
  231. [11:53:30] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  232. [11:53:30] [Server thread/ERROR]: #!#!
  233. [11:53:30] [Server thread/ERROR]: #!#! End of Error.
  234. [11:53:30] [Server thread/ERROR]: #!#!
  235. [11:53:33] [Server thread/ERROR]: #!#!
  236. [11:53:33] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  237. [11:53:33] [Server thread/ERROR]: #!#!
  238. [11:53:33] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  239. [11:53:33] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  240. [11:53:33] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  241. [11:53:33] [Server thread/ERROR]: #!#! Here is full list of them:
  242. [11:53:33] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  243. [11:53:33] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  244. [11:53:33] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  245. [11:53:33] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  246. [11:53:33] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  247. [11:53:33] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  248. [11:53:33] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  249. [11:53:33] [Server thread/ERROR]: #!#!
  250. [11:53:33] [Server thread/ERROR]: #!#! Stack trace:
  251. [11:53:33] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  252. [11:53:33] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  253. [11:53:33] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  254. [11:53:33] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  255. [11:53:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  256. [11:53:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  257. [11:53:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  258. [11:53:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  259. [11:53:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  260. [11:53:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  261. [11:53:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  262. [11:53:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  263. [11:53:33] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  264. [11:53:33] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  265. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  266. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  267. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  268. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  269. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  270. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  271. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  272. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  273. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  274. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  275. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  276. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  277. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  278. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  279. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  280. [11:53:33] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  281. [11:53:33] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  282. [11:53:33] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  283. [11:53:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  284. [11:53:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  285. [11:53:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  286. [11:53:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  287. [11:53:33] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  288. [11:53:33] [Server thread/ERROR]: #!#!
  289. [11:53:33] [Server thread/ERROR]: #!#! Version Information:
  290. [11:53:33] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  291. [11:53:33] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  292. [11:53:33] [Server thread/ERROR]: #!#! Date: unknown
  293. [11:53:33] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  294. [11:53:33] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  295. [11:53:33] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  296. [11:53:33] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  297. [11:53:33] [Server thread/ERROR]: #!#!
  298. [11:53:33] [Server thread/ERROR]: #!#! Server platform: Spigot
  299. [11:53:33] [Server thread/ERROR]: #!#!
  300. [11:53:33] [Server thread/ERROR]: #!#! Current node: null
  301. [11:53:33] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  302. [11:53:33] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  303. [11:53:33] [Server thread/ERROR]: #!#!
  304. [11:53:33] [Server thread/ERROR]: #!#! Thread: Server thread
  305. [11:53:33] [Server thread/ERROR]: #!#!
  306. [11:53:33] [Server thread/ERROR]: #!#! Language: english
  307. [11:53:33] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  308. [11:53:33] [Server thread/ERROR]: #!#!
  309. [11:53:33] [Server thread/ERROR]: #!#! End of Error.
  310. [11:53:33] [Server thread/ERROR]: #!#!
  311. [11:53:35] [Server thread/ERROR]: #!#!
  312. [11:53:35] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  313. [11:53:35] [Server thread/ERROR]: #!#!
  314. [11:53:35] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  315. [11:53:35] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  316. [11:53:35] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  317. [11:53:35] [Server thread/ERROR]: #!#! Here is full list of them:
  318. [11:53:35] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  319. [11:53:35] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  320. [11:53:35] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  321. [11:53:35] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  322. [11:53:35] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  323. [11:53:35] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  324. [11:53:35] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  325. [11:53:35] [Server thread/ERROR]: #!#!
  326. [11:53:35] [Server thread/ERROR]: #!#! Stack trace:
  327. [11:53:35] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  328. [11:53:35] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  329. [11:53:35] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  330. [11:53:35] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  331. [11:53:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  332. [11:53:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  333. [11:53:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  334. [11:53:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  335. [11:53:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  336. [11:53:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  337. [11:53:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  338. [11:53:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  339. [11:53:35] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  340. [11:53:35] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  341. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  342. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  343. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  344. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  345. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  346. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  347. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  348. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  349. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  350. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  351. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  352. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  353. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  354. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  355. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  356. [11:53:35] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  357. [11:53:35] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  358. [11:53:35] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  359. [11:53:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  360. [11:53:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  361. [11:53:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  362. [11:53:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  363. [11:53:35] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  364. [11:53:35] [Server thread/ERROR]: #!#!
  365. [11:53:35] [Server thread/ERROR]: #!#! Version Information:
  366. [11:53:35] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  367. [11:53:35] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  368. [11:53:35] [Server thread/ERROR]: #!#! Date: unknown
  369. [11:53:35] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  370. [11:53:35] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  371. [11:53:35] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  372. [11:53:35] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  373. [11:53:35] [Server thread/ERROR]: #!#!
  374. [11:53:35] [Server thread/ERROR]: #!#! Server platform: Spigot
  375. [11:53:35] [Server thread/ERROR]: #!#!
  376. [11:53:35] [Server thread/ERROR]: #!#! Current node: null
  377. [11:53:35] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  378. [11:53:35] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  379. [11:53:35] [Server thread/ERROR]: #!#!
  380. [11:53:35] [Server thread/ERROR]: #!#! Thread: Server thread
  381. [11:53:35] [Server thread/ERROR]: #!#!
  382. [11:53:35] [Server thread/ERROR]: #!#! Language: english
  383. [11:53:35] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  384. [11:53:35] [Server thread/ERROR]: #!#!
  385. [11:53:35] [Server thread/ERROR]: #!#! End of Error.
  386. [11:53:35] [Server thread/ERROR]: #!#!
  387. [11:53:38] [LoginProcessingThread/INFO]: PakapowXD_YT 5cf6f2400f68b11b20f3f8cc
  388. [11:53:38] [LoginProcessingThread/INFO]: UUID of player PakapowXD_YT is 07e6e17b-ce94-4793-b729-645eb040faa7
  389. [11:53:38] [Server thread/INFO]: xZeyninjaaa_ [0a939127-8cca-4817-b9b6-c3aea7238896]: /shop
  390. [11:53:38] [Server thread/INFO]: User login result: PakapowXD_YT -> ALLOWED/ALLOWED
  391. [11:53:38] [Server thread/INFO]: [Player Join] {id=5cf6f2400f68b11b20f3f8cc, name=PakapowXD_YT, rank=null}
  392. [11:53:38] [Server thread/INFO]: [+] PakapowXD_YT
  393. [11:53:38] [Server thread/INFO]: PakapowXD_YT[/10.30.3.152:41141] logged in with entity id 74523 at ([farmplots]373.0620370936033, 32.0, 89.24428951825548)
  394. [11:53:38] [Server thread/ERROR]: #!#!
  395. [11:53:38] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  396. [11:53:38] [Server thread/ERROR]: #!#!
  397. [11:53:38] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  398. [11:53:38] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  399. [11:53:38] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  400. [11:53:38] [Server thread/ERROR]: #!#! Here is full list of them:
  401. [11:53:38] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  402. [11:53:38] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  403. [11:53:38] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  404. [11:53:38] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  405. [11:53:38] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  406. [11:53:38] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  407. [11:53:38] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  408. [11:53:38] [Server thread/ERROR]: #!#!
  409. [11:53:38] [Server thread/ERROR]: #!#! Stack trace:
  410. [11:53:38] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  411. [11:53:38] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  412. [11:53:38] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  413. [11:53:38] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  414. [11:53:38] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  415. [11:53:38] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  416. [11:53:38] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  417. [11:53:38] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  418. [11:53:38] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  419. [11:53:38] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  420. [11:53:38] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  421. [11:53:38] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  422. [11:53:38] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  423. [11:53:38] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  424. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  425. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  426. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  427. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  428. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  429. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  430. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  431. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  432. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  433. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  434. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  435. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  436. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  437. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  438. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  439. [11:53:38] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  440. [11:53:38] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  441. [11:53:38] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  442. [11:53:38] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  443. [11:53:38] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  444. [11:53:38] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  445. [11:53:38] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  446. [11:53:38] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  447. [11:53:38] [Server thread/ERROR]: #!#!
  448. [11:53:38] [Server thread/ERROR]: #!#! Version Information:
  449. [11:53:38] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  450. [11:53:38] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  451. [11:53:38] [Server thread/ERROR]: #!#! Date: unknown
  452. [11:53:38] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  453. [11:53:38] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  454. [11:53:38] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  455. [11:53:38] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  456. [11:53:38] [Server thread/ERROR]: #!#!
  457. [11:53:38] [Server thread/ERROR]: #!#! Server platform: Spigot
  458. [11:53:38] [Server thread/ERROR]: #!#!
  459. [11:53:38] [Server thread/ERROR]: #!#! Current node: null
  460. [11:53:38] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  461. [11:53:38] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  462. [11:53:38] [Server thread/ERROR]: #!#!
  463. [11:53:38] [Server thread/ERROR]: #!#! Thread: Server thread
  464. [11:53:38] [Server thread/ERROR]: #!#!
  465. [11:53:38] [Server thread/ERROR]: #!#! Language: english
  466. [11:53:38] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  467. [11:53:38] [Server thread/ERROR]: #!#!
  468. [11:53:38] [Server thread/ERROR]: #!#! End of Error.
  469. [11:53:38] [Server thread/ERROR]: #!#!
  470. [11:53:40] [Server thread/ERROR]: #!#!
  471. [11:53:40] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  472. [11:53:40] [Server thread/ERROR]: #!#!
  473. [11:53:40] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  474. [11:53:40] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  475. [11:53:40] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  476. [11:53:40] [Server thread/ERROR]: #!#! Here is full list of them:
  477. [11:53:40] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  478. [11:53:40] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  479. [11:53:40] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  480. [11:53:40] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  481. [11:53:40] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  482. [11:53:40] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  483. [11:53:40] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  484. [11:53:40] [Server thread/ERROR]: #!#!
  485. [11:53:40] [Server thread/ERROR]: #!#! Stack trace:
  486. [11:53:40] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  487. [11:53:40] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  488. [11:53:40] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  489. [11:53:40] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  490. [11:53:40] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  491. [11:53:40] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  492. [11:53:40] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  493. [11:53:40] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  494. [11:53:40] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  495. [11:53:40] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  496. [11:53:40] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  497. [11:53:40] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  498. [11:53:40] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  499. [11:53:40] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  500. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  501. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  502. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  503. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  504. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  505. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  506. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  507. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  508. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  509. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  510. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  511. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  512. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  513. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  514. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  515. [11:53:40] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  516. [11:53:40] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  517. [11:53:40] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  518. [11:53:40] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  519. [11:53:40] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  520. [11:53:40] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  521. [11:53:40] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  522. [11:53:40] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  523. [11:53:40] [Server thread/ERROR]: #!#!
  524. [11:53:40] [Server thread/ERROR]: #!#! Version Information:
  525. [11:53:40] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  526. [11:53:40] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  527. [11:53:40] [Server thread/ERROR]: #!#! Date: unknown
  528. [11:53:40] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  529. [11:53:40] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  530. [11:53:40] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  531. [11:53:40] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  532. [11:53:40] [Server thread/ERROR]: #!#!
  533. [11:53:40] [Server thread/ERROR]: #!#! Server platform: Spigot
  534. [11:53:40] [Server thread/ERROR]: #!#!
  535. [11:53:40] [Server thread/ERROR]: #!#! Current node: null
  536. [11:53:40] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  537. [11:53:40] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  538. [11:53:40] [Server thread/ERROR]: #!#!
  539. [11:53:40] [Server thread/ERROR]: #!#! Thread: Server thread
  540. [11:53:40] [Server thread/ERROR]: #!#!
  541. [11:53:40] [Server thread/ERROR]: #!#! Language: english
  542. [11:53:40] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  543. [11:53:40] [Server thread/ERROR]: #!#!
  544. [11:53:40] [Server thread/ERROR]: #!#! End of Error.
  545. [11:53:40] [Server thread/ERROR]: #!#!
  546. [11:53:42] [Server thread/INFO]: Razor32X issued server command: /reply there ya go
  547. [11:53:42] [EventThread/INFO]: [Localized Message] inserts=[arco2002, there ya go] msg=core.msgTo
  548. [11:53:42] [EventThread/INFO]: [Localized Message] inserts=[Razor32X, there ya go] msg=core.msgFrom
  549. [11:53:42] [Server thread/INFO]: xZeyninjaaa_ [0a939127-8cca-4817-b9b6-c3aea7238896]: /shop
  550. [11:53:43] [Server thread/ERROR]: #!#!
  551. [11:53:43] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  552. [11:53:43] [Server thread/ERROR]: #!#!
  553. [11:53:43] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  554. [11:53:43] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  555. [11:53:43] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  556. [11:53:43] [Server thread/ERROR]: #!#! Here is full list of them:
  557. [11:53:43] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  558. [11:53:43] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  559. [11:53:43] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  560. [11:53:43] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  561. [11:53:43] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  562. [11:53:43] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  563. [11:53:43] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  564. [11:53:43] [Server thread/ERROR]: #!#!
  565. [11:53:43] [Server thread/ERROR]: #!#! Stack trace:
  566. [11:53:43] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  567. [11:53:43] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  568. [11:53:43] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  569. [11:53:43] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  570. [11:53:43] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  571. [11:53:43] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  572. [11:53:43] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  573. [11:53:43] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  574. [11:53:43] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  575. [11:53:43] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  576. [11:53:43] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  577. [11:53:43] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  578. [11:53:43] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  579. [11:53:43] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  580. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  581. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  582. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  583. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  584. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  585. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  586. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  587. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  588. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  589. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  590. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  591. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  592. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  593. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  594. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  595. [11:53:43] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  596. [11:53:43] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  597. [11:53:43] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  598. [11:53:43] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  599. [11:53:43] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  600. [11:53:43] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  601. [11:53:43] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  602. [11:53:43] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  603. [11:53:43] [Server thread/ERROR]: #!#!
  604. [11:53:43] [Server thread/ERROR]: #!#! Version Information:
  605. [11:53:43] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  606. [11:53:43] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  607. [11:53:43] [Server thread/ERROR]: #!#! Date: unknown
  608. [11:53:43] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  609. [11:53:43] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  610. [11:53:43] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  611. [11:53:43] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  612. [11:53:43] [Server thread/ERROR]: #!#!
  613. [11:53:43] [Server thread/ERROR]: #!#! Server platform: Spigot
  614. [11:53:43] [Server thread/ERROR]: #!#!
  615. [11:53:43] [Server thread/ERROR]: #!#! Current node: null
  616. [11:53:43] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  617. [11:53:43] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  618. [11:53:43] [Server thread/ERROR]: #!#!
  619. [11:53:43] [Server thread/ERROR]: #!#! Thread: Server thread
  620. [11:53:43] [Server thread/ERROR]: #!#!
  621. [11:53:43] [Server thread/ERROR]: #!#! Language: english
  622. [11:53:43] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  623. [11:53:43] [Server thread/ERROR]: #!#!
  624. [11:53:43] [Server thread/ERROR]: #!#! End of Error.
  625. [11:53:43] [Server thread/ERROR]: #!#!
  626. [11:53:45] [Server thread/ERROR]: #!#!
  627. [11:53:45] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  628. [11:53:45] [Server thread/ERROR]: #!#!
  629. [11:53:45] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  630. [11:53:45] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  631. [11:53:45] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  632. [11:53:45] [Server thread/ERROR]: #!#! Here is full list of them:
  633. [11:53:45] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  634. [11:53:45] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  635. [11:53:45] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  636. [11:53:45] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  637. [11:53:45] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  638. [11:53:45] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  639. [11:53:45] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  640. [11:53:45] [Server thread/ERROR]: #!#!
  641. [11:53:45] [Server thread/ERROR]: #!#! Stack trace:
  642. [11:53:45] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  643. [11:53:45] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  644. [11:53:45] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  645. [11:53:45] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  646. [11:53:45] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  647. [11:53:45] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  648. [11:53:45] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  649. [11:53:45] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  650. [11:53:45] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  651. [11:53:45] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  652. [11:53:45] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  653. [11:53:45] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  654. [11:53:45] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  655. [11:53:45] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  656. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  657. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  658. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  659. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  660. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  661. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  662. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  663. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  664. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  665. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  666. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  667. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  668. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  669. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  670. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  671. [11:53:45] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  672. [11:53:45] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  673. [11:53:45] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  674. [11:53:45] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  675. [11:53:45] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  676. [11:53:45] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  677. [11:53:45] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  678. [11:53:45] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  679. [11:53:45] [Server thread/ERROR]: #!#!
  680. [11:53:45] [Server thread/ERROR]: #!#! Version Information:
  681. [11:53:45] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  682. [11:53:45] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  683. [11:53:45] [Server thread/ERROR]: #!#! Date: unknown
  684. [11:53:45] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  685. [11:53:45] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  686. [11:53:45] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  687. [11:53:45] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  688. [11:53:45] [Server thread/ERROR]: #!#!
  689. [11:53:45] [Server thread/ERROR]: #!#! Server platform: Spigot
  690. [11:53:45] [Server thread/ERROR]: #!#!
  691. [11:53:45] [Server thread/ERROR]: #!#! Current node: null
  692. [11:53:45] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  693. [11:53:45] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  694. [11:53:45] [Server thread/ERROR]: #!#!
  695. [11:53:45] [Server thread/ERROR]: #!#! Thread: Server thread
  696. [11:53:45] [Server thread/ERROR]: #!#!
  697. [11:53:45] [Server thread/ERROR]: #!#! Language: english
  698. [11:53:45] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  699. [11:53:45] [Server thread/ERROR]: #!#!
  700. [11:53:45] [Server thread/ERROR]: #!#! End of Error.
  701. [11:53:45] [Server thread/ERROR]: #!#!
  702. [11:53:45] [Server thread/INFO]: AznDumplingz issued server command: /sell hand
  703. [11:53:45] [Server thread/INFO]: AznDumplingz [337905f2-f21e-4424-ae9a-02c064488df0]: /sell hand
  704. [11:53:45] [Server thread/INFO]: arco2002 issued server command: /r ?
  705. [11:53:45] [EventThread/INFO]: [Localized Message] inserts=[Razor32X, ?] msg=core.msgTo
  706. [11:53:45] [EventThread/INFO]: [Localized Message] inserts=[arco2002, ?] msg=core.msgFrom
  707. [11:53:46] [Server thread/ERROR]: #!#!
  708. [11:53:46] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  709. [11:53:46] [Server thread/ERROR]: #!#!
  710. [11:53:46] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  711. [11:53:46] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  712. [11:53:46] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  713. [11:53:46] [Server thread/ERROR]: #!#! Here is full list of them:
  714. [11:53:46] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  715. [11:53:46] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  716. [11:53:46] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  717. [11:53:46] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  718. [11:53:46] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  719. [11:53:46] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  720. [11:53:46] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  721. [11:53:46] [Server thread/ERROR]: #!#!
  722. [11:53:46] [Server thread/ERROR]: #!#! Stack trace:
  723. [11:53:46] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  724. [11:53:46] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  725. [11:53:46] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  726. [11:53:46] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  727. [11:53:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  728. [11:53:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  729. [11:53:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  730. [11:53:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  731. [11:53:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  732. [11:53:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  733. [11:53:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  734. [11:53:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  735. [11:53:46] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  736. [11:53:46] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  737. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  738. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  739. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  740. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  741. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  742. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  743. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  744. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  745. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  746. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  747. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  748. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  749. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  750. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  751. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  752. [11:53:46] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  753. [11:53:46] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  754. [11:53:46] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  755. [11:53:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  756. [11:53:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  757. [11:53:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  758. [11:53:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  759. [11:53:46] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  760. [11:53:46] [Server thread/ERROR]: #!#!
  761. [11:53:46] [Server thread/ERROR]: #!#! Version Information:
  762. [11:53:46] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  763. [11:53:46] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  764. [11:53:46] [Server thread/ERROR]: #!#! Date: unknown
  765. [11:53:46] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  766. [11:53:46] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  767. [11:53:46] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  768. [11:53:46] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  769. [11:53:46] [Server thread/ERROR]: #!#!
  770. [11:53:46] [Server thread/ERROR]: #!#! Server platform: Spigot
  771. [11:53:46] [Server thread/ERROR]: #!#!
  772. [11:53:46] [Server thread/ERROR]: #!#! Current node: null
  773. [11:53:46] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  774. [11:53:46] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  775. [11:53:46] [Server thread/ERROR]: #!#!
  776. [11:53:46] [Server thread/ERROR]: #!#! Thread: Server thread
  777. [11:53:46] [Server thread/ERROR]: #!#!
  778. [11:53:46] [Server thread/ERROR]: #!#! Language: english
  779. [11:53:46] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  780. [11:53:46] [Server thread/ERROR]: #!#!
  781. [11:53:46] [Server thread/ERROR]: #!#! End of Error.
  782. [11:53:46] [Server thread/ERROR]: #!#!
  783. [11:53:48] [Server thread/ERROR]: #!#!
  784. [11:53:48] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  785. [11:53:48] [Server thread/ERROR]: #!#!
  786. [11:53:48] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  787. [11:53:48] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  788. [11:53:48] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  789. [11:53:48] [Server thread/ERROR]: #!#! Here is full list of them:
  790. [11:53:48] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  791. [11:53:48] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  792. [11:53:48] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  793. [11:53:48] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  794. [11:53:48] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  795. [11:53:48] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  796. [11:53:48] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  797. [11:53:48] [Server thread/ERROR]: #!#!
  798. [11:53:48] [Server thread/ERROR]: #!#! Stack trace:
  799. [11:53:48] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  800. [11:53:48] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  801. [11:53:48] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  802. [11:53:48] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  803. [11:53:48] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  804. [11:53:48] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  805. [11:53:48] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  806. [11:53:48] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  807. [11:53:48] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  808. [11:53:48] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  809. [11:53:48] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  810. [11:53:48] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  811. [11:53:48] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  812. [11:53:48] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  813. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  814. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  815. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  816. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  817. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  818. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  819. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  820. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  821. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  822. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  823. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  824. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  825. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  826. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  827. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  828. [11:53:48] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  829. [11:53:48] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  830. [11:53:48] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  831. [11:53:48] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  832. [11:53:48] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  833. [11:53:48] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  834. [11:53:48] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  835. [11:53:48] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  836. [11:53:48] [Server thread/ERROR]: #!#!
  837. [11:53:48] [Server thread/ERROR]: #!#! Version Information:
  838. [11:53:48] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  839. [11:53:48] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  840. [11:53:48] [Server thread/ERROR]: #!#! Date: unknown
  841. [11:53:48] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  842. [11:53:48] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  843. [11:53:48] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  844. [11:53:48] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  845. [11:53:48] [Server thread/ERROR]: #!#!
  846. [11:53:48] [Server thread/ERROR]: #!#! Server platform: Spigot
  847. [11:53:48] [Server thread/ERROR]: #!#!
  848. [11:53:48] [Server thread/ERROR]: #!#! Current node: null
  849. [11:53:48] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  850. [11:53:48] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  851. [11:53:48] [Server thread/ERROR]: #!#!
  852. [11:53:48] [Server thread/ERROR]: #!#! Thread: Server thread
  853. [11:53:48] [Server thread/ERROR]: #!#!
  854. [11:53:48] [Server thread/ERROR]: #!#! Language: english
  855. [11:53:48] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  856. [11:53:48] [Server thread/ERROR]: #!#!
  857. [11:53:48] [Server thread/ERROR]: #!#! End of Error.
  858. [11:53:48] [Server thread/ERROR]: #!#!
  859. [11:53:49] [Server thread/INFO]: austincheung7777 issued server command: /sell hand
  860. [11:53:49] [Server thread/INFO]: xZeyninjaaa_ [0a939127-8cca-4817-b9b6-c3aea7238896]: /shop
  861. [11:53:54] [Server thread/INFO]: xZeyninjaaa_ [0a939127-8cca-4817-b9b6-c3aea7238896]: /shop
  862. [11:53:54] [Server thread/WARN]: Razor32X moved too quickly! 0.31919884279841426,0.5303676067111738,17.336059989362894
  863. [11:53:54] [Server thread/INFO]: arco2002 issued server command: /r ohw undeny?
  864. [11:53:54] [Server thread/ERROR]: #!#!
  865. [11:53:54] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  866. [11:53:54] [Server thread/ERROR]: #!#!
  867. [11:53:54] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  868. [11:53:54] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  869. [11:53:54] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  870. [11:53:54] [Server thread/ERROR]: #!#! Here is full list of them:
  871. [11:53:54] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  872. [11:53:54] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  873. [11:53:54] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  874. [11:53:54] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  875. [11:53:54] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  876. [11:53:54] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  877. [11:53:54] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  878. [11:53:54] [Server thread/ERROR]: #!#!
  879. [11:53:54] [Server thread/ERROR]: #!#! Stack trace:
  880. [11:53:54] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  881. [11:53:54] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  882. [11:53:54] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  883. [11:53:54] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  884. [11:53:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  885. [11:53:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  886. [11:53:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  887. [11:53:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  888. [11:53:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  889. [11:53:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  890. [11:53:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  891. [11:53:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  892. [11:53:54] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  893. [11:53:54] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  894. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  895. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  896. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  897. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  898. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  899. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  900. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  901. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  902. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  903. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  904. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  905. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  906. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  907. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  908. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  909. [11:53:54] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  910. [11:53:54] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  911. [11:53:54] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  912. [11:53:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  913. [11:53:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  914. [11:53:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  915. [11:53:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  916. [11:53:54] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  917. [11:53:54] [Server thread/ERROR]: #!#!
  918. [11:53:54] [Server thread/ERROR]: #!#! Version Information:
  919. [11:53:54] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  920. [11:53:54] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  921. [11:53:54] [Server thread/ERROR]: #!#! Date: unknown
  922. [11:53:54] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  923. [11:53:54] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  924. [11:53:54] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  925. [11:53:54] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  926. [11:53:54] [Server thread/ERROR]: #!#!
  927. [11:53:54] [Server thread/ERROR]: #!#! Server platform: Spigot
  928. [11:53:54] [Server thread/ERROR]: #!#!
  929. [11:53:54] [Server thread/ERROR]: #!#! Current node: null
  930. [11:53:54] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  931. [11:53:54] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  932. [11:53:54] [Server thread/ERROR]: #!#!
  933. [11:53:54] [Server thread/ERROR]: #!#! Thread: Server thread
  934. [11:53:54] [Server thread/ERROR]: #!#!
  935. [11:53:54] [Server thread/ERROR]: #!#! Language: english
  936. [11:53:54] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  937. [11:53:54] [Server thread/ERROR]: #!#!
  938. [11:53:54] [Server thread/ERROR]: #!#! End of Error.
  939. [11:53:54] [Server thread/ERROR]: #!#!
  940. [11:53:55] [EventThread/INFO]: [Localized Message] inserts=[Razor32X, ohw undeny?] msg=core.msgTo
  941. [11:53:55] [EventThread/INFO]: [Localized Message] inserts=[arco2002, ohw undeny?] msg=core.msgFrom
  942. [11:53:55] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 38313ms or 766 ticks behind
  943. [11:53:55] [Server thread/INFO]: vuki300 issued server command: /plot visit 0zxy
  944. [11:53:59] [Server thread/WARN]: vuki300 moved too quickly! 6.273231214290718,8.274368225688555,1.4313597153032909
  945. [11:53:59] [Server thread/WARN]: arco2002 moved too quickly! -5.767525082517636,1.2349679851546256,-8.445555045440202
  946. [11:53:59] [Server thread/INFO]: MrTimmmy [b8e765a1-24b8-4a71-a182-c198bc55a0f6]: /tutorial
  947. [11:54:00] [Server thread/ERROR]: #!#!
  948. [11:54:00] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  949. [11:54:00] [Server thread/ERROR]: #!#!
  950. [11:54:00] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  951. [11:54:00] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  952. [11:54:00] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  953. [11:54:00] [Server thread/ERROR]: #!#! Here is full list of them:
  954. [11:54:00] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  955. [11:54:00] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  956. [11:54:00] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  957. [11:54:00] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  958. [11:54:00] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  959. [11:54:00] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  960. [11:54:00] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  961. [11:54:00] [Server thread/ERROR]: #!#!
  962. [11:54:00] [Server thread/ERROR]: #!#! Stack trace:
  963. [11:54:00] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  964. [11:54:00] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  965. [11:54:00] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  966. [11:54:00] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  967. [11:54:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  968. [11:54:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  969. [11:54:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  970. [11:54:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  971. [11:54:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  972. [11:54:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  973. [11:54:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  974. [11:54:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  975. [11:54:00] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  976. [11:54:00] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  977. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  978. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  979. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  980. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  981. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  982. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  983. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  984. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  985. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  986. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  987. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  988. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  989. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  990. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  991. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  992. [11:54:00] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  993. [11:54:00] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  994. [11:54:00] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  995. [11:54:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  996. [11:54:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  997. [11:54:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  998. [11:54:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  999. [11:54:00] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  1000. [11:54:00] [Server thread/ERROR]: #!#!
  1001. [11:54:00] [Server thread/ERROR]: #!#! Version Information:
  1002. [11:54:00] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  1003. [11:54:00] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  1004. [11:54:00] [Server thread/ERROR]: #!#! Date: unknown
  1005. [11:54:00] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  1006. [11:54:00] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  1007. [11:54:00] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  1008. [11:54:00] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  1009. [11:54:00] [Server thread/ERROR]: #!#!
  1010. [11:54:00] [Server thread/ERROR]: #!#! Server platform: Spigot
  1011. [11:54:00] [Server thread/ERROR]: #!#!
  1012. [11:54:00] [Server thread/ERROR]: #!#! Current node: null
  1013. [11:54:00] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  1014. [11:54:00] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  1015. [11:54:00] [Server thread/ERROR]: #!#!
  1016. [11:54:00] [Server thread/ERROR]: #!#! Thread: Server thread
  1017. [11:54:00] [Server thread/ERROR]: #!#!
  1018. [11:54:00] [Server thread/ERROR]: #!#! Language: english
  1019. [11:54:00] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  1020. [11:54:00] [Server thread/ERROR]: #!#!
  1021. [11:54:00] [Server thread/ERROR]: #!#! End of Error.
  1022. [11:54:00] [Server thread/ERROR]: #!#!
  1023. [11:54:03] [Server thread/WARN]: arco2002 moved too quickly! -14.619026392177716,0.544812420399019,-0.8840276143857011
  1024. [11:54:03] [Server thread/INFO]: Razor32X issued server command: /reply ya
  1025. [11:54:03] [Server thread/WARN]: vuki300 moved too quickly! -26.602336897778514,-6.743254432429275,-1.1879409863805925
  1026. [11:54:03] [EventThread/INFO]: [Localized Message] inserts=[arco2002, ya] msg=core.msgTo
  1027. [11:54:03] [EventThread/INFO]: [Localized Message] inserts=[Razor32X, ya] msg=core.msgFrom
  1028. [11:54:03] [Server thread/INFO]: arco2002 issued server command: /rankup
  1029. [11:54:03] [Server thread/INFO]: arco2002 [2c5178a4-7ca1-4953-b633-c07607577110]: /rankup
  1030. [11:54:05] [Server thread/WARN]: vuki300 moved too quickly! 4.2305110955171585,0.0,21.308417518817233
  1031. [11:54:06] [Server thread/INFO]: arco2002 issued server command: /r ohw k
  1032. [11:54:06] [EventThread/INFO]: [Localized Message] inserts=[Razor32X, ohw k] msg=core.msgTo
  1033. [11:54:06] [EventThread/INFO]: [Localized Message] inserts=[arco2002, ohw k] msg=core.msgFrom
  1034. [11:54:09] [Server thread/INFO]: arco2002 issued server command: /ranks
  1035. [11:54:09] [Server thread/INFO]: arco2002 [2c5178a4-7ca1-4953-b633-c07607577110]: /ranks
  1036. [11:54:09] [Server thread/INFO]: vuki300 issued server command: /plot visit 0zxy 2
  1037. [11:54:09] [Server thread/ERROR]: #!#!
  1038. [11:54:09] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  1039. [11:54:09] [Server thread/ERROR]: #!#!
  1040. [11:54:09] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  1041. [11:54:09] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  1042. [11:54:09] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  1043. [11:54:09] [Server thread/ERROR]: #!#! Here is full list of them:
  1044. [11:54:09] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  1045. [11:54:09] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  1046. [11:54:09] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  1047. [11:54:09] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  1048. [11:54:09] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  1049. [11:54:09] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  1050. [11:54:09] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  1051. [11:54:09] [Server thread/ERROR]: #!#!
  1052. [11:54:09] [Server thread/ERROR]: #!#! Stack trace:
  1053. [11:54:09] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  1054. [11:54:09] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  1055. [11:54:09] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  1056. [11:54:09] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  1057. [11:54:09] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  1058. [11:54:09] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  1059. [11:54:09] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  1060. [11:54:09] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  1061. [11:54:09] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  1062. [11:54:09] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  1063. [11:54:09] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  1064. [11:54:09] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  1065. [11:54:09] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  1066. [11:54:09] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  1067. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  1068. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  1069. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  1070. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  1071. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1072. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  1073. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  1074. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1075. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  1076. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  1077. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  1078. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  1079. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  1080. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  1081. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  1082. [11:54:09] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  1083. [11:54:09] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  1084. [11:54:09] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  1085. [11:54:09] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  1086. [11:54:09] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  1087. [11:54:09] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  1088. [11:54:09] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  1089. [11:54:09] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  1090. [11:54:09] [Server thread/ERROR]: #!#!
  1091. [11:54:09] [Server thread/ERROR]: #!#! Version Information:
  1092. [11:54:09] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  1093. [11:54:09] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  1094. [11:54:09] [Server thread/ERROR]: #!#! Date: unknown
  1095. [11:54:09] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  1096. [11:54:09] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  1097. [11:54:09] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  1098. [11:54:09] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  1099. [11:54:09] [Server thread/ERROR]: #!#!
  1100. [11:54:09] [Server thread/ERROR]: #!#! Server platform: Spigot
  1101. [11:54:09] [Server thread/ERROR]: #!#!
  1102. [11:54:09] [Server thread/ERROR]: #!#! Current node: null
  1103. [11:54:09] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  1104. [11:54:09] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  1105. [11:54:09] [Server thread/ERROR]: #!#!
  1106. [11:54:09] [Server thread/ERROR]: #!#! Thread: Server thread
  1107. [11:54:09] [Server thread/ERROR]: #!#!
  1108. [11:54:09] [Server thread/ERROR]: #!#! Language: english
  1109. [11:54:09] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  1110. [11:54:09] [Server thread/ERROR]: #!#!
  1111. [11:54:09] [Server thread/ERROR]: #!#! End of Error.
  1112. [11:54:09] [Server thread/ERROR]: #!#!
  1113. [11:54:09] [Server thread/INFO]: [1] Starter MrTimmmy >> lag?
  1114. [11:54:12] [Server thread/INFO]: [1] Starter MrTimmmy >> nope
  1115. [11:54:15] [LoginProcessingThread/INFO]: x66666669999999x 5cea9ea92d24c70a5f09d082
  1116. [11:54:15] [LoginProcessingThread/INFO]: UUID of player x66666669999999x is b4dc9a58-74d4-4975-9ca1-4058f05a3326
  1117. [11:54:15] [Server thread/INFO]: MrTimmmy issued server command: /warp
  1118. [11:54:15] [Server thread/INFO]: §cMrTimmmy §4was denied access to command.
  1119. [11:54:15] [Server thread/WARN]: vuki300 moved too quickly! -2.882189349762484,2.9939482964152404,-22.463884100331256
  1120. [11:54:15] [Server thread/INFO]: [7] SrGardener arco2002 Rookie >> test
  1121. [11:54:15] [Server thread/INFO]: User login result: x66666669999999x -> KICK_BANNED/KICK_BANNED
  1122. [11:54:15] [Server thread/INFO]: Denying user login: x66666669999999x
  1123. [11:54:15] [Server thread/INFO]: Disconnecting protocolsupport.protocol.utils.authlib.GameProfile(onlineMode: false, originalname: x66666669999999x, originaluuid: b4dc9a58-74d4-4975-9ca1-4058f05a3326, name: x66666669999999x, uuid: b4dc9a58-74d4-4975-9ca1-4058f05a3326, properties: {textures=[protocolsupport.api.utils.ProfileProperty(name: textures, value: eyJ0aW1lc3RhbXAiOjE1NjE2MzY0NDA5MTgsInByb2ZpbGVJZCI6ImI0ZGM5YTU4NzRkNDQ5NzU5Y2ExNDA1OGYwNWEzMzI2IiwicHJvZmlsZU5hbWUiOiJ4NjY2NjY2Njk5OTk5OTl4IiwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRlOTkwOTk4ZGRmMmIyNGRmODhmZDA4Njk0MDMxODdmYTQwMGYxNWZjZTZmNmI0NDIzYjg0ZTJhMDk3NDY0YTYifX19, signature: MJYbIcqMK4OXyQS6+9V2iHgkcItf2t5tikMnCoF6ORGnZtZjl2L+tSGPczDfX271TWe5/gjwP83rHnVhMp1lDJagEy/eWFIbhbnvYUUsNJJEHTHe9FZKbx78tP7ETTXm3Ue7UWZIL/C6D4rTl9NEODtmWPgMRSO85L2uUBge1zbm0qRAjM4JIN5qYFlImYsXeFCUm+Bfh08GqiACwQdmITAoQpeb+ZtGr3Cu6oDSbzC6b3FoSNlQQY8IGL+jCEqIy0FIbPpMweAuTc0gt67KdVSVa2wTFrvga7rxDqFoVnepJYOhnMcGY9KfE5KtWSs/fFVORRWrfKqmABLM1Q9dStdrKrCowya0l9gAd3EN452gigSvEWyQuVnbJml+Ebnfa/WEEBVmtRDGKVOMoNDVKO5v2sPeSp6YpdePK5juzPHYJuFbZpDjjOPl0XFfav13j7oEzIKTcgsatXqnHmDZ98JqEsvaAYro9ihTkgkeS1bb9pKoFmfat751uxsX45wikPisvWgdnnf35A8KIYwCZngOeX7fBBrzVq6/z0WFQnwCUfd0r6Hc7esHhlv4lHD+TJ479661w32y2Wi7PZjqJGLoo2DEyOkxatvopWruOiS7zPunX58WY0qGK0osXg+gtDiFHdC7W1eE1cHZ43WATObvXnxAvWps0wGBu2cN8TI=)]}) (/10.30.2.55:59327): Your IP address is banned from this server. Reason: The Ban Hammer has spoken!
  1124. [11:54:15] [Server thread/INFO]: protocolsupport.protocol.utils.authlib.GameProfile(onlineMode: false, originalname: x66666669999999x, originaluuid: b4dc9a58-74d4-4975-9ca1-4058f05a3326, name: x66666669999999x, uuid: b4dc9a58-74d4-4975-9ca1-4058f05a3326, properties: {textures=[protocolsupport.api.utils.ProfileProperty(name: textures, value: eyJ0aW1lc3RhbXAiOjE1NjE2MzY0NDA5MTgsInByb2ZpbGVJZCI6ImI0ZGM5YTU4NzRkNDQ5NzU5Y2ExNDA1OGYwNWEzMzI2IiwicHJvZmlsZU5hbWUiOiJ4NjY2NjY2Njk5OTk5OTl4IiwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRlOTkwOTk4ZGRmMmIyNGRmODhmZDA4Njk0MDMxODdmYTQwMGYxNWZjZTZmNmI0NDIzYjg0ZTJhMDk3NDY0YTYifX19, signature: MJYbIcqMK4OXyQS6+9V2iHgkcItf2t5tikMnCoF6ORGnZtZjl2L+tSGPczDfX271TWe5/gjwP83rHnVhMp1lDJagEy/eWFIbhbnvYUUsNJJEHTHe9FZKbx78tP7ETTXm3Ue7UWZIL/C6D4rTl9NEODtmWPgMRSO85L2uUBge1zbm0qRAjM4JIN5qYFlImYsXeFCUm+Bfh08GqiACwQdmITAoQpeb+ZtGr3Cu6oDSbzC6b3FoSNlQQY8IGL+jCEqIy0FIbPpMweAuTc0gt67KdVSVa2wTFrvga7rxDqFoVnepJYOhnMcGY9KfE5KtWSs/fFVORRWrfKqmABLM1Q9dStdrKrCowya0l9gAd3EN452gigSvEWyQuVnbJml+Ebnfa/WEEBVmtRDGKVOMoNDVKO5v2sPeSp6YpdePK5juzPHYJuFbZpDjjOPl0XFfav13j7oEzIKTcgsatXqnHmDZ98JqEsvaAYro9ihTkgkeS1bb9pKoFmfat751uxsX45wikPisvWgdnnf35A8KIYwCZngOeX7fBBrzVq6/z0WFQnwCUfd0r6Hc7esHhlv4lHD+TJ479661w32y2Wi7PZjqJGLoo2DEyOkxatvopWruOiS7zPunX58WY0qGK0osXg+gtDiFHdC7W1eE1cHZ43WATObvXnxAvWps0wGBu2cN8TI=)]}) (/10.30.2.55:59327) lost connection: Your IP address is banned from this server. Reason: The Ban Hammer has spoken!
  1125. [11:54:16] [Server thread/ERROR]: #!#!
  1126. [11:54:16] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  1127. [11:54:16] [Server thread/ERROR]: #!#!
  1128. [11:54:16] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  1129. [11:54:16] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  1130. [11:54:16] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  1131. [11:54:16] [Server thread/ERROR]: #!#! Here is full list of them:
  1132. [11:54:16] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  1133. [11:54:16] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  1134. [11:54:16] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  1135. [11:54:16] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  1136. [11:54:16] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  1137. [11:54:16] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  1138. [11:54:16] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  1139. [11:54:16] [Server thread/ERROR]: #!#!
  1140. [11:54:16] [Server thread/ERROR]: #!#! Stack trace:
  1141. [11:54:16] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  1142. [11:54:16] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  1143. [11:54:16] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  1144. [11:54:16] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  1145. [11:54:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  1146. [11:54:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  1147. [11:54:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  1148. [11:54:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  1149. [11:54:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  1150. [11:54:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  1151. [11:54:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  1152. [11:54:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  1153. [11:54:16] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  1154. [11:54:16] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  1155. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  1156. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  1157. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  1158. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  1159. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1160. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  1161. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  1162. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1163. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  1164. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  1165. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  1166. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  1167. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  1168. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  1169. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  1170. [11:54:16] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  1171. [11:54:16] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  1172. [11:54:16] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  1173. [11:54:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  1174. [11:54:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  1175. [11:54:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  1176. [11:54:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  1177. [11:54:16] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  1178. [11:54:16] [Server thread/ERROR]: #!#!
  1179. [11:54:16] [Server thread/ERROR]: #!#! Version Information:
  1180. [11:54:16] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  1181. [11:54:16] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  1182. [11:54:16] [Server thread/ERROR]: #!#! Date: unknown
  1183. [11:54:16] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  1184. [11:54:16] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  1185. [11:54:16] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  1186. [11:54:16] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  1187. [11:54:16] [Server thread/ERROR]: #!#!
  1188. [11:54:16] [Server thread/ERROR]: #!#! Server platform: Spigot
  1189. [11:54:16] [Server thread/ERROR]: #!#!
  1190. [11:54:16] [Server thread/ERROR]: #!#! Current node: null
  1191. [11:54:16] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  1192. [11:54:16] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  1193. [11:54:16] [Server thread/ERROR]: #!#!
  1194. [11:54:16] [Server thread/ERROR]: #!#! Thread: Server thread
  1195. [11:54:16] [Server thread/ERROR]: #!#!
  1196. [11:54:16] [Server thread/ERROR]: #!#! Language: english
  1197. [11:54:16] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  1198. [11:54:16] [Server thread/ERROR]: #!#!
  1199. [11:54:16] [Server thread/ERROR]: #!#! End of Error.
  1200. [11:54:16] [Server thread/ERROR]: #!#!
  1201. [11:54:19] [Server thread/INFO]: MrTimmmy issued server command: /warps
  1202. [11:54:19] [Server thread/INFO]: §cMrTimmmy §4was denied access to command.
  1203. [11:54:22] [Server thread/WARN]: MrTimmmy moved too quickly! -9.94332437014026,2.0,-1.210998136551666
  1204. [11:54:22] [Server thread/INFO]: arco2002 issued server command: /ranks
  1205. [11:54:22] [Server thread/INFO]: arco2002 [2c5178a4-7ca1-4953-b633-c07607577110]: /ranks
  1206. [11:54:26] [LoginProcessingThread/INFO]: x66666669999999x 5cea9ea92d24c70a5f09d082
  1207. [11:54:26] [LoginProcessingThread/INFO]: UUID of player x66666669999999x is b4dc9a58-74d4-4975-9ca1-4058f05a3326
  1208. [11:54:26] [Server thread/INFO]: xZeyninjaaa_ issued server command: /kit
  1209. [11:54:26] [Server thread/INFO]: xZeyninjaaa_ [0a939127-8cca-4817-b9b6-c3aea7238896]: /kit
  1210. [11:54:26] [Server thread/INFO]: AznDumplingz issued server command: /shop
  1211. [11:54:26] [Server thread/INFO]: AznDumplingz [337905f2-f21e-4424-ae9a-02c064488df0]: /shop
  1212. [11:54:26] [Server thread/INFO]: User login result: x66666669999999x -> KICK_BANNED/KICK_BANNED
  1213. [11:54:26] [Server thread/INFO]: Denying user login: x66666669999999x
  1214. [11:54:26] [Server thread/INFO]: Disconnecting protocolsupport.protocol.utils.authlib.GameProfile(onlineMode: false, originalname: x66666669999999x, originaluuid: b4dc9a58-74d4-4975-9ca1-4058f05a3326, name: x66666669999999x, uuid: b4dc9a58-74d4-4975-9ca1-4058f05a3326, properties: {textures=[protocolsupport.api.utils.ProfileProperty(name: textures, value: eyJ0aW1lc3RhbXAiOjE1NjE2MzY0NDA5MTgsInByb2ZpbGVJZCI6ImI0ZGM5YTU4NzRkNDQ5NzU5Y2ExNDA1OGYwNWEzMzI2IiwicHJvZmlsZU5hbWUiOiJ4NjY2NjY2Njk5OTk5OTl4IiwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRlOTkwOTk4ZGRmMmIyNGRmODhmZDA4Njk0MDMxODdmYTQwMGYxNWZjZTZmNmI0NDIzYjg0ZTJhMDk3NDY0YTYifX19, signature: MJYbIcqMK4OXyQS6+9V2iHgkcItf2t5tikMnCoF6ORGnZtZjl2L+tSGPczDfX271TWe5/gjwP83rHnVhMp1lDJagEy/eWFIbhbnvYUUsNJJEHTHe9FZKbx78tP7ETTXm3Ue7UWZIL/C6D4rTl9NEODtmWPgMRSO85L2uUBge1zbm0qRAjM4JIN5qYFlImYsXeFCUm+Bfh08GqiACwQdmITAoQpeb+ZtGr3Cu6oDSbzC6b3FoSNlQQY8IGL+jCEqIy0FIbPpMweAuTc0gt67KdVSVa2wTFrvga7rxDqFoVnepJYOhnMcGY9KfE5KtWSs/fFVORRWrfKqmABLM1Q9dStdrKrCowya0l9gAd3EN452gigSvEWyQuVnbJml+Ebnfa/WEEBVmtRDGKVOMoNDVKO5v2sPeSp6YpdePK5juzPHYJuFbZpDjjOPl0XFfav13j7oEzIKTcgsatXqnHmDZ98JqEsvaAYro9ihTkgkeS1bb9pKoFmfat751uxsX45wikPisvWgdnnf35A8KIYwCZngOeX7fBBrzVq6/z0WFQnwCUfd0r6Hc7esHhlv4lHD+TJ479661w32y2Wi7PZjqJGLoo2DEyOkxatvopWruOiS7zPunX58WY0qGK0osXg+gtDiFHdC7W1eE1cHZ43WATObvXnxAvWps0wGBu2cN8TI=)]}) (/10.30.2.55:43185): Your IP address is banned from this server. Reason: The Ban Hammer has spoken!
  1215. [11:54:26] [Server thread/INFO]: protocolsupport.protocol.utils.authlib.GameProfile(onlineMode: false, originalname: x66666669999999x, originaluuid: b4dc9a58-74d4-4975-9ca1-4058f05a3326, name: x66666669999999x, uuid: b4dc9a58-74d4-4975-9ca1-4058f05a3326, properties: {textures=[protocolsupport.api.utils.ProfileProperty(name: textures, value: eyJ0aW1lc3RhbXAiOjE1NjE2MzY0NDA5MTgsInByb2ZpbGVJZCI6ImI0ZGM5YTU4NzRkNDQ5NzU5Y2ExNDA1OGYwNWEzMzI2IiwicHJvZmlsZU5hbWUiOiJ4NjY2NjY2Njk5OTk5OTl4IiwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRlOTkwOTk4ZGRmMmIyNGRmODhmZDA4Njk0MDMxODdmYTQwMGYxNWZjZTZmNmI0NDIzYjg0ZTJhMDk3NDY0YTYifX19, signature: MJYbIcqMK4OXyQS6+9V2iHgkcItf2t5tikMnCoF6ORGnZtZjl2L+tSGPczDfX271TWe5/gjwP83rHnVhMp1lDJagEy/eWFIbhbnvYUUsNJJEHTHe9FZKbx78tP7ETTXm3Ue7UWZIL/C6D4rTl9NEODtmWPgMRSO85L2uUBge1zbm0qRAjM4JIN5qYFlImYsXeFCUm+Bfh08GqiACwQdmITAoQpeb+ZtGr3Cu6oDSbzC6b3FoSNlQQY8IGL+jCEqIy0FIbPpMweAuTc0gt67KdVSVa2wTFrvga7rxDqFoVnepJYOhnMcGY9KfE5KtWSs/fFVORRWrfKqmABLM1Q9dStdrKrCowya0l9gAd3EN452gigSvEWyQuVnbJml+Ebnfa/WEEBVmtRDGKVOMoNDVKO5v2sPeSp6YpdePK5juzPHYJuFbZpDjjOPl0XFfav13j7oEzIKTcgsatXqnHmDZ98JqEsvaAYro9ihTkgkeS1bb9pKoFmfat751uxsX45wikPisvWgdnnf35A8KIYwCZngOeX7fBBrzVq6/z0WFQnwCUfd0r6Hc7esHhlv4lHD+TJ479661w32y2Wi7PZjqJGLoo2DEyOkxatvopWruOiS7zPunX58WY0qGK0osXg+gtDiFHdC7W1eE1cHZ43WATObvXnxAvWps0wGBu2cN8TI=)]}) (/10.30.2.55:43185) lost connection: Your IP address is banned from this server. Reason: The Ban Hammer has spoken!
  1216. [11:54:26] [Server thread/ERROR]: #!#!
  1217. [11:54:26] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  1218. [11:54:26] [Server thread/ERROR]: #!#!
  1219. [11:54:26] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  1220. [11:54:26] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  1221. [11:54:26] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  1222. [11:54:26] [Server thread/ERROR]: #!#! Here is full list of them:
  1223. [11:54:26] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  1224. [11:54:26] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  1225. [11:54:26] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  1226. [11:54:26] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  1227. [11:54:26] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  1228. [11:54:26] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  1229. [11:54:26] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  1230. [11:54:26] [Server thread/ERROR]: #!#!
  1231. [11:54:26] [Server thread/ERROR]: #!#! Stack trace:
  1232. [11:54:26] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  1233. [11:54:26] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  1234. [11:54:26] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  1235. [11:54:26] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  1236. [11:54:26] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  1237. [11:54:26] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  1238. [11:54:26] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  1239. [11:54:26] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  1240. [11:54:26] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  1241. [11:54:26] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  1242. [11:54:26] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  1243. [11:54:26] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  1244. [11:54:26] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  1245. [11:54:26] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  1246. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  1247. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  1248. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  1249. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  1250. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1251. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  1252. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  1253. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1254. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  1255. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  1256. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  1257. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  1258. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  1259. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  1260. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  1261. [11:54:26] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  1262. [11:54:26] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  1263. [11:54:26] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  1264. [11:54:26] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  1265. [11:54:26] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  1266. [11:54:26] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  1267. [11:54:26] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  1268. [11:54:26] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  1269. [11:54:26] [Server thread/ERROR]: #!#!
  1270. [11:54:26] [Server thread/ERROR]: #!#! Version Information:
  1271. [11:54:26] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  1272. [11:54:26] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  1273. [11:54:26] [Server thread/ERROR]: #!#! Date: unknown
  1274. [11:54:26] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  1275. [11:54:26] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  1276. [11:54:26] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  1277. [11:54:26] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  1278. [11:54:26] [Server thread/ERROR]: #!#!
  1279. [11:54:26] [Server thread/ERROR]: #!#! Server platform: Spigot
  1280. [11:54:26] [Server thread/ERROR]: #!#!
  1281. [11:54:26] [Server thread/ERROR]: #!#! Current node: null
  1282. [11:54:26] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  1283. [11:54:26] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  1284. [11:54:26] [Server thread/ERROR]: #!#!
  1285. [11:54:26] [Server thread/ERROR]: #!#! Thread: Server thread
  1286. [11:54:26] [Server thread/ERROR]: #!#!
  1287. [11:54:26] [Server thread/ERROR]: #!#! Language: english
  1288. [11:54:26] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  1289. [11:54:26] [Server thread/ERROR]: #!#!
  1290. [11:54:26] [Server thread/ERROR]: #!#! End of Error.
  1291. [11:54:26] [Server thread/ERROR]: #!#!
  1292. [11:54:28] [Server thread/WARN]: Razor32X moved too quickly! -3.6774571265417535,0.5767291043769305,-9.427070701332212
  1293. [11:54:32] [Server thread/WARN]: Razor32X moved too quickly! -10.10629651255283,1.024424088213685,-8.127061312964884
  1294. [11:54:32] [Server thread/INFO]: Owner [30] Titan wolfvuki [#BlameMinehut] >> t
  1295. [11:54:33] [Server thread/ERROR]: #!#!
  1296. [11:54:33] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  1297. [11:54:33] [Server thread/ERROR]: #!#!
  1298. [11:54:33] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  1299. [11:54:33] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  1300. [11:54:33] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  1301. [11:54:33] [Server thread/ERROR]: #!#! Here is full list of them:
  1302. [11:54:33] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  1303. [11:54:33] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  1304. [11:54:33] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  1305. [11:54:33] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  1306. [11:54:33] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  1307. [11:54:33] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  1308. [11:54:33] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  1309. [11:54:33] [Server thread/ERROR]: #!#!
  1310. [11:54:33] [Server thread/ERROR]: #!#! Stack trace:
  1311. [11:54:33] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  1312. [11:54:33] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  1313. [11:54:33] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  1314. [11:54:33] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  1315. [11:54:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  1316. [11:54:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  1317. [11:54:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  1318. [11:54:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  1319. [11:54:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  1320. [11:54:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  1321. [11:54:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  1322. [11:54:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  1323. [11:54:33] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  1324. [11:54:33] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  1325. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  1326. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  1327. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  1328. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  1329. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1330. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  1331. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  1332. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1333. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  1334. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  1335. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  1336. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  1337. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  1338. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  1339. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  1340. [11:54:33] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  1341. [11:54:33] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  1342. [11:54:33] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  1343. [11:54:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  1344. [11:54:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  1345. [11:54:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  1346. [11:54:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  1347. [11:54:33] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  1348. [11:54:33] [Server thread/ERROR]: #!#!
  1349. [11:54:33] [Server thread/ERROR]: #!#! Version Information:
  1350. [11:54:33] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  1351. [11:54:33] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  1352. [11:54:33] [Server thread/ERROR]: #!#! Date: unknown
  1353. [11:54:33] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  1354. [11:54:33] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  1355. [11:54:33] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  1356. [11:54:33] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  1357. [11:54:33] [Server thread/ERROR]: #!#!
  1358. [11:54:33] [Server thread/ERROR]: #!#! Server platform: Spigot
  1359. [11:54:33] [Server thread/ERROR]: #!#!
  1360. [11:54:33] [Server thread/ERROR]: #!#! Current node: null
  1361. [11:54:33] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  1362. [11:54:33] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  1363. [11:54:33] [Server thread/ERROR]: #!#!
  1364. [11:54:33] [Server thread/ERROR]: #!#! Thread: Server thread
  1365. [11:54:33] [Server thread/ERROR]: #!#!
  1366. [11:54:33] [Server thread/ERROR]: #!#! Language: english
  1367. [11:54:33] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  1368. [11:54:33] [Server thread/ERROR]: #!#!
  1369. [11:54:33] [Server thread/ERROR]: #!#! End of Error.
  1370. [11:54:33] [Server thread/ERROR]: #!#!
  1371. [11:54:35] [Server thread/INFO]: AznDumplingz [337905f2-f21e-4424-ae9a-02c064488df0]: /shop
  1372. [11:54:36] [Server thread/INFO]: arco2002 issued server command: /shop
  1373. [11:54:36] [Server thread/INFO]: arco2002 [2c5178a4-7ca1-4953-b633-c07607577110]: /shop
  1374. [11:54:39] [Server thread/INFO]: xZeyninjaaa_ issued server command: /rankup
  1375. [11:54:39] [Server thread/INFO]: xZeyninjaaa_ [0a939127-8cca-4817-b9b6-c3aea7238896]: /rankup
  1376. [11:54:39] [Server thread/INFO]: MrTimmmy issued server command: /plots
  1377. [11:54:41] [Server thread/INFO]: arco2002 [2c5178a4-7ca1-4953-b633-c07607577110]: /shop
  1378. [11:54:41] [Server thread/INFO]: austincheung7777 issued server command: /sell hand
  1379. [11:54:41] [Server thread/ERROR]: #!#!
  1380. [11:54:41] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  1381. [11:54:41] [Server thread/ERROR]: #!#!
  1382. [11:54:41] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  1383. [11:54:41] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  1384. [11:54:41] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  1385. [11:54:41] [Server thread/ERROR]: #!#! Here is full list of them:
  1386. [11:54:41] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  1387. [11:54:41] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  1388. [11:54:41] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  1389. [11:54:41] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  1390. [11:54:41] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  1391. [11:54:41] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  1392. [11:54:41] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  1393. [11:54:41] [Server thread/ERROR]: #!#!
  1394. [11:54:41] [Server thread/ERROR]: #!#! Stack trace:
  1395. [11:54:41] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  1396. [11:54:41] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  1397. [11:54:41] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  1398. [11:54:41] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  1399. [11:54:41] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  1400. [11:54:41] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  1401. [11:54:41] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  1402. [11:54:41] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  1403. [11:54:41] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  1404. [11:54:41] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  1405. [11:54:41] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  1406. [11:54:41] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  1407. [11:54:41] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  1408. [11:54:41] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  1409. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  1410. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  1411. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  1412. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  1413. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1414. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  1415. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  1416. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1417. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  1418. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  1419. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  1420. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  1421. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  1422. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  1423. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  1424. [11:54:41] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  1425. [11:54:41] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  1426. [11:54:41] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  1427. [11:54:41] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  1428. [11:54:41] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  1429. [11:54:41] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  1430. [11:54:41] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  1431. [11:54:41] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  1432. [11:54:41] [Server thread/ERROR]: #!#!
  1433. [11:54:41] [Server thread/ERROR]: #!#! Version Information:
  1434. [11:54:41] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  1435. [11:54:41] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  1436. [11:54:41] [Server thread/ERROR]: #!#! Date: unknown
  1437. [11:54:41] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  1438. [11:54:41] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  1439. [11:54:41] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  1440. [11:54:41] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  1441. [11:54:41] [Server thread/ERROR]: #!#!
  1442. [11:54:41] [Server thread/ERROR]: #!#! Server platform: Spigot
  1443. [11:54:41] [Server thread/ERROR]: #!#!
  1444. [11:54:41] [Server thread/ERROR]: #!#! Current node: null
  1445. [11:54:41] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  1446. [11:54:41] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  1447. [11:54:41] [Server thread/ERROR]: #!#!
  1448. [11:54:41] [Server thread/ERROR]: #!#! Thread: Server thread
  1449. [11:54:41] [Server thread/ERROR]: #!#!
  1450. [11:54:41] [Server thread/ERROR]: #!#! Language: english
  1451. [11:54:41] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  1452. [11:54:41] [Server thread/ERROR]: #!#!
  1453. [11:54:41] [Server thread/ERROR]: #!#! End of Error.
  1454. [11:54:41] [Server thread/ERROR]: #!#!
  1455. [11:54:43] [Server thread/INFO]: AznDumplingz [337905f2-f21e-4424-ae9a-02c064488df0]: /shop
  1456. [11:54:43] [Server thread/INFO]: MrTimmmy issued server command: /p auto
  1457. [11:54:46] [Server thread/ERROR]: #!#!
  1458. [11:54:46] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  1459. [11:54:46] [Server thread/ERROR]: #!#!
  1460. [11:54:46] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  1461. [11:54:46] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  1462. [11:54:46] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  1463. [11:54:46] [Server thread/ERROR]: #!#! Here is full list of them:
  1464. [11:54:46] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  1465. [11:54:46] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  1466. [11:54:46] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  1467. [11:54:46] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  1468. [11:54:46] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  1469. [11:54:46] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  1470. [11:54:46] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  1471. [11:54:46] [Server thread/ERROR]: #!#!
  1472. [11:54:46] [Server thread/ERROR]: #!#! Stack trace:
  1473. [11:54:46] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  1474. [11:54:46] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  1475. [11:54:46] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  1476. [11:54:46] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  1477. [11:54:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  1478. [11:54:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  1479. [11:54:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  1480. [11:54:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  1481. [11:54:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  1482. [11:54:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  1483. [11:54:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  1484. [11:54:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  1485. [11:54:46] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  1486. [11:54:46] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  1487. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  1488. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  1489. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  1490. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  1491. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1492. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  1493. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  1494. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1495. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  1496. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  1497. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  1498. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  1499. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  1500. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  1501. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  1502. [11:54:46] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  1503. [11:54:46] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  1504. [11:54:46] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  1505. [11:54:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  1506. [11:54:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  1507. [11:54:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  1508. [11:54:46] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  1509. [11:54:46] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  1510. [11:54:46] [Server thread/ERROR]: #!#!
  1511. [11:54:46] [Server thread/ERROR]: #!#! Version Information:
  1512. [11:54:46] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  1513. [11:54:46] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  1514. [11:54:46] [Server thread/ERROR]: #!#! Date: unknown
  1515. [11:54:46] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  1516. [11:54:46] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  1517. [11:54:46] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  1518. [11:54:46] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  1519. [11:54:46] [Server thread/ERROR]: #!#!
  1520. [11:54:46] [Server thread/ERROR]: #!#! Server platform: Spigot
  1521. [11:54:46] [Server thread/ERROR]: #!#!
  1522. [11:54:46] [Server thread/ERROR]: #!#! Current node: null
  1523. [11:54:46] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  1524. [11:54:46] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  1525. [11:54:46] [Server thread/ERROR]: #!#!
  1526. [11:54:46] [Server thread/ERROR]: #!#! Thread: Server thread
  1527. [11:54:46] [Server thread/ERROR]: #!#!
  1528. [11:54:46] [Server thread/ERROR]: #!#! Language: english
  1529. [11:54:46] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  1530. [11:54:46] [Server thread/ERROR]: #!#!
  1531. [11:54:46] [Server thread/ERROR]: #!#! End of Error.
  1532. [11:54:46] [Server thread/ERROR]: #!#!
  1533. [11:54:48] [Server thread/INFO]: xZeyninjaaa_ issued server command: /ranks
  1534. [11:54:48] [Server thread/INFO]: xZeyninjaaa_ [0a939127-8cca-4817-b9b6-c3aea7238896]: /ranks
  1535. [11:54:48] [Server thread/WARN]: MrTimmmy moved wrongly!
  1536. [11:54:49] [Server thread/INFO]: AznDumplingz [337905f2-f21e-4424-ae9a-02c064488df0]: /shop
  1537. [11:54:54] [Server thread/ERROR]: #!#!
  1538. [11:54:54] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  1539. [11:54:54] [Server thread/ERROR]: #!#!
  1540. [11:54:54] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  1541. [11:54:54] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  1542. [11:54:54] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  1543. [11:54:54] [Server thread/ERROR]: #!#! Here is full list of them:
  1544. [11:54:54] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  1545. [11:54:54] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  1546. [11:54:54] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  1547. [11:54:54] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  1548. [11:54:54] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  1549. [11:54:54] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  1550. [11:54:54] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  1551. [11:54:54] [Server thread/ERROR]: #!#!
  1552. [11:54:54] [Server thread/ERROR]: #!#! Stack trace:
  1553. [11:54:54] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  1554. [11:54:54] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  1555. [11:54:54] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  1556. [11:54:54] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  1557. [11:54:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  1558. [11:54:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  1559. [11:54:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  1560. [11:54:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  1561. [11:54:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  1562. [11:54:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  1563. [11:54:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  1564. [11:54:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  1565. [11:54:54] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  1566. [11:54:54] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  1567. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  1568. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  1569. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  1570. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  1571. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1572. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  1573. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  1574. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1575. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  1576. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  1577. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  1578. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  1579. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  1580. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  1581. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  1582. [11:54:54] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  1583. [11:54:54] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  1584. [11:54:54] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  1585. [11:54:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  1586. [11:54:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  1587. [11:54:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  1588. [11:54:54] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  1589. [11:54:54] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  1590. [11:54:54] [Server thread/ERROR]: #!#!
  1591. [11:54:54] [Server thread/ERROR]: #!#! Version Information:
  1592. [11:54:54] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  1593. [11:54:54] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  1594. [11:54:54] [Server thread/ERROR]: #!#! Date: unknown
  1595. [11:54:54] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  1596. [11:54:54] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  1597. [11:54:54] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  1598. [11:54:54] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  1599. [11:54:54] [Server thread/ERROR]: #!#!
  1600. [11:54:54] [Server thread/ERROR]: #!#! Server platform: Spigot
  1601. [11:54:54] [Server thread/ERROR]: #!#!
  1602. [11:54:54] [Server thread/ERROR]: #!#! Current node: null
  1603. [11:54:54] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  1604. [11:54:54] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  1605. [11:54:54] [Server thread/ERROR]: #!#!
  1606. [11:54:54] [Server thread/ERROR]: #!#! Thread: Server thread
  1607. [11:54:54] [Server thread/ERROR]: #!#!
  1608. [11:54:54] [Server thread/ERROR]: #!#! Language: english
  1609. [11:54:54] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  1610. [11:54:54] [Server thread/ERROR]: #!#!
  1611. [11:54:54] [Server thread/ERROR]: #!#! End of Error.
  1612. [11:54:54] [Server thread/ERROR]: #!#!
  1613. [11:54:58] [Server thread/INFO]: arco2002 issued server command: /p undeny Razor32X
  1614. [11:54:58] [LoginProcessingThread/INFO]: Deiviss 5ceab0622d24c70a5f09d0fd
  1615. [11:54:58] [LoginProcessingThread/INFO]: UUID of player Deiviss is 0173dbe1-8be4-45c4-a646-32f85b9dd49e
  1616. [11:54:58] [Server thread/INFO]: User login result: Deiviss -> ALLOWED/ALLOWED
  1617. [11:54:58] [Server thread/INFO]: [Player Join] {id=5ceab0622d24c70a5f09d0fd, name=Deiviss, rank=null}
  1618. [11:54:59] [Server thread/INFO]: [+] Deiviss (1610)
  1619. [11:54:59] [Server thread/INFO]: [Economy] Found player Deiviss by UUID 0173dbe1-8be4-45c4-a646-32f85b9dd49e but not by their actual name - they may have changed their username
  1620. [11:54:59] [Server thread/INFO]: Deiviss[/10.30.2.124:58989] logged in with entity id 78439 at ([Farm2Live]366.5, 14.0, 205.5)
  1621. [11:55:02] [pool-24-thread-1/INFO]: Creating empty config: /home/minecraft/server/plugins/Essentials/userdata/0173dbe1-8be4-45c4-a646-32f85b9dd49e.yml
  1622. [11:55:02] [Server thread/INFO]: AznDumplingz [337905f2-f21e-4424-ae9a-02c064488df0]: /shop
  1623. [11:55:02] [Server thread/INFO]: MrTimmmy issued server command: /plot unclaim
  1624. [11:55:02] [Server thread/INFO]: xZeyninjaaa_ issued server command: /kit
  1625. [11:55:02] [Server thread/INFO]: xZeyninjaaa_ [0a939127-8cca-4817-b9b6-c3aea7238896]: /kit
  1626. [11:55:03] [Server thread/ERROR]: #!#!
  1627. [11:55:03] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  1628. [11:55:03] [Server thread/ERROR]: #!#!
  1629. [11:55:03] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  1630. [11:55:03] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  1631. [11:55:03] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  1632. [11:55:03] [Server thread/ERROR]: #!#! Here is full list of them:
  1633. [11:55:03] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  1634. [11:55:03] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  1635. [11:55:03] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  1636. [11:55:03] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  1637. [11:55:03] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  1638. [11:55:03] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  1639. [11:55:03] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  1640. [11:55:03] [Server thread/ERROR]: #!#!
  1641. [11:55:03] [Server thread/ERROR]: #!#! Stack trace:
  1642. [11:55:03] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  1643. [11:55:03] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  1644. [11:55:03] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  1645. [11:55:03] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  1646. [11:55:03] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  1647. [11:55:03] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  1648. [11:55:03] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  1649. [11:55:03] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  1650. [11:55:03] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  1651. [11:55:03] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  1652. [11:55:03] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  1653. [11:55:03] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  1654. [11:55:03] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  1655. [11:55:03] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  1656. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  1657. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  1658. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  1659. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  1660. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1661. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  1662. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  1663. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1664. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  1665. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  1666. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  1667. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  1668. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  1669. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  1670. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  1671. [11:55:03] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  1672. [11:55:03] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  1673. [11:55:03] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  1674. [11:55:03] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  1675. [11:55:03] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  1676. [11:55:03] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  1677. [11:55:03] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  1678. [11:55:03] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  1679. [11:55:03] [Server thread/ERROR]: #!#!
  1680. [11:55:03] [Server thread/ERROR]: #!#! Version Information:
  1681. [11:55:03] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  1682. [11:55:03] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  1683. [11:55:03] [Server thread/ERROR]: #!#! Date: unknown
  1684. [11:55:03] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  1685. [11:55:03] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  1686. [11:55:03] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  1687. [11:55:03] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  1688. [11:55:03] [Server thread/ERROR]: #!#!
  1689. [11:55:03] [Server thread/ERROR]: #!#! Server platform: Spigot
  1690. [11:55:03] [Server thread/ERROR]: #!#!
  1691. [11:55:03] [Server thread/ERROR]: #!#! Current node: null
  1692. [11:55:03] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  1693. [11:55:03] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  1694. [11:55:03] [Server thread/ERROR]: #!#!
  1695. [11:55:03] [Server thread/ERROR]: #!#! Thread: Server thread
  1696. [11:55:03] [Server thread/ERROR]: #!#!
  1697. [11:55:03] [Server thread/ERROR]: #!#! Language: english
  1698. [11:55:03] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  1699. [11:55:03] [Server thread/ERROR]: #!#!
  1700. [11:55:03] [Server thread/ERROR]: #!#! End of Error.
  1701. [11:55:03] [Server thread/ERROR]: #!#!
  1702. [11:55:05] [Server thread/INFO]: MrTimmmy issued server command: /plot delete
  1703. [11:55:05] [Server thread/INFO]: Owner [30] Titan wolfvuki [#BlameMinehut] >> welcome
  1704. [11:55:08] [Server thread/INFO]: vuki300 issued server command: //wand
  1705. [11:55:08] [Server thread/INFO]: xZeyninjaaa_ issued server command: /kit gardener
  1706. [11:55:08] [Server thread/INFO]: xZeyninjaaa_ [0a939127-8cca-4817-b9b6-c3aea7238896]: /kit gardener
  1707. [11:55:11] [Server thread/INFO]: MrTimmmy issued server command: /plot confirm
  1708. [11:55:11] [Server thread/INFO]: arco2002 issued server command: /r I gtg rn
  1709. [11:55:11] [Server thread/ERROR]: #!#!
  1710. [11:55:11] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  1711. [11:55:11] [Server thread/ERROR]: #!#!
  1712. [11:55:11] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  1713. [11:55:11] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  1714. [11:55:11] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  1715. [11:55:11] [Server thread/ERROR]: #!#! Here is full list of them:
  1716. [11:55:11] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  1717. [11:55:11] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  1718. [11:55:11] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  1719. [11:55:11] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  1720. [11:55:11] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  1721. [11:55:11] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  1722. [11:55:11] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  1723. [11:55:11] [Server thread/ERROR]: #!#!
  1724. [11:55:11] [Server thread/ERROR]: #!#! Stack trace:
  1725. [11:55:11] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  1726. [11:55:11] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  1727. [11:55:11] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  1728. [11:55:11] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  1729. [11:55:11] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  1730. [11:55:11] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  1731. [11:55:11] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  1732. [11:55:11] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  1733. [11:55:11] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  1734. [11:55:11] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  1735. [11:55:11] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  1736. [11:55:11] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  1737. [11:55:11] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  1738. [11:55:11] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  1739. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  1740. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  1741. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  1742. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  1743. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1744. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  1745. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  1746. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1747. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  1748. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  1749. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  1750. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  1751. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  1752. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  1753. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  1754. [11:55:11] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  1755. [11:55:11] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  1756. [11:55:11] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  1757. [11:55:11] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  1758. [11:55:11] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  1759. [11:55:11] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  1760. [11:55:11] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  1761. [11:55:11] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  1762. [11:55:11] [Server thread/ERROR]: #!#!
  1763. [11:55:11] [Server thread/ERROR]: #!#! Version Information:
  1764. [11:55:11] [Server thread/ERROR]: #!#! Skript: 2.4-alpha1 (custom version)
  1765. [11:55:11] [Server thread/ERROR]: #!#! Flavor: selfbuilt-unknown
  1766. [11:55:11] [Server thread/ERROR]: #!#! Date: unknown
  1767. [11:55:11] [Server thread/ERROR]: #!#! Bukkit: 1.14.3-R0.1-SNAPSHOT
  1768. [11:55:11] [Server thread/ERROR]: #!#! Minecraft: 1.14.3
  1769. [11:55:11] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (OpenJDK 64-Bit Server VM 25.191-b12)
  1770. [11:55:11] [Server thread/ERROR]: #!#! OS: Linux amd64 4.15.0-1039-aws
  1771. [11:55:11] [Server thread/ERROR]: #!#!
  1772. [11:55:11] [Server thread/ERROR]: #!#! Server platform: Spigot
  1773. [11:55:11] [Server thread/ERROR]: #!#!
  1774. [11:55:11] [Server thread/ERROR]: #!#! Current node: null
  1775. [11:55:11] [Server thread/ERROR]: #!#! Current item: the block (above {_loc}(as org.bukkit.Location) >> ch.njol.skript.expressions.ExprBlock$1@26dea62e: org.bukkit.Location->org.bukkit.block.Block) is equal to [[itemtype:soil block]] (comparator: ch.njol.skript.classes.data.DefaultComparators$6@48a23d84)
  1776. [11:55:11] [Server thread/ERROR]: #!#! Current trigger: every second (every 1 second) (farmer.sk, line 13)
  1777. [11:55:11] [Server thread/ERROR]: #!#!
  1778. [11:55:11] [Server thread/ERROR]: #!#! Thread: Server thread
  1779. [11:55:11] [Server thread/ERROR]: #!#!
  1780. [11:55:11] [Server thread/ERROR]: #!#! Language: english
  1781. [11:55:11] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  1782. [11:55:11] [Server thread/ERROR]: #!#!
  1783. [11:55:11] [Server thread/ERROR]: #!#! End of Error.
  1784. [11:55:11] [Server thread/ERROR]: #!#!
  1785. [11:55:14] [Server thread/INFO]: austincheung7777 issued server command: /sell hand
  1786. [11:55:14] [Server thread/INFO]: austincheung7777 [45c276f1-a7d9-4c76-a28a-9bcc7e2bfcb7]: /sell hand
  1787. [11:55:14] [Server thread/INFO]: xZeyninjaaa_ issued server command: /rankup
  1788. [11:55:14] [Server thread/INFO]: xZeyninjaaa_ [0a939127-8cca-4817-b9b6-c3aea7238896]: /rankup
  1789. [11:55:17] [Server thread/INFO]: vuki300 issued server command: //set air
  1790. [11:55:19] [Server thread/INFO]: xZeyninjaaa_ issued server command: /rankup
  1791. [11:55:19] [Server thread/INFO]: xZeyninjaaa_ [0a939127-8cca-4817-b9b6-c3aea7238896]: /rankup
  1792. [11:55:19] [Server thread/INFO]: arco2002 issued server command: /msg Razor32X I gtg rn
  1793. [11:55:19] [EventThread/INFO]: [Localized Message] inserts=[Razor32X, I gtg rn] msg=core.msgTo
  1794. [11:55:19] [EventThread/INFO]: [Localized Message] inserts=[arco2002, I gtg rn] msg=core.msgFrom
  1795. [11:55:20] [Server thread/ERROR]: #!#!
  1796. [11:55:20] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  1797. [11:55:20] [Server thread/ERROR]: #!#!
  1798. [11:55:20] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  1799. [11:55:20] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
  1800. [11:55:20] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  1801. [11:55:20] [Server thread/ERROR]: #!#! Here is full list of them:
  1802. [11:55:20] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkriptJSON TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
  1803. [11:55:20] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  1804. [11:55:20] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  1805. [11:55:20] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  1806. [11:55:20] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  1807. [11:55:20] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  1808. [11:55:20] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
  1809. [11:55:20] [Server thread/ERROR]: #!#!
  1810. [11:55:20] [Server thread/ERROR]: #!#! Stack trace:
  1811. [11:55:20] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
  1812. [11:55:20] [Server thread/ERROR]: #!#! at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  1813. [11:55:20] [Server thread/ERROR]: #!#! at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  1814. [11:55:20] [Server thread/ERROR]: #!#! at java.lang.Iterable.forEach(Iterable.java:74)
  1815. [11:55:20] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:119)
  1816. [11:55:20] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:202)
  1817. [11:55:20] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:142)
  1818. [11:55:20] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:89)
  1819. [11:55:20] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  1820. [11:55:20] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
  1821. [11:55:20] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  1822. [11:55:20] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  1823. [11:55:20] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getType(CraftBlock.java:211)
  1824. [11:55:20] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getState(CraftBlock.java:315)
  1825. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:309)
  1826. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:180)
  1827. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)
  1828. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:257)
  1829. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1830. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:173)
  1831. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:254)
  1832. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173)
  1833. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161)
  1834. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253)
  1835. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  1836. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  1837. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  1838. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
  1839. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
  1840. [11:55:20] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
  1841. [11:55:20] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  1842. [11:55:20] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  1843. [11:55:20] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1011)
  1844. [11:55:20] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  1845. [11:55:20] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
  1846. [11:55:20] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
  1847. [11:55:20] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement