Well, it all depends on the details of how you want to set your server. If you plan to make it so they keep their gear on (as apposed to leaving all items on their corpse), you could just write a script that deletes all tradeable items when they return to their bind point. You would just need to make a script that iterates through all possible inventory slots (like the has_item plugin) and then have it check the no drop stat on each item it finds, then delete the item in that slot if it is tradeable.
|