1. The title really explains it all,

    I have a lot of questions, but there it goes:
    I am wondering where to get started, what programming language is the "best" to code in, where do permissions get saved and I was viewing a .lua teleporting plugin and wondered why they coded with loads of '---' running across the page (which may be for display) and to me it didn't look like a conventional code structure? What language was it coded in?
     
  2. Wulf

    Wulf Community Admin

    C# would be the best, and fastest option, but some prefer Lua, Python, and JavaScript due to being familiar with it.

    The '---' is not code, it's comments in Lua, just as other languages use #, //, etc.
     
  3. Ah okay, thanks for that. How can I get started with C#, as I know the basics. i.e. what file type do I save it in and any links for beginner tutorials in C#?
     
  4. Wulf

    Wulf Community Admin

    Google would be the best place to start for tutorials. It's best to get familiar with the language and dev setup before attempting plugins.
     
  5. I know how to program a bit within C#, I just want to know how to search the libraries and where to start if I have an idea for a plugin thanks. :)
     
  6. 1. http://docs.oxidemod.org/
    2. Open the Assembly from the RustDedicated_Data/Managed with a program like Telerik JustDecompile and u will se everything that exists for now