1. 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?????
     
  2. Wulf

    Wulf Community Admin

    You'd need to create a plugin that counts the objects and denies spawning/placement if X amount is reached.
     
  3. Any plugin developers that can make a plugin of the sort or a plugin already released?
     
  4. Ok, I'll take a look at that.