For some reason on my server users have reported that if you use a tool such as a pickaxe for example and you get it down low on health and you drop it on the ground or something you get a fully repaired pickaxe when you pick it up and so on with other tools... I tried this myself and sadly they are right I sort of need this fixed since I'm running a survival server lol. Heres the list of plugins I have updated all my plugins to see if that would fix it but with no prevail. I also checked all my plugins configs but i just can't find anything about it. So hopefully you experts can figure it out.
I figured out its WorldGuard but I've tried using a dev build instead of the stable one but i guess the author hasn't fixed the bug i checked the config also nothing :L I don't know what to do because i have to have worldguard on my server.
You might wana' wright a ticket on the plugin in the bukkit.dev section here http://redmine.sk89q.com/projects/worldguard/issues
I figured out i changed something in config but i still have another issue sadly :L people can't craft tools lol
i think i found other plugin thats giving error but the plugin is up to date :L 26.07 10:17:17 [Server] INFO ... 12 more 26.07 10:17:17 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) 26.07 10:17:17 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601) 26.07 10:17:17 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 26.07 10:17:17 [Server] INFO at sun.reflect.GeneratedMethodAccessor210.invoke(Unknown Source) 26.07 10:17:17 [Server] INFO at ru.tehkode.modifyworld.handlers.PlayerListener.onPlayerInteractEntity(PlayerListener.java:200) 26.07 10:17:17 [Server] INFO at ru.tehkode.modifyworld.ModifyworldListener.getEntityName(ModifyworldListener.java:81) 26.07 10:17:17 [Server] INFO Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.CraftOfflinePlayer cannot be cast to org.bukkit.entity.Player 26.07 10:17:17 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 26.07 10:17:17 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459) 26.07 10:17:17 [Server] INFO at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567) 26.07 10:17:17 [Server] INFO at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) 26.07 10:17:17 [Server] INFO at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:83) 26.07 10:17:17 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113) It didn't start the error until a while after the server started
you are cutting off the error. paste the entire startup log, without multicraft snips, using www.pastebin.com
2012-07-26 10:17:17 [SEVERE] Could not pass event PlayerInteractEntityEvent to Modifyworld org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:979) at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:181) at net.minecraft.server.Packet7UseEntity.handle(SourceFile:33) at net.minecraft.server.NetworkManager.b(NetworkManager.java:229) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113) at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:83) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.CraftOfflinePlayer cannot be cast to org.bukkit.entity.Player at ru.tehkode.modifyworld.ModifyworldListener.getEntityName(ModifyworldListener.java:81) at ru.tehkode.modifyworld.handlers.PlayerListener.onPlayerInteractEntity(PlayerListener.java:200) at sun.reflect.GeneratedMethodAccessor210.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ... 12 more 2012-07-25 22:31:28 [INFO] Failed to get local InetAddress for VMID. This is unlikely to matter. At all. We'll add some extra randomness java.net.UnknownHostException: mc3: mc3: Name or service not known at java.net.InetAddress.getLocalHost(InetAddress.java:1438) at com.mchange.v2.c3p0.impl.C3P0ImplUtils.generateVmId(C3P0ImplUtils.java:120) at com.mchange.v2.c3p0.impl.C3P0ImplUtils.<clinit>(C3P0ImplUtils.java:98) at com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase.<init>(PoolBackedDataSourceBase.java:227) at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.<init>(AbstractPoolBackedDataSource.java:62) at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:109) at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:105) at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.<init>(ProtectedBlockJDBC.java:44) at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.<init>(ProtectedBlockJDBC.java:39) at com.earth2me.essentials.protect.data.ProtectedBlockSQLite.<init>(ProtectedBlockSQLite.java:13) at com.earth2me.essentials.protect.EssentialsConnect$ProtectReloader.reloadConfig(EssentialsConnect.java:108) at com.earth2me.essentials.protect.EssentialsConnect.<init>(EssentialsConnect.java:33) at com.earth2me.essentials.protect.EssentialsProtect.onEnable(EssentialsProtect.java:49) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.net.UnknownHostException: mc3: Name or service not known at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:866) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1258) at java.net.InetAddress.getLocalHost(InetAddress.java:1434) ... 22 more EDIT by Moderator: merged posts, please use the edit button instead of double posting.
It is not world guard, you are wrong, i deleted it and it still bugs i had the same problem, i uninstalled all plugins, and started installing al over again, the error was generated either by bk common lib v 1.22 questioner, o register. EDIT by Moderator: merged posts, please use the edit button instead of double posting.
I think it might be BKCommon lib as as far as I am aware the others don't do anything involving drops.