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.
Solved Plugin errors after update (use plugin support threads)
Discussion in 'Rust Discussion' started by .JH^, Mar 9, 2017.
-
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.
-
Hey Guys.
I am quite new to rust servers and all. I was wondering when all of my plugin will start working again? -
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
I open FriendlyFire with notepad ctrl f BasePlayer.IsAdmin and the result is null so what i must editLast edited by a moderator: Mar 9, 2017 -
Thanks @Wulf I didn't realise u posted the changes like that.
[DOUBLEPOST=1489098236][/DOUBLEPOST] -
Sorry to bother again but when will all the plugins start working again?
-
Wulf Community Admin
-
-
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.
-
Wulf Community Admin
-
Attached Files:
-
-
Wulf Community Admin
-
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?
-
Wulf Community Admin
-
These are the new plugins! Look my date modified I just re downloaded all of them.
Attached Files:
-
-
Wulf Community Admin
-
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:
-
-
Wulf Community Admin
-
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 -
Wulf Community Admin