1. Admins can place building ignoring stability and cupboard.
     
  2. Assembly-CSharp has
    server.stability = True.
    Create a plugin to set that to false on server startup.
    Not sure if you can allow admins to bypass tho.
    Maybe on place?
     
  3. Wulf

    Wulf Community Admin

    You set that via command-line, no plugin is needed. That applies to the WHOLE server though, not only admin.
     
  4. Hi, is there someway to get stability for admins, or zones?

    Thanks
     
  5. Not that I know... or you de/activate for the WHOLE server or it wont work. Also, even if you deactivate it to build, when you activate again everything out of stability will fall apart.
     
  6. Hi, (you said You set that via command-line, no plugin is needed. That applies to the WHOLE server though, not only admin.)
    Could you please tell me what that command is? Exactly what to type in the console to turn stability on or off. That would be Awesome! Thanks!
     
  7. server.stability 1/ 0
    Or maybe its server.stability true/false
     
  8. Yes it is server.stability true/false thank you!