deathmarine / DiabloDrops

Bukkit plugin that adjusts the mob dropping mechanics to include regularly dropped enchanted items that could be commonly found in Diablo.
http://dev.bukkit.org/bukkit-plugins/diablodrops/
GNU General Public License v3.0
17 stars 19 forks source link

[BUG] Plugin still works after removal #83

Open ms0244412 opened 11 years ago

ms0244412 commented 11 years ago

Hey, I tried out this plugin and my players did not like it very much. I tried removing it, but when I did, mobs were still dropping items with tons of enchants and they were all renamed, just as if the plugin were still in my plugin folder. I do not understand, how do I FULLY remove it. the .jar and folder is removed, but mobs still drop all the renamed enchanted equipment.

deathmarine commented 11 years ago

When the mob is spawned is when all the items are set. Even if the plugin is removed the items will still fall under the mob that is holding it in its inventory, to remove all the items you would have to allow them time to despawn.

ms0244412 commented 11 years ago

So what I have to do is just remove every single mob?