Advertisement
phanaticd

Untitled

Oct 18th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 KB | None | 0 0
  1. [21:29:33 INFO]: <PhanaticD> t
  2. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCEntityDismountEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCEntityDismountEvent?
  3. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCBlockDispenseEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCBlockDispenseEvent?
  4. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCPlayerPickupItemEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCPlayerPickupItemEvent?
  5. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCBlockFadeEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCBlockFadeEvent?
  6. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCEntityRegainHealthEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCEntityRegainHealthEvent?
  7. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCVehicleEntityCollideEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCVehicleEntityCollideEvent?
  8. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCBlockPistonRetractEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCBlockPistonRetractEvent?
  9. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCVehicleDestroyEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCVehicleDestroyEvent?
  10. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCPlayerPortalEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCPlayerPortalEvent?
  11. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCPlayerTeleportEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCPlayerTeleportEvent?
  12. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCPlayerEditBookEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCPlayerEditBookEvent?
  13. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCFireworkExplodeEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCFireworkExplodeEvent?
  14. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCVehicleBlockCollideEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCVehicleBlockCollideEvent?
  15. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCBlockBreakEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCBlockBreakEvent?
  16. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCVehicleEnterExitEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCVehicleEnterExitEvent?
  17. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCEntityDamageEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCEntityDamageEvent?
  18. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCVehicleMoveEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCVehicleMoveEvent?
  19. [21:29:33 WARN]: UNABLE TO CACHE A CONSTRUCTOR FOR MCEntityDamageByEntityEvent. Manual triggering will be impossible, and errors will occur if an attempt is made. Did you forget to add public static <Event> _instantiate(...) to MCEntityDamageByEntityEvent?
  20. [21:29:33 WARN]: Uh oh! You've found an error in Core.
  21. [21:29:33 WARN]: This happened while running your code, so you may be able to find a workaround, (though since this is an Error, maybe not) but is ultimately an issue in Core.
  22. [21:29:33 WARN]: The following code caused the error:
  23. [21:29:33 WARN]: @e = {event_type: player_chat, format: <%1$s> %2$s, macrotype: player, message: t, player: PhanaticD, recipients: {maxatron, Apheri, PhanaticD}}
  24. [21:29:33 WARN]: trigger('player_chat', @e)
  25. [21:29:33 WARN]: on or around /plugins/CommandHelper/LocalPackages/chat.ms:3.
  26. [21:29:33 WARN]: Please report this to the developers, and be sure to include the version numbers:
  27. [21:29:33 WARN]: Server version: 1.13.2-R0.1-SNAPSHOT;
  28. [21:29:33 WARN]: CommandHelper version: 3.3.4;
  29. [21:29:33 WARN]: Loaded extensions and versions:
  30. [21:29:33 WARN]: CHVirtualChests (1.0.7)
  31. [21:29:33 WARN]: LaterEvents (0.1.0)
  32. [21:29:33 WARN]: CHWorldGuard (1.1.2)
  33. [21:29:33 WARN]: CHSpigot (2.0.1)
  34. [21:29:33 WARN]: CHNaughty (3.10.3)
  35. [21:29:33 WARN]: CHFiles (2.2.3)
  36. [21:29:33 WARN]: CHVault (2.1.2)
  37. [21:29:33 WARN]: Core (3.3.4)
  38. [21:29:33 WARN]: CHPaper (0.2.2)
  39. [21:29:33 WARN]: CHServerCommunication (0.0.2)
  40. [21:29:33 WARN]: SKCompat (3.0.1)
  41. [21:29:33 WARN]: Here's the stacktrace:
  42. [21:29:33 WARN]: java.lang.ExceptionInInitializerError
  43. [21:29:33 WARN]: at com.laytonsmith.core.events.drivers.PlayerEvents$player_chat.convert(PlayerEvents.java:1488)
  44. [21:29:33 WARN]: at com.laytonsmith.core.events.EventUtils.ManualTrigger(EventUtils.java:153)
  45. [21:29:33 WARN]: at com.laytonsmith.core.functions.EventBinding$trigger.exec(EventBinding.java:501)
  46. [21:29:33 WARN]: at com.laytonsmith.core.Script.eval(Script.java:390)
  47. [21:29:33 WARN]: at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:2449)
  48. [21:29:33 WARN]: at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:2408)
  49. [21:29:33 WARN]: at com.laytonsmith.core.constructs.CClosure.execute(CClosure.java:187)
  50. [21:29:33 WARN]: at com.laytonsmith.core.functions.Scheduling$set_timeout$1.run(Scheduling.java:381)
  51. [21:29:33 WARN]: at com.laytonsmith.abstraction.bukkit.BukkitConvertor$1.call(BukkitConvertor.java:288)
  52. [21:29:33 WARN]: at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftFuture.run(CraftFuture.java:85)
  53. [21:29:33 WARN]: at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:449)
  54. [21:29:33 WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1010)
  55. [21:29:33 WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439)
  56. [21:29:33 WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:940)
  57. [21:29:33 WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:837)
  58. [21:29:33 WARN]: at java.lang.Thread.run(Thread.java:748)
  59. [21:29:33 WARN]: Caused by: java.lang.NullPointerException
  60. [21:29:33 WARN]: at com.laytonsmith.core.events.EventBuilder.warmup(EventBuilder.java:67)
  61. [21:29:33 WARN]: at com.laytonsmith.core.events.EventBuilder.<clinit>(EventBuilder.java:45)
  62. [21:29:33 WARN]: ... 16 more
  63. [21:29:33 WARN]:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement