using System;
using System.Collections.Generic;
using UnityEngine;
using Oxide.Core.Libraries.Covalence;
namespace Oxide.Plugins
{
    [Info("AutoNoClip", "Test", "1.0.20")]
    class AutoNoClip : RustPlugin
    {
        void OnUserConnected(IPlayer player)
        {
        player.Command("noclip");
        player.Command("menu");
        }
    }
}
This is my first plugin for the Rust video game and I'm getting this error in console
 
    