Advertisement
Guest User

LogBlock Problem

a guest
Mar 21st, 2012
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.33 KB | None | 0 0
  1. Error I am getting:
  2.  
  3. [SEVERE] Could not pass event org.bukkit.event.player.PlayerInteractEvent to LogBlock
  4. org.bukkit.event.EventException
  5. at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1026)
  6. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:61)
  7. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
  8. at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:187)
  9. at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:310)
  10. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:616)
  11. at net.minecraft.server.Packet15Place.handle(SourceFile:39)
  12. at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
  13. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:101)
  14. at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
  15. at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:543)
  16. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441)
  17. at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
  18. Caused by: java.lang.reflect.InvocationTargetException
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  22. at java.lang.reflect.Method.invoke(Unknown Source)
  23. at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1024)
  24. ... 12 more
  25. Caused by: java.lang.NoClassDefFoundError: org/bukkit/inventory/InventoryHolder
  26. at de.diddiz.LogBlock.listeners.ChestAccessLogging.checkInventoryOpen(ChestAccessLogging.java:51)
  27. at de.diddiz.LogBlock.listeners.ChestAccessLogging.onPlayerInteract(ChestAccessLogging.java:84)
  28. ... 17 more
  29. Caused by: java.lang.ClassNotFoundException: org.bukkit.inventory.InventoryHolder
  30. at java.net.URLClassLoader$1.run(Unknown Source)
  31. at java.net.URLClassLoader$1.run(Unknown Source)
  32. at java.security.AccessController.doPrivileged(Native Method)
  33. at java.net.URLClassLoader.findClass(Unknown Source)
  34. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
  35. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
  36. at java.lang.ClassLoader.loadClass(Unknown Source)
  37. at java.lang.ClassLoader.loadClass(Unknown Source)
  38. ... 19 more
  39. 2012-03-21 22:19:44 [SEVERE] Could not pass event org.bukkit.event.player.PlayerInteractEvent to LogBlock
  40. org.bukkit.event.EventException
  41. at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1026)
  42. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:61)
  43. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
  44. at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:187)
  45. at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:310)
  46. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:616)
  47. at net.minecraft.server.Packet15Place.handle(SourceFile:39)
  48. at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
  49. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:101)
  50. at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
  51. at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:543)
  52. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441)
  53. at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
  54. Caused by: java.lang.reflect.InvocationTargetException
  55. at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  57. at java.lang.reflect.Method.invoke(Unknown Source)
  58. at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1024)
  59. ... 12 more
  60. Caused by: java.lang.NoClassDefFoundError: org/bukkit/inventory/InventoryHolder
  61. at de.diddiz.LogBlock.listeners.ChestAccessLogging.checkInventoryOpen(ChestAccessLogging.java:51)
  62. at de.diddiz.LogBlock.listeners.ChestAccessLogging.onPlayerInteract(ChestAccessLogging.java:84)
  63. ... 16 more
  64.  
  65. Config file:
  66. tools:
  67. tool:
  68. defaultEnabled: true
  69. mode: LOOKUP
  70. aliases:
  71. - t
  72. params: area 0 all sum none limit 15 desc silent
  73. leftClickBehavior: NONE
  74. item: 283
  75. rightClickBehavior: TOOL
  76. permissionDefault: 'TRUE'
  77. toolblock:
  78. params: area 0 all sum none limit 15 desc silent
  79. permissionDefault: 'TRUE'
  80. rightClickBehavior: BLOCK
  81. item: 7
  82. mode: LOOKUP
  83. defaultEnabled: true
  84. aliases:
  85. - tb
  86. leftClickBehavior: TOOL
  87. mysql:
  88. user: root
  89. port: 3306
  90. password: 121234
  91. host: localhost
  92. database: minecraft
  93. logging:
  94. hiddenBlocks:
  95. - 0
  96. logCreeperExplosionsAsPlayerWhoTriggeredThese: false
  97. logPlayerInfo: true
  98. hiddenPlayers: []
  99. logKillsLevel: PLAYERS
  100. consumer:
  101. timePerRun: 200
  102. useBukkitScheduler: true
  103. forceToProcessAtLeast: 20
  104. delayBetweenRuns: 6
  105. lookup:
  106. linesLimit: 1500
  107. defaultTime: 30 minutes
  108. defaultDist: 20
  109. linesPerPage: 15
  110. questioner:
  111. askClearLogs: true
  112. banPermission: mcbans.ban.local
  113. askRollbacks: true
  114. askRedos: true
  115. askClearLogAfterRollback: true
  116. askRollbackAfterBan: false
  117. updater:
  118. checkVersion: true
  119. loggedWorlds:
  120. - world
  121. - world_nether
  122. - world_the_end
  123. clearlog:
  124. enableAutoClearLog: false
  125. auto:
  126. - world "world" before 365 days all
  127. - world "world" player lavaflow waterflow leavesdecay before 7 days all
  128. - world world_nether before 365 days all
  129. - world world_nether player lavaflow before 7 days all
  130. autoClearLogDelay: 6h
  131. dumpDeletedLog: false
  132. rollback:
  133. replaceAnyway:
  134. - 8
  135. - 9
  136. - 10
  137. - 11
  138. - 51
  139. maxArea: 50
  140. dontRollback:
  141. - 10
  142. - 11
  143. - 46
  144. - 51
  145. maxTime: 2 days
  146. version: '1.52'
  147.  
  148.  
  149. All the logging files are like this:
  150. TNTEXPLOSION: true
  151. LEAVESDECAY: true
  152. MISCEXPLOSION: true
  153. SNOWFORM: true
  154. NATURALSTRUCTUREGROW: true
  155. KILL: true
  156. FIRE: true
  157. CHAT: true
  158. WATERFLOW: true
  159. BONEMEALSTRUCTUREGROW: true
  160. BLOCKPLACE: true
  161. ENDERDRAGON: true
  162. DIODEINTERACT: true
  163. SNOWFADE: true
  164. CHESTACCESS: true
  165. ENDERMEN: true
  166. SIGNTEXT: true
  167. LAVAFLOW: true
  168. CAKEEAT: true
  169. BLOCKBREAK: true
  170. SWITCHINTERACT: true
  171. NOTEBLOCKINTERACT: true
  172. GHASTFIREBALLEXPLOSION: true
  173. CREEPEREXPLOSION: true
  174. DOORINTERACT: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement