1. I have been trying to get my Fragnet hosted Oxide-plugins for Rust to work for several days now.
    I have tried multiple ways of inserting the .cs -file to the oxide/plugins -folder. Anyhow no matter what I do it does not create the neccesary config file in the oxide/config folder.

    What can I do to fix this. I think the problem is at my end and stuff I have done before. Any tips or tricks would be much appreciated :)
     
  2. In 7 days you never got in touch with your support
     
  3. Wulf

    Wulf Community Admin

    If a plugin is not creating a config file it either does not have a config file, the plugin is in the wrong location, or Oxide is not installed. If the host is setting +oxide.directory, that is where the plugins would go under plugins.
     
  4. That is the problem. The plugin I want to use has a config file (ConnectMessages) and the oxide is installed. The path is also correct. (Server/oxide/plugins).

    I just noticed that the oxide.config.json -file is inside server/oxide and server/oxide/plugins, is this supposed to be like this?
     
  5. Wulf

    Wulf Community Admin

    It wouldn't matter if the oxide.config.json is in multiple locations, it's only used where the oxide directory is, not subdirectories. Do you see the plugin loading on your logs? Did you check the oxide.version command to verify Oxide is installed
     
  6. Oxide is running 2.0.3528 and Rust 1660 (2022.152.1)
    and the error log said failed to load plugin (no source found)
     
  7. Wulf

    Wulf Community Admin

    Are you trying to load it manually?
     
  8. I have tried both ways. Manyally first downloading it to my computer and the to the server file and using the oxide plugin installer
     
  9. Wulf

    Wulf Community Admin

    Sounds like you're not using the right location then. Also, make sure when using the commands that you're using the exact filename without the extension, casing and all.
     
  10. Now I found the correcet folder and it might have been altered after the update or something since the plugins used to work in the other folder.
    Thanks for the help!
     
  11. Wulf

    Wulf Community Admin

    Nothing has changed with Oxide, the only way the location would change is if +oxide.directory was or wasn't used.
     
  12. Thats really weird, but I'm still quite confused about all of this. But now its working! Thanks!