1. hi i play rust and want to make my own plugins how would i do that like what langue do i need to learn and just the basic steps on how to learn and to make my own for the sever im working for
     
  2. Most plugins are made in C#
     
  3. I think the best way to learn how to make plugins is to learn Unity3D. Making games in Unity will not only teach you C#, it will also teach you the Unity API (used by Rust) and programming design patterns that Rust uses.