• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Item self destruct? Or temporary items?

sbangs007

New member
anyone know if its possible to put a lifespan on an item? Good for having players test an item on a dedicated server and be able to take it back or destroy it, so players dont keep it?

Thanks

 
I don't know of any way to do it with commands but You could create a copy of an item like say the shotgun, name it test shotgun or something. Then give it the <property name="DegradationBreaksAfter" value="true"/> and remove the repair tools property. You can also adjust the degradation max to limit how many times they can use it.

 
I don't know of any way to do it with commands but You could create a copy of an item like say the shotgun, name it test shotgun or something. Then give it the <property name="DegradationBreaksAfter" value="true"/> and remove the repair tools property. You can also adjust the degradation max to limit how many times they can use it.
hmm.. that may work for me actually.. ok thanks for the help.

 
Back
Top