1. When I try to install oxide, all the files copy, but /version does not work in game, but in the console when the server is starting up, it says loading addons. I am using the dedicated server host available on playrust.com. Any ideas?
     
  2. Wulf

    Wulf Community Admin

    There is no /version chat command by default, only console commands.
     
  3. Ok, let me see if adons work now, version now works in console
    [DOUBLEPOST=1434502311][/DOUBLEPOST]addons don't appear to be working though.
     
  4. Wulf

    Wulf Community Admin

    What are you doing to test that the plugins are working?
     
  5. Using the commands from the mods to change the settings. I get the message that I have used an invalid command. I have the gather rate and crafting controller plugins instaled.
     
  6. Wulf

    Wulf Community Admin

    If you get invalid command, then they aren't loaded. Check your logs for errors.
     
  7. When the server loads up, it shows the plugins as having loaded.
     
  8. Wulf

    Wulf Community Admin

    Do you see any errors in your logs? What commands did you try using exactly?
     
  9. I'v tried these command in the in game console: crafting.rate <rate> and gather.rate
    [DOUBLEPOST=1434551743][/DOUBLEPOST]Hold on, apparently it's not loading the plugins I have in the plugins folder.
     
  10. Wulf

    Wulf Community Admin

    If they aren't loading, then Oxide is likely not installed. ;)

    Check your logs, and test that it is loaded using the version console command.
     
  11. Is anything wrong here? http://imgur.com/a/8sAXG
    [DOUBLEPOST=1434552006][/DOUBLEPOST]By the way, oxide is installed. Version works in the in-game console.
     
  12. Wulf

    Wulf Community Admin

    What does "version" show?
     
  13. Oxide version: 2.0.1089, Rust protocol: 1272
     
  14. Wulf

    Wulf Community Admin

    Does the console or logs show that the plugins are loading? Any errors?
     
  15. It loads all the plugins that come build in to oxide like the compiler, but not any I have installed.
     
  16. Wulf

    Wulf Community Admin

    The Compiler isn't a plugin, it's used for compiling C# (.cs) plugins. Make sure you have the plugins under server/identity/oxide/plugins, from your screenshot, you aren't putting them in the right location. http://oxidemod.org/threads/installing-plugins-on-your-experimental-server.6307/
     
  17. Ahh. I'll try that when I run my server in half an hour.