Sharki Posted July 7, 2015 Share Posted July 7, 2015 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 More sharing options...
Maztex Posted July 8, 2015 Share Posted July 8, 2015 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 More sharing options...
renejant Posted July 8, 2015 Share Posted July 8, 2015 I was wondering if this could also be changed for singleplayer games? If so which file and which line do i have to change? And what line of code to use? Can someone tell me how to do this? thanks! Link to comment Share on other sites More sharing options...
IPlayGamesOnPC Posted July 8, 2015 Share Posted July 8, 2015 There's no item like that in the game, so probably not. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.