Okay, this is interesting. I gave it a try and it seems to work just fine within my development environment. But pushing it out to production, I keep getting an error that the event.entity field does not exist.
I crawled around the code some, and it seems like event.entityLiving is also a viable option. But just like before, using that works just fine when running and testing it in Eclipse, but once I zip it up and drop it onto the production server, crash and burn: "[sEVERE] [Minecraft] Encountered an unexpected exception NoSuchFieldError / java.lang.NoSuchFieldError: entityLiving"
Any ideas?