1. So while playing on my server, after coming home from work, I noticed that I was not leveling up, nor had I gained any XP. After inquiring I found I needed to update the server. I updated it, and behold, my server worked fine again! NOT FINE... the XP is back, but not a single plug-in works anymore. I am not sure what to do, or how to approach the problem. Has anyone experienced this, or know of any way to fix this problem?
     
  2. Wulf

    Wulf Community Admin

    Check your oxide/logs for errors. If plugins are not loading, either Oxide is not installed or there are errors.
     
  3. I did have a small issue as well after the 7/9/16 rust update with a plugin or two. This was in the error log.

    'Convert' is an ambiguous reference between `System.Convert' and `Rust.Xp.Convert'

    seems a conflict in 'using Rust.Xp;' and a Convert.ToBoolean statement. But in my case I removed the reference to Rust.Xp as I was not using it yet, just had been testing. and it compiled fine. FYI.
     
  4. Had to run a reinstallation of Oxide on top of the server update was my issue Wulf.