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?
Solved Plugins stopped working after update (outdated Oxide)
Discussion in 'Rust Discussion' started by SamosSage, Jul 10, 2016.
-
Wulf Community Admin
Check your oxide/logs for errors. If plugins are not loading, either Oxide is not installed or there are errors.
-
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. -