Advertisement
Guest User

Untitled

a guest
Oct 8th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.58 KB | None | 0 0
  1. [08:51:24] [Server thread/ERROR]: #!#!
  2. [08:51:24] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  3. [08:51:24] [Server thread/ERROR]: #!#!
  4. [08:51:24] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  5. [08:51:24] [Server thread/ERROR]: #!#! This issue is NOT your fault! You can't probably fix it yourself, either.
  6. [08:51:24] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  7. [08:51:24] [Server thread/ERROR]: #!#! Here is full list of them:
  8. [08:51:24] [Server thread/ERROR]: #!#! skRayFall (http://sk.rayfall.net/) SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) SharpSK
  9. [08:51:24] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  10. [08:51:24] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  11. [08:51:24] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  12. [08:51:24] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  13. [08:51:24] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  14. [08:51:24] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it as Skript issue (url below)
  15. [08:51:24] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
  16. [08:51:24] [Server thread/ERROR]: #!#!
  17. [08:51:24] [Server thread/ERROR]: #!#! Stack trace:
  18. [08:51:24] [Server thread/ERROR]: #!#! java.lang.IllegalArgumentException: UUID cannot be null
  19. [08:51:24] [Server thread/ERROR]: #!#! at org.apache.commons.lang.Validate.notNull(Validate.java:192)
  20. [08:51:24] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.getOfflinePlayer(CraftServer.java:1324)
  21. [08:51:24] [Server thread/ERROR]: #!#! at org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:728)
  22. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.hooks.regions.GriefPreventionHook$GriefPreventionRegion.getOwners(GriefPreventionHook.java:174)
  23. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.hooks.regions.expressions.ExprMembersOfRegion.get(ExprMembersOfRegion.java:73)
  24. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.hooks.regions.expressions.ExprMembersOfRegion.get(ExprMembersOfRegion.java:1)
  25. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:163)
  26. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare$1.check(CondCompare.java:261)
  27. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:175)
  28. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:163)
  29. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:158)
  30. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:258)
  31. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  32. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  33. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  34. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
  35. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151)
  36. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
  37. [08:51:24] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  38. [08:51:24] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
  39. [08:51:24] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484)
  40. [08:51:24] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:149)
  41. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.ItemStack.placeItem(ItemStack.java:207)
  42. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:505)
  43. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:951)
  44. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37)
  45. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1)
  46. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13)
  47. [08:51:24] [Server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  48. [08:51:24] [Server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  49. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)
  50. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748)
  51. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
  52. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
  53. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
  54. [08:51:24] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
  55. [08:51:24] [Server thread/ERROR]: #!#!
  56. [08:51:24] [Server thread/ERROR]: #!#! Version Information:
  57. [08:51:24] [Server thread/ERROR]: #!#! Skript: 2.2-dev30d
  58. [08:51:24] [Server thread/ERROR]: #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT
  59. [08:51:24] [Server thread/ERROR]: #!#! Minecraft: 1.12.2
  60. [08:51:24] [Server thread/ERROR]: #!#! Java: 1.8.0_91 (Java HotSpot(TM) 64-Bit Server VM 25.91-b14)
  61. [08:51:24] [Server thread/ERROR]: #!#! OS: Linux amd64 3.14.32-xxxx-grs-ipv6-64
  62. [08:51:24] [Server thread/ERROR]: #!#!
  63. [08:51:24] [Server thread/ERROR]: #!#! Running CraftBukkit: false
  64. [08:51:24] [Server thread/ERROR]: #!#! Running Spigot (or compatible): true
  65. [08:51:24] [Server thread/ERROR]: #!#! Running Paper (or compatible): false
  66. [08:51:24] [Server thread/ERROR]: #!#!
  67. [08:51:24] [Server thread/ERROR]: #!#! Current node: null
  68. [08:51:24] [Server thread/ERROR]: #!#! Current item: the player is equal to the owners of the regions at at (the block)->org.bukkit.Location (comparator: ch.njol.skript.classes.data.DefaultComparators$11@1111edc5)
  69. [08:51:24] [Server thread/ERROR]: #!#! Thread: Server thread
  70. [08:51:24] [Server thread/ERROR]: #!#!
  71. [08:51:24] [Server thread/ERROR]: #!#! Language: english
  72. [08:51:24] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  73. [08:51:24] [Server thread/ERROR]: #!#!
  74. [08:51:24] [Server thread/ERROR]: #!#! End of Error.
  75. [08:51:24] [Server thread/ERROR]: #!#!
  76. [08:51:24] [Server thread/ERROR]: #!#!
  77. [08:51:24] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  78. [08:51:24] [Server thread/ERROR]: #!#!
  79. [08:51:24] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
  80. [08:51:24] [Server thread/ERROR]: #!#! This issue is NOT your fault! You can't probably fix it yourself, either.
  81. [08:51:24] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
  82. [08:51:24] [Server thread/ERROR]: #!#! Here is full list of them:
  83. [08:51:24] [Server thread/ERROR]: #!#! skRayFall (http://sk.rayfall.net/) SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) SharpSK
  84. [08:51:24] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
  85. [08:51:24] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
  86. [08:51:24] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
  87. [08:51:24] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
  88. [08:51:24] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
  89. [08:51:24] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it as Skript issue (url below)
  90. [08:51:24] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
  91. [08:51:24] [Server thread/ERROR]: #!#!
  92. [08:51:24] [Server thread/ERROR]: #!#! Stack trace:
  93. [08:51:24] [Server thread/ERROR]: #!#! java.lang.IllegalArgumentException: UUID cannot be null
  94. [08:51:24] [Server thread/ERROR]: #!#! at org.apache.commons.lang.Validate.notNull(Validate.java:192)
  95. [08:51:24] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.getOfflinePlayer(CraftServer.java:1324)
  96. [08:51:24] [Server thread/ERROR]: #!#! at org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:728)
  97. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.hooks.regions.GriefPreventionHook$GriefPreventionRegion.getOwners(GriefPreventionHook.java:174)
  98. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.hooks.regions.expressions.ExprMembersOfRegion.get(ExprMembersOfRegion.java:73)
  99. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.hooks.regions.expressions.ExprMembersOfRegion.get(ExprMembersOfRegion.java:1)
  100. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:163)
  101. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare$1.check(CondCompare.java:261)
  102. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:175)
  103. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:163)
  104. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:158)
  105. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:258)
  106. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56)
  107. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
  108. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
  109. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
  110. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151)
  111. [08:51:24] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
  112. [08:51:24] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  113. [08:51:24] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
  114. [08:51:24] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484)
  115. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:290)
  116. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:123)
  117. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:875)
  118. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40)
  119. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10)
  120. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13)
  121. [08:51:24] [Server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  122. [08:51:24] [Server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  123. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)
  124. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748)
  125. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
  126. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
  127. [08:51:24] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
  128. [08:51:24] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
  129. [08:51:24] [Server thread/ERROR]: #!#!
  130. [08:51:24] [Server thread/ERROR]: #!#! Version Information:
  131. [08:51:24] [Server thread/ERROR]: #!#! Skript: 2.2-dev30d
  132. [08:51:24] [Server thread/ERROR]: #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT
  133. [08:51:24] [Server thread/ERROR]: #!#! Minecraft: 1.12.2
  134. [08:51:24] [Server thread/ERROR]: #!#! Java: 1.8.0_91 (Java HotSpot(TM) 64-Bit Server VM 25.91-b14)
  135. [08:51:24] [Server thread/ERROR]: #!#! OS: Linux amd64 3.14.32-xxxx-grs-ipv6-64
  136. [08:51:24] [Server thread/ERROR]: #!#!
  137. [08:51:24] [Server thread/ERROR]: #!#! Running CraftBukkit: false
  138. [08:51:24] [Server thread/ERROR]: #!#! Running Spigot (or compatible): true
  139. [08:51:24] [Server thread/ERROR]: #!#! Running Paper (or compatible): false
  140. [08:51:24] [Server thread/ERROR]: #!#!
  141. [08:51:24] [Server thread/ERROR]: #!#! Current node: null
  142. [08:51:24] [Server thread/ERROR]: #!#! Current item: the player is equal to the owners of the regions at at (the block)->org.bukkit.Location (comparator: ch.njol.skript.classes.data.DefaultComparators$11@1111edc5)
  143. [08:51:24] [Server thread/ERROR]: #!#! Thread: Server thread
  144. [08:51:24] [Server thread/ERROR]: #!#!
  145. [08:51:24] [Server thread/ERROR]: #!#! Language: english
  146. [08:51:24] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
  147. [08:51:24] [Server thread/ERROR]: #!#!
  148. [08:51:24] [Server thread/ERROR]: #!#! End of Error.
  149. [08:51:24] [Server thread/ERROR]: #!#!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement