Jump to content

Add to XML to not drop on death


Sharki

Recommended Posts

Pretty self explanatory, is there a certain XML line for the items.xml file that prevents the user from dropping an item on death if it is in their belt? I liken this trait to other games that have character bounded items. I know about the candrop line that prevents the user from accidentally dropping it but this is something entirely different. I want this item to be irremovable from a characters possession unless dropped in the creative menu or a chest.

 

Thanks!

Link to comment
Share on other sites

From the serverconfig.xml

 

<property name="DropOnDeath" value="2" /> <!-- 0 = everything, 1 = toolbelt only, 2 = backpack only, 3 = delete all -->

<property name="DropOnQuit" value="0" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 = backpack only -->

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...