1. Hey, I can't use this script.
    Oxide console logs:
    Code:
    [Oxide] 12:27 [Error] EpicPlugin plugin failed to compile!
    [Oxide] 12:27 [Error] EpicPlugin.cs(30,50): error CS1061: Type `Oxide.Core.Libra
    ries.Covalence.IPlayer' does not contain a definition for `Nickname' and no exte
    nsion method `Nickname' of type `Oxide.Core.Libraries.Covalence.IPlayer' could b
    e found. Are you missing an assembly reference?
     
  2. Okey, I found a problem.


    player.Nickname - its wrong.
    player.Name - its good.

    I have one more question, any function to add user to group?
     
  3. Wulf

    Wulf Community Admin

    That likely got missed in the Docs when it was changed.

    To add a user to a group, you can either run the console command or call the function directly as shown in the Docs under Permissions.