Advertisement
Guest User

Umbaska Armor Points error

a guest
May 24th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 6.01 KB | None | 0 0
  1. [18:07:47] [Server thread/INFO]: dylan_borba issued server command: /bugtest4
  2. [18:07:47] [Server thread/ERROR]: #!#!
  3. [18:07:47] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  4. [18:07:47] [Server thread/ERROR]: #!#!
  5. [18:07:47] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
  6. [18:07:47] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
  7. [18:07:47] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
  8. [18:07:47] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
  9. [18:07:47] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
  10. [18:07:47] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
  11. [18:07:47] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
  12. [18:07:47] [Server thread/ERROR]: #!#!
  13. [18:07:47] [Server thread/ERROR]: #!#! Stack trace:
  14. [18:07:47] [Server thread/ERROR]: #!#! java.lang.NullPointerException
  15. [18:07:47] [Server thread/ERROR]: #!#!     at uk.co.umbaska.Misc.ExprArmourPoints.get(ExprArmourPoints.java:84)
  16. [18:07:47] [Server thread/ERROR]: #!#!     at uk.co.umbaska.Misc.ExprArmourPoints.get(ExprArmourPoints.java:1)
  17. [18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:103)
  18. [18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.VariableString.toString(VariableString.java:383)
  19. [18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.VariableString.getArray(VariableString.java:488)
  20. [18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.VariableString.getArray(VariableString.java:1)
  21. [18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.effects.EffMessage.execute(EffMessage.java:69)
  22. [18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:54)
  23. [18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63)
  24. [18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)
  25. [18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
  26. [18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:222)
  27. [18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:184)
  28. [18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:263)
  29. [18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:158)
  30. [18:07:47] [Server thread/ERROR]: #!#!     at sun.reflect.GeneratedMethodAccessor133.invoke(Unknown Source)
  31. [18:07:47] [Server thread/ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  32. [18:07:47] [Server thread/ERROR]: #!#!     at java.lang.reflect.Method.invoke(Unknown Source)
  33. [18:07:47] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  34. [18:07:47] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  35. [18:07:47] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  36. [18:07:47] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  37. [18:07:47] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1107)
  38. [18:07:47] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950)
  39. [18:07:47] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26)
  40. [18:07:47] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53)
  41. [18:07:47] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13)
  42. [18:07:47] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  43. [18:07:47] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(Unknown Source)
  44. [18:07:47] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696)
  45. [18:07:47] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
  46. [18:07:47] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
  47. [18:07:47] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
  48. [18:07:47] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
  49. [18:07:47] [Server thread/ERROR]: #!#!
  50. [18:07:47] [Server thread/ERROR]: #!#! Version Information:
  51. [18:07:47] [Server thread/ERROR]: #!#!   Skript: 2.2-SNAPSHOT
  52. [18:07:47] [Server thread/ERROR]: #!#!   Bukkit: 1.8-R0.1-SNAPSHOT
  53. [18:07:47] [Server thread/ERROR]: #!#!   Minecraft: 1.8
  54. [18:07:47] [Server thread/ERROR]: #!#!   Java: 1.8.0_31 (Java HotSpot(TM) 64-Bit Server VM 25.31-b07)
  55. [18:07:47] [Server thread/ERROR]: #!#!   OS: Windows 8.1 amd64 6.3
  56. [18:07:47] [Server thread/ERROR]: #!#!
  57. [18:07:47] [Server thread/ERROR]: #!#! Running CraftBukkit: false
  58. [18:07:47] [Server thread/ERROR]: #!#!
  59. [18:07:47] [Server thread/ERROR]: #!#! Current node: null
  60. [18:07:47] [Server thread/ERROR]: #!#! Current item: send "%return plot id at location%" to event-player/console
  61. [18:07:47] [Server thread/ERROR]: #!#!
  62. [18:07:47] [Server thread/ERROR]: #!#! Thread: Server thread
  63. [18:07:47] [Server thread/ERROR]: #!#!
  64. [18:07:47] [Server thread/ERROR]: #!#! End of Error.
  65. [18:07:47] [Server thread/ERROR]: #!#!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement