1. [Info] Loading Oxide Core v2.0.1684... The latest version of oxide is... 2.0.1676.. Also having trouble trying to reload plugins.. it says > oxide.reload helptext.lua
    [Oxide] 11:59 PM [Error] Failed to load plugin 'helptext.lua' (no source found)

    The file is defianlty there aswell.. and when i actually re download the plugin and put it in we get the unloaded and re loaded message
     
  2. Check if you got the latest Oxide Build and check if there is no other Plugin that interferes did it work at some point ?
     
  3. Yeah my server host says its from Oxides GitHub page All the plugins wont reload and no its never worked
    [DOUBLEPOST=1451311799][/DOUBLEPOST]May have just found the problem. oxide build
    Version 2.0.1684 is for rust legacy. haha
     
  4. Wulf

    Wulf Community Admin

    2.0.1684 is for every game we support, not just Rust Legacy. Your install is working fine, but you are trying to load the plugin wrong. Plugins also do not need to be manually reloaded, just uploaded to the oxide/plugins directory.

    The correct usage of the reload command for the helptext plugin would be: 'reload helptext', without the .lua.
     
  5. If I change a configuration file then reloading the plugin like updates it? So I use oxide.reload <pluginname>.cs and I get not found? They are defo in the plugin directory too
     
  6. Wulf

    Wulf Community Admin

    To reload the config, you would need to manually reload the plugin, but make sure you are editing the oxide/config, not the plugin itself. Don't use the extension, just the exact plugin name. Make sure then are under oxide/plugins, not Plugins too.

    Examples:
    • reload helptext
    • reload m-Teleportation
    • reload CountryBlock
    • reload Ping
     
  7. Legend thanks again Wulf worked perfect