1. I just updated my servers.
    It downloaded oxide 3452.
    None of the plugins do load.
    Any idea?

    This is the output from the server:
    Code:
    Server Config Loaded
    Running server/BEAST/cfg/bans.cfg
    Loading Items Took: 12.9424433 seconds
    Building Items Took: 12.9697929 seconds / Items: 329 / Blueprints: 217
    Manifest Assets Loaded
      82 skinnable objects
    Generating terrain of size 2500 with seed 12
    Loading Oxide Core v2.0.3452...
    Loading extensions...
    Downloading CSharpCompiler.exe for .cs (C#) plugin compilation
    Download of CSharpCompiler.exe completed successfully
    Loaded extension CSharp v2.0.3452 by Oxide Team
    Loaded extension MySql v2.0.3452 by Oxide Team
    Loaded extension SQLite v2.0.3452 by Oxide Team
    Loaded extension Unity v2.0.3452 by Oxide Team
    Loaded extension Rust v2.0.3452 by Oxide Team
    Using Covalence provider for game 'Rust'
    Loading plugins...
    Loaded plugin Unity v2.0.3452 by Oxide Team
    Loaded plugin Rust v2.0.3452 by Oxide Team
    RCon Started on 28026
    Source style TCP Rcon is deprecated. Please switch to Websocket Rcon before it goes away.
    [0.4s] Loading World
    [14.1s] Spawning World
    [0.6s] Terrain Mesh
    [0.7s] Procedural Generation
    Map Spawned 165 entities
     
    Last edited by a moderator: Sep 7, 2017
  2. Wulf

    Wulf Community Admin

    Looks like you don't have any plugins installed. Make sure you're installing them under the right location. If you have +oxide.directory set or your host does, then it'd be under that location. Nothing has changed with Oxide or plugin loading this update.
     
  3. set _ident="BEAST"
    ... +oxide.directory "server/%_ident%/oxide" ...
    the directory is
    ...rust\server\BEAST\oxide\plugins

    Looks ok to me.
    I did not change it
     
  4. put it as +oxide.directory "server/{server.identity}/oxide" ^
     
  5. Wulf

    Wulf Community Admin

    Looks fine, but I'd double-check that it is actually being recognized. If folders are created under rust/oxide, then it likely isn't being used or properly set. Nothing changed in these Oxide builds really. If you see no plugins loading or attempting to load, that's generally a direct indication that they are in the wrong location.
     
  6. If I copy it to this location it works:
    ...\rust\server
    looks like it is ignoring my +oxide.directory "server/%_ident%/oxide"
     
  7. Wulf

    Wulf Community Admin

    Looks like the %_ident% isn't being recognized in your script then.
     
  8. It is the rustide script.
    Rocky had the same problem.
    I did not change the _ident.
    Just the seed and description