1. I can't seem to figure out how to make a command without using a CovalencePlugin class.
     
  2. This is how you would do it for rust
    Code:
    [ChatCommand("checknew")]
    private void checkNewCmd(BasePlayer player, string command, string[] args)
    {
    //Magic goes here
    }
     
  3. I can't use the command?
     
  4. What's exactly happening?
    Multiple things could be causing this... Is the plugin compiling? Is the code inside that the command executes working? Is oxide installed properly?
     
  5. Nvm, I fixed it, Thanks!