1. default , plug-ins are compiled from folder plugin
    Suppose someone has registered one more folder in PluginDirectory.
    but which folder to add , we do not know
    (changed Oxide.Core.dll)
    now plug-ins are compiled from two folder Plugin and unknown
    Is it possible to copy the plugins from folder unknown in folder plugins?
     
  2. Wulf

    Wulf Community Admin

    There is only one plugin folder with official Oxide builds. We do not support unofficial builds. What reason do you need multiple folders for?
     
  3. I don't need to know how to make multiple folders
    I need to know how to copy from one folder to another using code
     
  4. Wulf

    Wulf Community Admin

    You can't copy from a plugin, you'd need to write an extension or modify the core, but we do not support unofficial builds or changes to it. You may want to take a look at some C# tutorials for learning how to move/copy files if that is what you need.