1. I am trying to reload Crafting Controller, but it keeps saying "no source found." I can reload other plugins no problem.

    oxide.reload crafting controller

    Is this correct?
     
  2. Wulf

    Wulf Community Admin

    That isn't the correct plugin name, you'd need to use the actual filename without the extension.
     
  3. So you mean the actual file name that is in the plugins folder?

    that would be craftingcontroller.cs

    but i take off the .cs and type oxide.reload craftingcontroller

    correct?
     
  4. Wulf

    Wulf Community Admin

    reload CraftingController

    It's case-sensitive.
     
  5. ahhh. I didn't even think about case-sensitive. thank you, man.