1. I have my plugins "installed" to the server/identity/oxide/plugins folder, but on startup Oxide doesn't load any of them. In addition doing oxide.load pluginname returns there being no source. Any help would be appreciated.
     
  2. Wulf

    Wulf Community Admin

    Please upload your latest logs from oxide/logs.
     
  3. Just noticed that for some reason oxide was not initializing it's folders to the proper server identity... my commandline sets it to competitive_traders but it wants to load stuff from my_server_identity...
     
  4. Wulf

    Wulf Community Admin

    What is your command-line/startup script?
     
  5. Code:
    @echo off
    RustDedicated.exe -batchmode +identity "competitive_traders" +hostname "Competitive Rust"
    
     
  6. Wulf

    Wulf Community Admin

    You're not using valid settings, use this instead:
    Code:
    @RustDedicated.exe -batchmode +server.identity "competitive_traders" +server.hostname "Competitive Rust"
     
  7. oh *facepalm* thanks