1. Hello,

    I am new here. I have installed my own server but i came this problem .

    In some plugins (where can i use admin commands in chat) it does not show anything.
    In console i see this

    here i use in chat command /chat (first i have grant permissions to admin group)
    Code:
    [Oxide] 23:43 [Error] Failed to call hook 'OnServerCommand' on plugin 'RustCore v1.0.0' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 23:43 [Debug]   at Oxide.Game.Rust.Libraries.Covalence.RustPlayer.HasPermission (System.String perm) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CovalenceCommandCallback (IPlayer caller, System.String cmd, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Game.Rust.Libraries.Covalence.RustCommandSystem.ChatCommandCallback (IPlayer caller, System.String cmd, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Covalence.ChatCommandHandler.HandleChatCommand (IPlayer player, System.String cmd, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Covalence.ChatCommandHandler.HandleChatMessage (IPlayer player, System.String str) [0x00000] in <filename unknown>:0
      at Oxide.Game.Rust.Libraries.Covalence.RustCommandSystem.HandleChatMessage (IPlayer player, System.String message) [0x00000] in <filename unknown>:0
      at Oxide.Game.Rust.RustCore.OnServerCommand (.Arg arg) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
    i have grant admin usergroup to me.

    who can help me out ?

    thanx for help.

    ps. sorry for my bad english :)
     
  2. Wulf

    Wulf Community Admin

    Which plugins and commands are you trying to use exactly? We need as much details as possible.
     
  3. Better Chat /chat - then i get error from first post. i think i make small mistake but i dont where.


    When i want use "kits" plugin i get also error "no permissions" and here i can not find the permissions.
    thanx for fast reply :)
     
  4. /chat command work after restart :)

    now only i need find permissions for "kits"
     
  5. Wulf

    Wulf Community Admin

    Permissions for Kits and how to use them are listed on its Overview.
     
  6. Wulf

    Wulf Community Admin

    The error you mentioned in your first post should be fixed in an upcoming Oxide build by the way, thanks for the report. :)