I've recently created my rust server and upon adding oxide and starting it up. It would put out at the end of the startup, "An X amount of items have been spawned, but the max is X, deleting X." How can I change the amount limits so it doesn't delete objects?
[DOUBLEPOST=1436105213,1435966660][/DOUBLEPOST]Nobody?????
Solved Limit amount of spawned items?
Discussion in 'Rust Discussion' started by Tiberone, Jul 5, 2015.
-
Wulf Community Admin
You'd need to create a plugin that counts the objects and denies spawning/placement if X amount is reached.
-
Any plugin developers that can make a plugin of the sort or a plugin already released?
-
May not be what you are searching for but.. http://oxidemod.org/threads/memory-leaks-and-other-things.9403/#post-100989
-
Ok, I'll take a look at that.