Seems to be an issue with items not despawning. I will attach all I have done so far, this is just 1 item for an example, there are quite a few others:
XML file edited for ALL torches:
<type name="Headtorch_Black">
<nominal>0</nominal>
<lifetime>3</lifetime> (Lifetime at 3 seconds to make sure it despawns almost instantly upon server wipe / player join)
<restock>0</restock>
<min>0</min> (Should be none spawning due to this after the possible 1 spawns on server wipe)
Globals:
<var name="IdleModeCountdown" type="0" value="302400"/> (Server has basically a non-idle phase, so items should continue to despawn even if players are not online for half a week which wouldn't happen)
<var name="CleanupAvoidance" type="0" value="10"/> (Reduced from 100m, so items should despawn when players are close)
mpMissions - Storage_1: has been wiped multiple times attempting this. Server is then restarted. Items still spawn (Head torch is 1 of probably 10 others that should not be appearing, some work, some do not)
Why do items still spawn and why are they not being removed, especially with the timers and minimum set to 0. I have never had this issue on any other server provider bar Nitrado, so it would be good to find out why so other players can have the fix as well. (I have looked at posts going back 2 years and this has still not been answered or solved)