Advertisement
Guest User

Untitled

a guest
May 20th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.18 KB | None | 0 0
  1. Sun May 20 11:59:21 EDT 2018 tab 1:
  2. javax.script.ScriptException: <eval>:1:0 Expected an operand but found import
  3. import random
  4. ^ in <eval> at line number 1 at column number 0
  5. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  6. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:537)
  7. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:524)
  8. at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
  9. at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  10. at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
  11. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:146)
  12. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:86)
  13. at noppes.npcs.EventHooks.onPlayerInit(EventHooks.java:317)
  14. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:80)
  15. at noppes.npcs.EventHooks.onPlayerTick(EventHooks.java:323)
  16. at noppes.npcs.ScriptPlayerEventHandler.onServerTick(ScriptPlayerEventHandler.java:49)
  17. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_97_ScriptPlayerEventHandler_onServerTick_PlayerTickEvent.invoke(.dynamic)
  18. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  19. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  20. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:590)
  21. at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:364)
  22. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:190)
  23. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
  24. at net.minecraft.network.NetHandlerPlayServer.redirect$onPlayerTick$zil000(NetHandlerPlayServer.java:2036)
  25. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
  26. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
  27. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  28. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  29. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  30. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  31. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  32. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  33. at java.lang.Thread.run(Thread.java:748)
  34. Caused by: jdk.nashorn.internal.runtime.ParserException: <eval>:1:0 Expected an operand but found import
  35. import random
  36. ^
  37. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294)
  38. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279)
  39. at jdk.nashorn.internal.parser.Parser.unaryExpression(Parser.java:3182)
  40. at jdk.nashorn.internal.parser.Parser.expression(Parser.java:3282)
  41. at jdk.nashorn.internal.parser.Parser.expressionStatement(Parser.java:1150)
  42. at jdk.nashorn.internal.parser.Parser.statement(Parser.java:967)
  43. at jdk.nashorn.internal.parser.Parser.sourceElements(Parser.java:773)
  44. at jdk.nashorn.internal.parser.Parser.program(Parser.java:709)
  45. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:283)
  46. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:249)
  47. at jdk.nashorn.internal.runtime.Context.compile(Context.java:1284)
  48. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1251)
  49. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:627)
  50. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:535)
  51. ... 27 more
  52. Sun May 20 11:57:08 EDT 2018 tab 1:
  53. javax.script.ScriptException: <eval>:1:0 Expected an operand but found import
  54. import random
  55. ^ in <eval> at line number 1 at column number 0
  56. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  57. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:537)
  58. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:524)
  59. at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
  60. at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  61. at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
  62. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:146)
  63. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:86)
  64. at noppes.npcs.EventHooks.onPlayerInit(EventHooks.java:317)
  65. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:80)
  66. at noppes.npcs.EventHooks.onPlayerTick(EventHooks.java:323)
  67. at noppes.npcs.ScriptPlayerEventHandler.onServerTick(ScriptPlayerEventHandler.java:49)
  68. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_97_ScriptPlayerEventHandler_onServerTick_PlayerTickEvent.invoke(.dynamic)
  69. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  70. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  71. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:590)
  72. at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:364)
  73. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:190)
  74. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
  75. at net.minecraft.network.NetHandlerPlayServer.redirect$onPlayerTick$zil000(NetHandlerPlayServer.java:2036)
  76. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
  77. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
  78. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  79. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  80. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  81. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  82. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  83. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  84. at java.lang.Thread.run(Thread.java:748)
  85. Caused by: jdk.nashorn.internal.runtime.ParserException: <eval>:1:0 Expected an operand but found import
  86. import random
  87. ^
  88. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294)
  89. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279)
  90. at jdk.nashorn.internal.parser.Parser.unaryExpression(Parser.java:3182)
  91. at jdk.nashorn.internal.parser.Parser.expression(Parser.java:3282)
  92. at jdk.nashorn.internal.parser.Parser.expressionStatement(Parser.java:1150)
  93. at jdk.nashorn.internal.parser.Parser.statement(Parser.java:967)
  94. at jdk.nashorn.internal.parser.Parser.sourceElements(Parser.java:773)
  95. at jdk.nashorn.internal.parser.Parser.program(Parser.java:709)
  96. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:283)
  97. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:249)
  98. at jdk.nashorn.internal.runtime.Context.compile(Context.java:1284)
  99. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1251)
  100. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:627)
  101. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:535)
  102. ... 27 more
  103. Sun May 20 11:54:19 EDT 2018 tab 1:
  104. javax.script.ScriptException: <eval>:1:0 Expected an operand but found import
  105. import random
  106. ^ in <eval> at line number 1 at column number 0
  107. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  108. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:537)
  109. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:524)
  110. at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
  111. at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  112. at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
  113. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:146)
  114. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:86)
  115. at noppes.npcs.EventHooks.onPlayerInit(EventHooks.java:317)
  116. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:80)
  117. at noppes.npcs.EventHooks.onPlayerTick(EventHooks.java:323)
  118. at noppes.npcs.ScriptPlayerEventHandler.onServerTick(ScriptPlayerEventHandler.java:49)
  119. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_97_ScriptPlayerEventHandler_onServerTick_PlayerTickEvent.invoke(.dynamic)
  120. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  121. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  122. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:590)
  123. at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:364)
  124. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:190)
  125. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
  126. at net.minecraft.network.NetHandlerPlayServer.redirect$onPlayerTick$zil000(NetHandlerPlayServer.java:2036)
  127. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
  128. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
  129. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  130. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  131. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  132. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  133. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  134. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  135. at java.lang.Thread.run(Thread.java:748)
  136. Caused by: jdk.nashorn.internal.runtime.ParserException: <eval>:1:0 Expected an operand but found import
  137. import random
  138. ^
  139. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294)
  140. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279)
  141. at jdk.nashorn.internal.parser.Parser.unaryExpression(Parser.java:3182)
  142. at jdk.nashorn.internal.parser.Parser.expression(Parser.java:3282)
  143. at jdk.nashorn.internal.parser.Parser.expressionStatement(Parser.java:1150)
  144. at jdk.nashorn.internal.parser.Parser.statement(Parser.java:967)
  145. at jdk.nashorn.internal.parser.Parser.sourceElements(Parser.java:773)
  146. at jdk.nashorn.internal.parser.Parser.program(Parser.java:709)
  147. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:283)
  148. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:249)
  149. at jdk.nashorn.internal.runtime.Context.compile(Context.java:1284)
  150. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1251)
  151. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:627)
  152. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:535)
  153. ... 27 more
  154. Sun May 20 11:44:49 EDT 2018 tab 1:
  155. javax.script.ScriptException: <eval>:1:0 Expected an operand but found import
  156. import random
  157. ^ in <eval> at line number 1 at column number 0
  158. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  159. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:537)
  160. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:524)
  161. at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
  162. at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  163. at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
  164. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:146)
  165. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:86)
  166. at noppes.npcs.EventHooks.onPlayerInit(EventHooks.java:317)
  167. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:80)
  168. at noppes.npcs.EventHooks.onPlayerLogin(EventHooks.java:398)
  169. at noppes.npcs.ScriptPlayerEventHandler.invoke(ScriptPlayerEventHandler.java:257)
  170. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_86_ScriptPlayerEventHandler_invoke_PlayerLoggedInEvent.invoke(.dynamic)
  171. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  172. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  173. at org.spongepowered.mod.event.SpongeForgeEventFactory.callPlayerLoggedInEvent(SpongeForgeEventFactory.java:1018)
  174. at org.spongepowered.mod.event.SpongeForgeEventFactory.callForgeEvent(SpongeForgeEventFactory.java:536)
  175. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:340)
  176. at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:404)
  177. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:392)
  178. at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:442)
  179. at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:207)
  180. at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:1671)
  181. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:256)
  182. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72)
  183. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:205)
  184. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  185. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  186. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  187. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  188. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  189. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  190. at java.lang.Thread.run(Thread.java:748)
  191. Caused by: jdk.nashorn.internal.runtime.ParserException: <eval>:1:0 Expected an operand but found import
  192. import random
  193. ^
  194. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294)
  195. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279)
  196. at jdk.nashorn.internal.parser.Parser.unaryExpression(Parser.java:3182)
  197. at jdk.nashorn.internal.parser.Parser.expression(Parser.java:3282)
  198. at jdk.nashorn.internal.parser.Parser.expressionStatement(Parser.java:1150)
  199. at jdk.nashorn.internal.parser.Parser.statement(Parser.java:967)
  200. at jdk.nashorn.internal.parser.Parser.sourceElements(Parser.java:773)
  201. at jdk.nashorn.internal.parser.Parser.program(Parser.java:709)
  202. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:283)
  203. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:249)
  204. at jdk.nashorn.internal.runtime.Context.compile(Context.java:1284)
  205. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1251)
  206. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:627)
  207. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:535)
  208. ... 31 more
  209. Sun May 20 11:15:42 EDT 2018 tab 1:
  210. javax.script.ScriptException: <eval>:1:0 Expected an operand but found import
  211. import random
  212. ^ in <eval> at line number 1 at column number 0
  213. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  214. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:537)
  215. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:524)
  216. at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
  217. at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  218. at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
  219. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:146)
  220. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:86)
  221. at noppes.npcs.EventHooks.onPlayerInit(EventHooks.java:317)
  222. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:80)
  223. at noppes.npcs.EventHooks.onPlayerTick(EventHooks.java:323)
  224. at noppes.npcs.ScriptPlayerEventHandler.onServerTick(ScriptPlayerEventHandler.java:49)
  225. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_97_ScriptPlayerEventHandler_onServerTick_PlayerTickEvent.invoke(.dynamic)
  226. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  227. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  228. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:590)
  229. at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:364)
  230. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:190)
  231. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
  232. at net.minecraft.network.NetHandlerPlayServer.redirect$onPlayerTick$zil000(NetHandlerPlayServer.java:2036)
  233. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
  234. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
  235. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  236. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  237. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  238. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  239. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  240. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  241. at java.lang.Thread.run(Thread.java:748)
  242. Caused by: jdk.nashorn.internal.runtime.ParserException: <eval>:1:0 Expected an operand but found import
  243. import random
  244. ^
  245. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294)
  246. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279)
  247. at jdk.nashorn.internal.parser.Parser.unaryExpression(Parser.java:3182)
  248. at jdk.nashorn.internal.parser.Parser.expression(Parser.java:3282)
  249. at jdk.nashorn.internal.parser.Parser.expressionStatement(Parser.java:1150)
  250. at jdk.nashorn.internal.parser.Parser.statement(Parser.java:967)
  251. at jdk.nashorn.internal.parser.Parser.sourceElements(Parser.java:773)
  252. at jdk.nashorn.internal.parser.Parser.program(Parser.java:709)
  253. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:283)
  254. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:249)
  255. at jdk.nashorn.internal.runtime.Context.compile(Context.java:1284)
  256. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1251)
  257. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:627)
  258. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:535)
  259. ... 27 more
  260. Sun May 20 10:59:33 EDT 2018 tab 1:
  261. javax.script.ScriptException: <eval>:1:0 Expected an operand but found import
  262. import random
  263. ^ in <eval> at line number 1 at column number 0
  264. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  265. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:537)
  266. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:524)
  267. at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
  268. at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  269. at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
  270. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:146)
  271. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:86)
  272. at noppes.npcs.EventHooks.onPlayerInit(EventHooks.java:317)
  273. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:80)
  274. at noppes.npcs.EventHooks.onPlayerLogin(EventHooks.java:398)
  275. at noppes.npcs.ScriptPlayerEventHandler.invoke(ScriptPlayerEventHandler.java:257)
  276. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_86_ScriptPlayerEventHandler_invoke_PlayerLoggedInEvent.invoke(.dynamic)
  277. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  278. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  279. at org.spongepowered.mod.event.SpongeForgeEventFactory.callPlayerLoggedInEvent(SpongeForgeEventFactory.java:1018)
  280. at org.spongepowered.mod.event.SpongeForgeEventFactory.callForgeEvent(SpongeForgeEventFactory.java:536)
  281. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:340)
  282. at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:404)
  283. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:392)
  284. at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:442)
  285. at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:207)
  286. at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:1671)
  287. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:256)
  288. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72)
  289. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:205)
  290. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  291. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  292. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  293. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  294. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  295. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  296. at java.lang.Thread.run(Thread.java:748)
  297. Caused by: jdk.nashorn.internal.runtime.ParserException: <eval>:1:0 Expected an operand but found import
  298. import random
  299. ^
  300. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294)
  301. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279)
  302. at jdk.nashorn.internal.parser.Parser.unaryExpression(Parser.java:3182)
  303. at jdk.nashorn.internal.parser.Parser.expression(Parser.java:3282)
  304. at jdk.nashorn.internal.parser.Parser.expressionStatement(Parser.java:1150)
  305. at jdk.nashorn.internal.parser.Parser.statement(Parser.java:967)
  306. at jdk.nashorn.internal.parser.Parser.sourceElements(Parser.java:773)
  307. at jdk.nashorn.internal.parser.Parser.program(Parser.java:709)
  308. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:283)
  309. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:249)
  310. at jdk.nashorn.internal.runtime.Context.compile(Context.java:1284)
  311. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1251)
  312. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:627)
  313. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:535)
  314. ... 31 more
  315. Sun May 20 06:46:18 EDT 2018 tab 1:
  316. javax.script.ScriptException: <eval>:1:0 Expected an operand but found import
  317. import random
  318. ^ in <eval> at line number 1 at column number 0
  319. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  320. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:537)
  321. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:524)
  322. at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
  323. at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  324. at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
  325. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:146)
  326. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:86)
  327. at noppes.npcs.EventHooks.onPlayerInit(EventHooks.java:317)
  328. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:80)
  329. at noppes.npcs.EventHooks.onPlayerTick(EventHooks.java:323)
  330. at noppes.npcs.ScriptPlayerEventHandler.onServerTick(ScriptPlayerEventHandler.java:49)
  331. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_97_ScriptPlayerEventHandler_onServerTick_PlayerTickEvent.invoke(.dynamic)
  332. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  333. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  334. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:590)
  335. at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:364)
  336. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:190)
  337. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
  338. at net.minecraft.network.NetHandlerPlayServer.redirect$onPlayerTick$zil000(NetHandlerPlayServer.java:2036)
  339. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
  340. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
  341. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  342. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  343. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  344. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  345. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  346. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  347. at java.lang.Thread.run(Thread.java:748)
  348. Caused by: jdk.nashorn.internal.runtime.ParserException: <eval>:1:0 Expected an operand but found import
  349. import random
  350. ^
  351. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294)
  352. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279)
  353. at jdk.nashorn.internal.parser.Parser.unaryExpression(Parser.java:3182)
  354. at jdk.nashorn.internal.parser.Parser.expression(Parser.java:3282)
  355. at jdk.nashorn.internal.parser.Parser.expressionStatement(Parser.java:1150)
  356. at jdk.nashorn.internal.parser.Parser.statement(Parser.java:967)
  357. at jdk.nashorn.internal.parser.Parser.sourceElements(Parser.java:773)
  358. at jdk.nashorn.internal.parser.Parser.program(Parser.java:709)
  359. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:283)
  360. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:249)
  361. at jdk.nashorn.internal.runtime.Context.compile(Context.java:1284)
  362. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1251)
  363. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:627)
  364. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:535)
  365. ... 27 more
  366. Sun May 20 06:37:11 EDT 2018 tab 1:
  367. javax.script.ScriptException: <eval>:1:0 Expected an operand but found import
  368. import random
  369. ^ in <eval> at line number 1 at column number 0
  370. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  371. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:537)
  372. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:524)
  373. at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
  374. at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  375. at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
  376. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:146)
  377. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:86)
  378. at noppes.npcs.EventHooks.onPlayerInit(EventHooks.java:317)
  379. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:80)
  380. at noppes.npcs.EventHooks.onPlayerTick(EventHooks.java:323)
  381. at noppes.npcs.ScriptPlayerEventHandler.onServerTick(ScriptPlayerEventHandler.java:49)
  382. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_97_ScriptPlayerEventHandler_onServerTick_PlayerTickEvent.invoke(.dynamic)
  383. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  384. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  385. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:590)
  386. at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:364)
  387. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:190)
  388. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
  389. at net.minecraft.network.NetHandlerPlayServer.redirect$onPlayerTick$zil000(NetHandlerPlayServer.java:2036)
  390. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
  391. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
  392. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  393. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  394. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  395. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  396. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  397. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  398. at java.lang.Thread.run(Thread.java:748)
  399. Caused by: jdk.nashorn.internal.runtime.ParserException: <eval>:1:0 Expected an operand but found import
  400. import random
  401. ^
  402. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294)
  403. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279)
  404. at jdk.nashorn.internal.parser.Parser.unaryExpression(Parser.java:3182)
  405. at jdk.nashorn.internal.parser.Parser.expression(Parser.java:3282)
  406. at jdk.nashorn.internal.parser.Parser.expressionStatement(Parser.java:1150)
  407. at jdk.nashorn.internal.parser.Parser.statement(Parser.java:967)
  408. at jdk.nashorn.internal.parser.Parser.sourceElements(Parser.java:773)
  409. at jdk.nashorn.internal.parser.Parser.program(Parser.java:709)
  410. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:283)
  411. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:249)
  412. at jdk.nashorn.internal.runtime.Context.compile(Context.java:1284)
  413. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1251)
  414. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:627)
  415. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:535)
  416. ... 27 more
  417. Sun May 20 06:32:37 EDT 2018 tab 1:
  418. javax.script.ScriptException: <eval>:1:0 Expected an operand but found import
  419. import random
  420. ^ in <eval> at line number 1 at column number 0
  421. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  422. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:537)
  423. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:524)
  424. at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
  425. at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  426. at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
  427. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:146)
  428. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:86)
  429. at noppes.npcs.EventHooks.onPlayerInit(EventHooks.java:317)
  430. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:80)
  431. at noppes.npcs.EventHooks.onPlayerTick(EventHooks.java:323)
  432. at noppes.npcs.ScriptPlayerEventHandler.onServerTick(ScriptPlayerEventHandler.java:49)
  433. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_97_ScriptPlayerEventHandler_onServerTick_PlayerTickEvent.invoke(.dynamic)
  434. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  435. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  436. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:590)
  437. at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:364)
  438. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:190)
  439. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
  440. at net.minecraft.network.NetHandlerPlayServer.redirect$onPlayerTick$zil000(NetHandlerPlayServer.java:2036)
  441. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
  442. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
  443. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  444. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  445. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  446. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  447. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  448. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  449. at java.lang.Thread.run(Thread.java:748)
  450. Caused by: jdk.nashorn.internal.runtime.ParserException: <eval>:1:0 Expected an operand but found import
  451. import random
  452. ^
  453. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294)
  454. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279)
  455. at jdk.nashorn.internal.parser.Parser.unaryExpression(Parser.java:3182)
  456. at jdk.nashorn.internal.parser.Parser.expression(Parser.java:3282)
  457. at jdk.nashorn.internal.parser.Parser.expressionStatement(Parser.java:1150)
  458. at jdk.nashorn.internal.parser.Parser.statement(Parser.java:967)
  459. at jdk.nashorn.internal.parser.Parser.sourceElements(Parser.java:773)
  460. at jdk.nashorn.internal.parser.Parser.program(Parser.java:709)
  461. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:283)
  462. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:249)
  463. at jdk.nashorn.internal.runtime.Context.compile(Context.java:1284)
  464. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1251)
  465. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:627)
  466. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:535)
  467. ... 27 more
  468. Sun May 20 06:32:06 EDT 2018 tab 1:
  469. javax.script.ScriptException: <eval>:1:0 Expected an operand but found import
  470. import random
  471. ^ in <eval> at line number 1 at column number 0
  472. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  473. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:537)
  474. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:524)
  475. at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
  476. at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  477. at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
  478. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:146)
  479. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:86)
  480. at noppes.npcs.EventHooks.onPlayerInit(EventHooks.java:317)
  481. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:80)
  482. at noppes.npcs.EventHooks.onPlayerLogin(EventHooks.java:398)
  483. at noppes.npcs.ScriptPlayerEventHandler.invoke(ScriptPlayerEventHandler.java:257)
  484. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_86_ScriptPlayerEventHandler_invoke_PlayerLoggedInEvent.invoke(.dynamic)
  485. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  486. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  487. at org.spongepowered.mod.event.SpongeForgeEventFactory.callPlayerLoggedInEvent(SpongeForgeEventFactory.java:1018)
  488. at org.spongepowered.mod.event.SpongeForgeEventFactory.callForgeEvent(SpongeForgeEventFactory.java:536)
  489. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:340)
  490. at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:404)
  491. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:392)
  492. at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:442)
  493. at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:207)
  494. at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:1671)
  495. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:256)
  496. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72)
  497. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:205)
  498. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  499. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  500. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  501. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  502. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  503. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  504. at java.lang.Thread.run(Thread.java:748)
  505. Caused by: jdk.nashorn.internal.runtime.ParserException: <eval>:1:0 Expected an operand but found import
  506. import random
  507. ^
  508. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294)
  509. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279)
  510. at jdk.nashorn.internal.parser.Parser.unaryExpression(Parser.java:3182)
  511. at jdk.nashorn.internal.parser.Parser.expression(Parser.java:3282)
  512. at jdk.nashorn.internal.parser.Parser.expressionStatement(Parser.java:1150)
  513. at jdk.nashorn.internal.parser.Parser.statement(Parser.java:967)
  514. at jdk.nashorn.internal.parser.Parser.sourceElements(Parser.java:773)
  515. at jdk.nashorn.internal.parser.Parser.program(Parser.java:709)
  516. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:283)
  517. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:249)
  518. at jdk.nashorn.internal.runtime.Context.compile(Context.java:1284)
  519. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1251)
  520. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:627)
  521. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:535)
  522. ... 31 more
  523. Sun May 20 04:41:34 EDT 2018 tab 1:
  524. javax.script.ScriptException: <eval>:1:0 Expected an operand but found import
  525. import random
  526. ^ in <eval> at line number 1 at column number 0
  527. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  528. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:537)
  529. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:524)
  530. at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
  531. at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  532. at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
  533. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:146)
  534. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:86)
  535. at noppes.npcs.EventHooks.onPlayerInit(EventHooks.java:317)
  536. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:80)
  537. at noppes.npcs.EventHooks.onPlayerLogin(EventHooks.java:398)
  538. at noppes.npcs.ScriptPlayerEventHandler.invoke(ScriptPlayerEventHandler.java:257)
  539. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_86_ScriptPlayerEventHandler_invoke_PlayerLoggedInEvent.invoke(.dynamic)
  540. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  541. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  542. at org.spongepowered.mod.event.SpongeForgeEventFactory.callPlayerLoggedInEvent(SpongeForgeEventFactory.java:1018)
  543. at org.spongepowered.mod.event.SpongeForgeEventFactory.callForgeEvent(SpongeForgeEventFactory.java:536)
  544. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:340)
  545. at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:404)
  546. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:392)
  547. at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:442)
  548. at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:207)
  549. at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:1671)
  550. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:256)
  551. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72)
  552. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:205)
  553. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  554. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  555. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  556. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  557. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  558. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  559. at java.lang.Thread.run(Thread.java:748)
  560. Caused by: jdk.nashorn.internal.runtime.ParserException: <eval>:1:0 Expected an operand but found import
  561. import random
  562. ^
  563. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294)
  564. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279)
  565. at jdk.nashorn.internal.parser.Parser.unaryExpression(Parser.java:3182)
  566. at jdk.nashorn.internal.parser.Parser.expression(Parser.java:3282)
  567. at jdk.nashorn.internal.parser.Parser.expressionStatement(Parser.java:1150)
  568. at jdk.nashorn.internal.parser.Parser.statement(Parser.java:967)
  569. at jdk.nashorn.internal.parser.Parser.sourceElements(Parser.java:773)
  570. at jdk.nashorn.internal.parser.Parser.program(Parser.java:709)
  571. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:283)
  572. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:249)
  573. at jdk.nashorn.internal.runtime.Context.compile(Context.java:1284)
  574. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1251)
  575. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:627)
  576. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:535)
  577. ... 31 more
  578. Sun May 20 02:27:56 EDT 2018 tab 1:
  579. javax.script.ScriptException: <eval>:1:0 Expected an operand but found import
  580. import random
  581. ^ in <eval> at line number 1 at column number 0
  582. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  583. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:537)
  584. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:524)
  585. at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
  586. at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  587. at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
  588. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:146)
  589. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:86)
  590. at noppes.npcs.EventHooks.onPlayerInit(EventHooks.java:317)
  591. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:80)
  592. at noppes.npcs.EventHooks.onPlayerTick(EventHooks.java:323)
  593. at noppes.npcs.ScriptPlayerEventHandler.onServerTick(ScriptPlayerEventHandler.java:49)
  594. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_97_ScriptPlayerEventHandler_onServerTick_PlayerTickEvent.invoke(.dynamic)
  595. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  596. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  597. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:590)
  598. at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:364)
  599. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:190)
  600. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
  601. at net.minecraft.network.NetHandlerPlayServer.redirect$onPlayerTick$zil000(NetHandlerPlayServer.java:2036)
  602. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
  603. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
  604. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  605. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  606. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  607. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  608. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  609. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  610. at java.lang.Thread.run(Thread.java:748)
  611. Caused by: jdk.nashorn.internal.runtime.ParserException: <eval>:1:0 Expected an operand but found import
  612. import random
  613. ^
  614. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294)
  615. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279)
  616. at jdk.nashorn.internal.parser.Parser.unaryExpression(Parser.java:3182)
  617. at jdk.nashorn.internal.parser.Parser.expression(Parser.java:3282)
  618. at jdk.nashorn.internal.parser.Parser.expressionStatement(Parser.java:1150)
  619. at jdk.nashorn.internal.parser.Parser.statement(Parser.java:967)
  620. at jdk.nashorn.internal.parser.Parser.sourceElements(Parser.java:773)
  621. at jdk.nashorn.internal.parser.Parser.program(Parser.java:709)
  622. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:283)
  623. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:249)
  624. at jdk.nashorn.internal.runtime.Context.compile(Context.java:1284)
  625. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1251)
  626. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:627)
  627. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:535)
  628. ... 27 more
  629. Sun May 20 02:00:58 EDT 2018 tab 1:
  630. javax.script.ScriptException: <eval>:1:0 Expected an operand but found import
  631. import random
  632. ^ in <eval> at line number 1 at column number 0
  633. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  634. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:537)
  635. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:524)
  636. at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
  637. at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  638. at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
  639. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:146)
  640. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:86)
  641. at noppes.npcs.EventHooks.onPlayerInit(EventHooks.java:317)
  642. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:80)
  643. at noppes.npcs.EventHooks.onPlayerLogin(EventHooks.java:398)
  644. at noppes.npcs.ScriptPlayerEventHandler.invoke(ScriptPlayerEventHandler.java:257)
  645. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_86_ScriptPlayerEventHandler_invoke_PlayerLoggedInEvent.invoke(.dynamic)
  646. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  647. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  648. at org.spongepowered.mod.event.SpongeForgeEventFactory.callPlayerLoggedInEvent(SpongeForgeEventFactory.java:1018)
  649. at org.spongepowered.mod.event.SpongeForgeEventFactory.callForgeEvent(SpongeForgeEventFactory.java:536)
  650. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:340)
  651. at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:404)
  652. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:392)
  653. at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:442)
  654. at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:207)
  655. at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:1671)
  656. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:256)
  657. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72)
  658. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:205)
  659. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  660. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  661. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  662. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  663. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  664. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  665. at java.lang.Thread.run(Thread.java:748)
  666. Caused by: jdk.nashorn.internal.runtime.ParserException: <eval>:1:0 Expected an operand but found import
  667. import random
  668. ^
  669. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294)
  670. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279)
  671. at jdk.nashorn.internal.parser.Parser.unaryExpression(Parser.java:3182)
  672. at jdk.nashorn.internal.parser.Parser.expression(Parser.java:3282)
  673. at jdk.nashorn.internal.parser.Parser.expressionStatement(Parser.java:1150)
  674. at jdk.nashorn.internal.parser.Parser.statement(Parser.java:967)
  675. at jdk.nashorn.internal.parser.Parser.sourceElements(Parser.java:773)
  676. at jdk.nashorn.internal.parser.Parser.program(Parser.java:709)
  677. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:283)
  678. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:249)
  679. at jdk.nashorn.internal.runtime.Context.compile(Context.java:1284)
  680. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1251)
  681. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:627)
  682. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:535)
  683. ... 31 more
  684. Sun May 20 00:22:14 EDT 2018 tab 1:
  685. javax.script.ScriptException: <eval>:1:0 Expected an operand but found import
  686. import random
  687. ^ in <eval> at line number 1 at column number 0
  688. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  689. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:537)
  690. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:524)
  691. at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
  692. at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  693. at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
  694. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:146)
  695. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:86)
  696. at noppes.npcs.EventHooks.onPlayerInit(EventHooks.java:317)
  697. at noppes.npcs.controllers.data.PlayerScriptData.runScript(PlayerScriptData.java:80)
  698. at noppes.npcs.EventHooks.onPlayerLogin(EventHooks.java:398)
  699. at noppes.npcs.ScriptPlayerEventHandler.invoke(ScriptPlayerEventHandler.java:257)
  700. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_86_ScriptPlayerEventHandler_invoke_PlayerLoggedInEvent.invoke(.dynamic)
  701. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  702. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  703. at org.spongepowered.mod.event.SpongeForgeEventFactory.callPlayerLoggedInEvent(SpongeForgeEventFactory.java:1018)
  704. at org.spongepowered.mod.event.SpongeForgeEventFactory.callForgeEvent(SpongeForgeEventFactory.java:536)
  705. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:340)
  706. at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:404)
  707. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:392)
  708. at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:442)
  709. at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:207)
  710. at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:1671)
  711. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:256)
  712. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72)
  713. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:205)
  714. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
  715. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  716. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788)
  717. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  718. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  719. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  720. at java.lang.Thread.run(Thread.java:748)
  721. Caused by: jdk.nashorn.internal.runtime.ParserException: <eval>:1:0 Expected an operand but found import
  722. import random
  723. ^
  724. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294)
  725. at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279)
  726. at jdk.nashorn.internal.parser.Parser.unaryExpression(Parser.java:3182)
  727. at jdk.nashorn.internal.parser.Parser.expression(Parser.java:3282)
  728. at jdk.nashorn.internal.parser.Parser.expressionStatement(Parser.java:1150)
  729. at jdk.nashorn.internal.parser.Parser.statement(Parser.java:967)
  730. at jdk.nashorn.internal.parser.Parser.sourceElements(Parser.java:773)
  731. at jdk.nashorn.internal.parser.Parser.program(Parser.java:709)
  732. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:283)
  733. at jdk.nashorn.internal.parser.Parser.parse(Parser.java:249)
  734. at jdk.nashorn.internal.runtime.Context.compile(Context.java:1284)
  735. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1251)
  736. at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:627)
  737. at jdk.nashorn.api.scripting.NashornScriptEngine.compileImpl(NashornScriptEngine.java:535)
  738. ... 31 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement