Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Error I am getting:
- [SEVERE] Could not pass event org.bukkit.event.player.PlayerInteractEvent to LogBlock
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1026)
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:61)
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
- at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:187)
- at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:310)
- at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:616)
- at net.minecraft.server.Packet15Place.handle(SourceFile:39)
- at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
- at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:101)
- at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
- at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:543)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441)
- at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
- Caused by: java.lang.reflect.InvocationTargetException
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1024)
- ... 12 more
- Caused by: java.lang.NoClassDefFoundError: org/bukkit/inventory/InventoryHolder
- at de.diddiz.LogBlock.listeners.ChestAccessLogging.checkInventoryOpen(ChestAccessLogging.java:51)
- at de.diddiz.LogBlock.listeners.ChestAccessLogging.onPlayerInteract(ChestAccessLogging.java:84)
- ... 17 more
- Caused by: java.lang.ClassNotFoundException: org.bukkit.inventory.InventoryHolder
- at java.net.URLClassLoader$1.run(Unknown Source)
- at java.net.URLClassLoader$1.run(Unknown Source)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.net.URLClassLoader.findClass(Unknown Source)
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- ... 19 more
- 2012-03-21 22:19:44 [SEVERE] Could not pass event org.bukkit.event.player.PlayerInteractEvent to LogBlock
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1026)
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:61)
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
- at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:187)
- at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:310)
- at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:616)
- at net.minecraft.server.Packet15Place.handle(SourceFile:39)
- at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
- at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:101)
- at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
- at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:543)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441)
- at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
- Caused by: java.lang.reflect.InvocationTargetException
- at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1024)
- ... 12 more
- Caused by: java.lang.NoClassDefFoundError: org/bukkit/inventory/InventoryHolder
- at de.diddiz.LogBlock.listeners.ChestAccessLogging.checkInventoryOpen(ChestAccessLogging.java:51)
- at de.diddiz.LogBlock.listeners.ChestAccessLogging.onPlayerInteract(ChestAccessLogging.java:84)
- ... 16 more
- Config file:
- tools:
- tool:
- defaultEnabled: true
- mode: LOOKUP
- aliases:
- - t
- params: area 0 all sum none limit 15 desc silent
- leftClickBehavior: NONE
- item: 283
- rightClickBehavior: TOOL
- permissionDefault: 'TRUE'
- toolblock:
- params: area 0 all sum none limit 15 desc silent
- permissionDefault: 'TRUE'
- rightClickBehavior: BLOCK
- item: 7
- mode: LOOKUP
- defaultEnabled: true
- aliases:
- - tb
- leftClickBehavior: TOOL
- mysql:
- user: root
- port: 3306
- password: 121234
- host: localhost
- database: minecraft
- logging:
- hiddenBlocks:
- - 0
- logCreeperExplosionsAsPlayerWhoTriggeredThese: false
- logPlayerInfo: true
- hiddenPlayers: []
- logKillsLevel: PLAYERS
- consumer:
- timePerRun: 200
- useBukkitScheduler: true
- forceToProcessAtLeast: 20
- delayBetweenRuns: 6
- lookup:
- linesLimit: 1500
- defaultTime: 30 minutes
- defaultDist: 20
- linesPerPage: 15
- questioner:
- askClearLogs: true
- banPermission: mcbans.ban.local
- askRollbacks: true
- askRedos: true
- askClearLogAfterRollback: true
- askRollbackAfterBan: false
- updater:
- checkVersion: true
- loggedWorlds:
- - world
- - world_nether
- - world_the_end
- clearlog:
- enableAutoClearLog: false
- auto:
- - world "world" before 365 days all
- - world "world" player lavaflow waterflow leavesdecay before 7 days all
- - world world_nether before 365 days all
- - world world_nether player lavaflow before 7 days all
- autoClearLogDelay: 6h
- dumpDeletedLog: false
- rollback:
- replaceAnyway:
- - 8
- - 9
- - 10
- - 11
- - 51
- maxArea: 50
- dontRollback:
- - 10
- - 11
- - 46
- - 51
- maxTime: 2 days
- version: '1.52'
- All the logging files are like this:
- TNTEXPLOSION: true
- LEAVESDECAY: true
- MISCEXPLOSION: true
- SNOWFORM: true
- NATURALSTRUCTUREGROW: true
- KILL: true
- FIRE: true
- CHAT: true
- WATERFLOW: true
- BONEMEALSTRUCTUREGROW: true
- BLOCKPLACE: true
- ENDERDRAGON: true
- DIODEINTERACT: true
- SNOWFADE: true
- CHESTACCESS: true
- ENDERMEN: true
- SIGNTEXT: true
- LAVAFLOW: true
- CAKEEAT: true
- BLOCKBREAK: true
- SWITCHINTERACT: true
- NOTEBLOCKINTERACT: true
- GHASTFIREBALLEXPLOSION: true
- CREEPEREXPLOSION: true
- DOORINTERACT: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement