1. So after the update that just hit a lot of the plugins have stopped working.

    The error I'm getting for all of them is
    "The member `BasePlayer.IsDeveloper' cannot be used as method or delegate"
    "The member `BasePlayer.IsAdmin' cannot be used as method or delegate"

    Do I need to wait for the plugins to be updated or is there a way I can fix them manually?

    Any help is appreciated.
     
  2. Wulf

    Wulf Community Admin

    Many are already updated, but if they aren't please report them if not already reported in their support threads. You can see what needs to be changed by reading the Release Changelog thread with my post.
     
  3. Hey Guys.
    I am quite new to rust servers and all. I was wondering when all of my plugin will start working again?
     
  4. When you update yours plugins :)


    Notable game changes
    • [Rust] BasePlayer.IsAdmin() is now BasePlayer.IsAdmin (ex. player.IsAdmin)
    • [Rust] BasePlayer.IsConnected() is now BasePlayer.IsConnected (ex. player.IsConnected)
    • [Rust] BasePlayer.IsDeveloper() is now BasePlayer.IsDeveloper (ex. player.IsDeveloper)
    • [Rust] BasePlayer.IsFlying() is now BasePlayer.IsFlying (ex. player.IsFlying)
    • [Rust] BasePlayer.IsReceivingSnapshot() is now BasePlayer.IsReceivingSnapshot
    • [Rust] ConsoleSystem.Command.Admin is now ConsoleSystem.Command.ServerAdmin and ConsoleSystem.Command.ClientAdmin
    and example FriendlyFire - Failed to compile: FriendlyFire.cs(140,82): error CS1955: The member `BasePlayer.IsAdmin' cannot be used as method or delegate


    I open FriendlyFire with notepad ctrl f BasePlayer.IsAdmin and the result is null so what i must edit
     
    Last edited by a moderator: Mar 9, 2017
  5. Thanks @Wulf I didn't realise u posted the changes like that.
    [DOUBLEPOST=1489098236][/DOUBLEPOST]
    Replace .IsAdmin() with .IsAdmin
     
  6. Sorry to bother again but when will all the plugins start working again?
     
  7. Wulf

    Wulf Community Admin

    As soon as you download the updated versions of them. ;)
     
  8. So do I have to look for all the plugins that don't work and download a the version for every single one?
     
  9. I re-downloaded all the plugins that were getting this error, replaced my curret .cs files with the updated files, reloaded each plugin, and I am still getting this error.
     
  10. Wulf

    Wulf Community Admin

    Check the name of the plugin in the error and report it in their support thread. Also make sure you are fully updated.
     
  11. Verified that my rust files are updated by trying to update the app in SteamCMD. I Have redownloaded Oxide and all of my plugins. I have restarted my server. Still getting the errors in the attached image:
     

    Attached Files:

  12. Wulf

    Wulf Community Admin

    Those errors are from old versions of those plugins. I'd suggest downloading them again.
     
  13. Is there a way I can force my server to use these new plugins? I literally JUST downloaded the updated plugins 10 minutes ago and replacing the old .cs files and removed the old config files. Why would it still be using old data?
     
  14. Wulf

    Wulf Community Admin

    According to the errors, those would only show if the plugins are old versions. I know pretty much all of those no longer have those errors, as I updated half of them myself.
     
  15. These are the new plugins! Look my date modified I just re downloaded all of them.
     

    Attached Files:

  16. Wulf

    Wulf Community Admin

    Right, but open the plugin and compare the version with the one on the site.
     
  17. They are the exact same as the ones on the site unless I am clicking on a different download link??
    I just redownloaded the CraftingController.cs plugin. They are the same file size to the byte.
     

    Attached Files:

  18. Wulf

    Wulf Community Admin

    But what do the versions show inside it?
     
  19. Ok. I didnt want to post a wall of text. I will post the contents of the file in my plugin folder and then the file in my downloads folder.

    Here are the content of the CraftingController.cs that is currently in my plugin folder on my server:

    [Info("Crafting Controller", "Mughisi", "2.4.7", ResourceId = 695)]
    class CraftingController : RustPlugin
     
  20. Wulf

    Wulf Community Admin

    According to what you posted, the error should not be happening. Are you sure they were uploaded to your server successfully?