Austinv900 updated Admin Leave and Join with a new update entry:
0.0.5

Admin Leave and Join
Displays a chat message when a admin leaves or joins to all the players
Total Downloads: 1,250 - First Release: Jul 25, 2016 - Last Update: Oct 29, 2016
- 5/5, 3 likes
-
I'll test her tomorrow , thank you so much
-
Austinv900 updated Admin Leave and Join with a new update entry:
0.0.6
-
Uh oh..
When i've put /available on chat -
It's not supposed to do that. I don't know how your name got in the list three times. But ok
I'll try to figure out what's causing it after work
[DOUBLEPOST=1469561481][/DOUBLEPOST]Maybe the plugin just likes you
[DOUBLEPOST=1469561521][/DOUBLEPOST]Simple reload will fix it. You will have to rejoin to get your name back in the list -
Austinv900 updated Admin Leave and Join with a new update entry:
0.0.7
-
Austinv900 updated Admin Leave and Join with a new update entry:
0.0.9
-
anyone can fix the plugin error for me?
it is universal and I am using to rust but when lagacy give the command /available says that the command does not exist.
Admin Leave and Join | Oxide
Code:#region ChatCommands [Command("availablehttp://oxidemod.org/plugins/admin-leave-and-join.2032/")] void cmdAvailable(IPlayer player, string command, string[] args) { var groupie = "NOGROUP"; player.Reply("-----------[<color=teal>Online Admins</color>]-----------"); foreach (var activeplayer in activeAdminlist) { if (IsAllowed(activeplayer.Id, permModerator)) { groupie = "Moderator"; } else if (IsAllowed(player.Id, permAdmin)) { groupie = "Admin"; } player.Reply(Lang("OnlineList", player.Id, Lang(groupie, player.Id), "<color=#f000ff>" + activeplayer.Name + "</color>", Lang("Connected", player.Id))); } player.Reply("<color=grey>--------------------------------------</color>"); }
-
Wulf Community Admin
-
Anything I can do to make it work? Like a hotfix? Or is somthing broken in oxide?
-
Wulf Community Admin
-
Ok. We can.wait for that
-
Wulf Community Admin
@Austinv900, just a notice that there are some breaking changes to the Covalence API, I'd recommend checking GitHub if you haven't already.
-
Thanks wulf
-
@Austinv900 you can do this function I quoted the plugin work on rust legacy?
-
-
Austinv900 updated Admin Leave and Join with a new update entry:
0.1.0
-
this doesn't work for rust legacy and also please keep it universal we need a rust legacy plugin with admin leave and join.
this is the error
(19:45:46) | [Oxide] 9:45 PM [Error] AdminLeaveJoin plugin failed to compile!
(19:45:46) | [Oxide] 9:45 PM [Error] AdminLeaveJoin.cs(129,28): error CS1061: Type `Oxide.Core.Libraries.Covalence.ILivePlayer' does not contain a definition for `Reply' and no extension method `Reply' of type `Oxide.Core.Libraries.Covalence.ILivePlayer' could be found. Are you missing an assembly reference? -
Wulf Community Admin
-
Thanks a lot Wulf I have told the website Streamline which I host with but they refuse to say that they need to update oxide, they said they have the latest one and it doesn't seem to be true since I've updated it a million times and also I got Streamline to update it.