Showing moderators separatelySuggestion
Hey,

It would be awesome if you could include moderators (auth level 1) to be shown separate when "Admin List Separate (true/false)": true
@Wulf
I coded up adding moderators and added console command support too, want a copy?  Would be lovely new features.
In response to MalS ():
@Wulf
I coded up adding moderators and added console command support too, want a copy?  Would b...
No thanks, already have support for any group locally, just not released yet. Commands are also universal.
Awesome!

I want to add moderators on admin list

Error while compiling: PlayerList.cs(155,98): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayer' does not contain a definition for `IsModerator' and no extension method `IsModerator' of type `Oxide.Core.Libraries.Covalence.IPlayer' could be found. Are you missing an assembly reference?
Tinkode

I want to add moderators on admin list

Error while compiling: PlayerList.cs(155,98): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayer' does not contain a definition for `IsModerator' and no extension method `IsModerator' of type `Oxide.Core.Libraries.Covalence.IPlayer' could be found. Are you missing an assembly reference?
IsModerator doesn't exist, hence the error. You'd have to manually check the group you want.