Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.49 KB | None | 0 0
  1. java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getName()Ljava/lang/String;
  2. at com.webmets.redclockdetector.confighandler.IgnoredClockManager.inventoryClickEvent(IgnoredClockManager.java:48) ~[?:?]
  3. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor86.execute(Unknown Source) ~[?:?]
  4. at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.14.4.jar:git-Paper-167]
  5. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.4.jar:git-Paper-167]
  6. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-167]
  7. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-167]
  8. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2466) ~[patched_1.14.4.jar:git-Paper-167]
  9. at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:23) ~[patched_1.14.4.jar:git-Paper-167]
  10. at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:9) ~[patched_1.14.4.jar:git-Paper-167]
  11. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.14.4.jar:git-Paper-167]
  12. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[patched_1.14.4.jar:git-Paper-167]
  13. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.14.4.jar:git-Paper-167]
  14. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.14.4.jar:git-Paper-167]
  15. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.14.4.jar:git-Paper-167]
  16. at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1012) ~[patched_1.14.4.jar:git-Paper-167]
  17. at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1005) ~[patched_1.14.4.jar:git-Paper-167]
  18. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.14.4.jar:git-Paper-167]
  19. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:989) ~[patched_1.14.4.jar:git-Paper-167]
  20. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:922) ~[patched_1.14.4.jar:git-Paper-167]
  21. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
  22. [15:43:27] [Server thread/ERROR]: Could not pass event InventoryCreativeEvent to ProfessionalSpigotBans v1.4
  23. java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getName()Ljava/lang/String;
  24. at Commands.Check.onClick(j:134) ~[?:?]
  25. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor93.execute(Unknown Source) ~[?:?]
  26. at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.14.4.jar:git-Paper-167]
  27. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.4.jar:git-Paper-167]
  28. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-167]
  29. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-167]
  30. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2466) ~[patched_1.14.4.jar:git-Paper-167]
  31. at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:23) ~[patched_1.14.4.jar:git-Paper-167]
  32. at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:9) ~[patched_1.14.4.jar:git-Paper-167]
  33. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.14.4.jar:git-Paper-167]
  34. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[patched_1.14.4.jar:git-Paper-167]
  35. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.14.4.jar:git-Paper-167]
  36. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.14.4.jar:git-Paper-167]
  37. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.14.4.jar:git-Paper-167]
  38. at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1012) ~[patched_1.14.4.jar:git-Paper-167]
  39. at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1005) ~[patched_1.14.4.jar:git-Paper-167]
  40. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.14.4.jar:git-Paper-167]
  41. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:989) ~[patched_1.14.4.jar:git-Paper-167]
  42. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:922) ~[patched_1.14.4.jar:git-Paper-167]
  43. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
  44. [15:43:59] [Server thread/ERROR]: Could not pass event InventoryCreativeEvent to redclockdetector v24
  45. java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getName()Ljava/lang/String;
  46. at com.webmets.redclockdetector.confighandler.IgnoredClockManager.inventoryClickEvent(IgnoredClockManager.java:48) ~[?:?]
  47. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor86.execute(Unknown Source) ~[?:?]
  48. at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.14.4.jar:git-Paper-167]
  49. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.4.jar:git-Paper-167]
  50. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-167]
  51. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-167]
  52. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2466) ~[patched_1.14.4.jar:git-Paper-167]
  53. at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:23) ~[patched_1.14.4.jar:git-Paper-167]
  54. at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:9) ~[patched_1.14.4.jar:git-Paper-167]
  55. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.14.4.jar:git-Paper-167]
  56. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[patched_1.14.4.jar:git-Paper-167]
  57. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.14.4.jar:git-Paper-167]
  58. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.14.4.jar:git-Paper-167]
  59. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.14.4.jar:git-Paper-167]
  60. at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1012) ~[patched_1.14.4.jar:git-Paper-167]
  61. at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1005) ~[patched_1.14.4.jar:git-Paper-167]
  62. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.14.4.jar:git-Paper-167]
  63. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:989) ~[patched_1.14.4.jar:git-Paper-167]
  64. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:922) ~[patched_1.14.4.jar:git-Paper-167]
  65. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
  66. [15:43:59] [Server thread/ERROR]: Could not pass event InventoryCreativeEvent to ProfessionalSpigotBans v1.4
  67. java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getName()Ljava/lang/String;
  68. at Commands.Check.onClick(j:134) ~[?:?]
  69. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor93.execute(Unknown Source) ~[?:?]
  70. at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.14.4.jar:git-Paper-167]
  71. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.4.jar:git-Paper-167]
  72. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-167]
  73. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-167]
  74. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2466) ~[patched_1.14.4.jar:git-Paper-167]
  75. at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:23) ~[patched_1.14.4.jar:git-Paper-167]
  76. at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:9) ~[patched_1.14.4.jar:git-Paper-167]
  77. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.14.4.jar:git-Paper-167]
  78. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[patched_1.14.4.jar:git-Paper-167]
  79. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.14.4.jar:git-Paper-167]
  80. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.14.4.jar:git-Paper-167]
  81. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.14.4.jar:git-Paper-167]
  82. at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1012) ~[patched_1.14.4.jar:git-Paper-167]
  83. at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1005) ~[patched_1.14.4.jar:git-Paper-167]
  84. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.14.4.jar:git-Paper-167]
  85. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:989) ~[patched_1.14.4.jar:git-Paper-167]
  86. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:922) ~[patched_1.14.4.jar:git-Paper-167]
  87. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
  88. [15:44:24] [Server thread/INFO]: WOG_Meerpaluten issued server command: /gm 1
  89. [15:46:02] [User Authenticator #2/INFO]: UUID of player Tower0207 is f9d67b9a-3009-4c78-bca0-bbee8030d59c
  90. [15:46:02] [Server thread/INFO]: Disconnecting com.mojang.authlib.GameProfile@2ba7ff1d[id=f9d67b9a-3009-4c78-bca0-bbee8030d59c,name=Tower0207,properties={textures=[com.mojang.authlib.properties.Property@3ca9e620]},legacy=false] (/46.94.36.10:53780): Wir sind in Wartung!
  91. [15:46:02] [Server thread/INFO]: com.mojang.authlib.GameProfile@2ba7ff1d[id=f9d67b9a-3009-4c78-bca0-bbee8030d59c,name=Tower0207,properties={textures=[com.mojang.authlib.properties.Property@3ca9e620]},legacy=false] (/46.94.36.10:53780) lost connection: Wir sind in Wartung!
  92. [15:46:17] [Server thread/INFO]: Permission "*" added!
  93. [15:46:24] [User Authenticator #2/INFO]: UUID of player Tower0207 is f9d67b9a-3009-4c78-bca0-bbee8030d59c
  94. [15:46:25] [Server thread/INFO]: [DiscordSRV] Player Tower0207 joined with silent joining permission, not sending a join message
  95. [15:46:25] [Server thread/INFO]: Tower0207[/46.94.36.10:53785] logged in with entity id 49 at ([Plots_2]-22.46552417412247, 66.0, -22.741307928753393)
  96. [15:46:33] [Server thread/INFO]: WOG_Meerpaluten issued server command: /pex user Tower0207
  97. [15:46:38] [Server thread/INFO]: WOG_Meerpaluten issued server command: /pex user Tower0207 group set owner
  98. [15:46:41] [Server thread/INFO]: WOG_Meerpaluten issued server command: /pex user Tower0207 remove *
  99. [15:46:43] [Server thread/INFO]: WOG_Meerpaluten issued server command: /pex relaod
  100. [15:47:23] [User Authenticator #2/INFO]: UUID of player TheMiCraft01 is 5c609885-2495-4e40-ab49-9b20bc0aa4e6
  101. [15:47:23] [Server thread/INFO]: [DiscordSRV] Player TheMiCraft01 joined with silent joining permission, not sending a join message
  102. [15:47:23] [Server thread/INFO]: TheMiCraft01[/46.94.36.10:57785] logged in with entity id 50 at ([Plots_2]-22.46552417412247, 66.0, -22.741307928753393)
  103. [15:47:36] [Async Chat Thread - #0/INFO]: Owner : TheMiCraft01 : java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getName()Ljava/lang/String;at com.webmets.redclockdetector.confighandler.IgnoredClockManager.inventoryClickEvent(IgnoredClockManager.java:48) ~[?:?]at com.destroystokyo.paper.event.executor.asm.ge
  104. [15:47:55] [Async Chat Thread - #0/INFO]: Owner : Tower0207 : test123
  105. [15:48:34] [Server thread/INFO]: Tower0207 issued server command: /warp adminhaus
  106. [15:48:42] [Server thread/INFO]: Tower0207 issued server command: /gm 3
  107. [15:48:58] [Server thread/INFO]: Tower0207 issued server command: /gm 1
  108. [15:49:11] [Server thread/INFO]: Tower0207 issued server command: /p i
  109. [15:49:49] [Async Chat Thread - #1/INFO]: Owner : TheMiCraft01 : at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-167]at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-167]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement