AntiXPFarm
Version: 0.6.1
CraftBukkit Build 1.6.2-R1.0 [Tested]
Info
This plugin disables xp from mobs spawned by xp farms. I've added auto update support so It will warn you If their is a new version. This has not been fully tested tho. Every entity, the mob in this case, is given a UUID which is a unique key for every mob that doesn't change. Basically this plugin creates a list of all the uuids, every time a mob spawns if it's from a spawned then it's uuid is added to the list. Every time the mob dies it is removed from the list and if its uuid is in the list then cancels the xp drop event thus meaning it does not drop xp :D

Download
Features
- Disables xp from mobs spawned by spawners.
- Logs in console when theirs an update.
- Lightweight and easy to use.
To Do
Change Log
Version 0.4
Version 0.3.2
- Fixed bugs
- Updated to 1.3.2-R-0.1
Version 0.3.1
- Fixed bugs
- Added a different auto update system
- Added a config
- Updated to 1.3.1-R2.0
Version 0.3
- Changed the HashMap tp a HashSet
- Removal of the bin file
Version 0.2
- Added a bin file so the hashmap will save and no data will be lost.
- Code clean up
Version 0.1