1. Wulf

    Wulf Community Admin

    Ah, right... might only show for Plugin Developers as we had people using it for general support. :/ Just @tag me then I guess!
     
  2. Understandable :') - It would be cool if it showed the option for certain forum groups instead of just developers. Maybe that would deal with people's tendency to hit the support button in haste.
     
  3. Wulf

    Wulf Community Admin

    Well, the first group up from Member is Plugin Developer.
     
  4. Oh, okay. I thought Wood Hoarder etc; were variations. Okay! :)
     
  5. Wulf

    Wulf Community Admin

    Those are just titles, not actual groups. ;)
     
  6. Getting this after installing latest oxide update:
    (16:06:19) | Failed to call hook 'OnServerInitialized' on plugin 'TrapFloors v1.2.1' (ArgumentNullException: Argument cannot be null.
     
  7. dont work after creating floor if reload
    Code:
    [Error] Failed to call hook 'OnServerInitialized' on plugin 'TrapFloors v1.2.1' (NullReferenceException: Object reference not set to an instance of an object)
     
  8. Can time before activating be added to the config? :)
     
  9. Failed to call hook 'OnServerInitialized' on plugin 'TrapFloors v1.2.2' (NullReferenceException: Object reference not set to an instance of an object) ?????
     
  10. Same here
     
  11. Wulf

    Wulf Community Admin

    Could you post the full error from the logs please?
     
  12. hey wulf.. sorry to post this here as i don't know any other way to ask you. is there a way to stop rust from auto breaking my floors and roofs when I get to high without support? I have tried multiple plugins and can't seem to get my roof to build without breaking instantly.
     
  13. You can use zone manager to disable stability for a zone you've created or you can alternatively turn it off globally with the following command line: server.stability = False

    This needs to be written to your config, so that it's read upon startup.
     
  14. that global command is not working. Do I need to have that plug in first?
     
  15. What do you mean it's not working. If you've changed and written the this to your config, you would need to restart your server. Sorry for not mentioning that.
     
  16. Where do I set this at to call it globally? in the console in the server or somewhere in my server files?
     
  17. Add it to your commandline, or type it into console and use server.writecfg and then restart.
     
  18. OK still not working so let me type this step by step as I want this permanently disabled across my map.

    Open game > Hit "F1" for the console > type "server.stability = False" > Type "server.writecfg" > Go to Gameservers and click restart. Then log into game and its done?
     
  19. It should be, but if Gameservers have a custom commandline option, then you will need to open that option up to check it's actually writing to the config. You may have to add it manually.
     
  20. how would I know if they do or not? where would the file be normally?