1. Hey guys, so I just put all my plugin classes together but I keep getting missing assembly references when installing the plugin. I attached the log file and the plugin file.
    Is there any problem with static classes? Besides that, I don't understand whats wrong.

    Thank You!
    [DOUBLEPOST=1426410370][/DOUBLEPOST]Just to point out, static classes was not the problem, just changed that and still the same error.
     

    Attached Files:

  2. You need this at the top:
    Code:
    // Reference: Oxide.Ext.Rust
    
     
  3. Thanks man, I had no ideia that I had to reference it like that.
     
  4. That one is in most cases the only one you need to reference like that, perhaps at some day we will no longer need that reference :)