1. Is there a way to update my server to use addons I just installed without doing a hard reset from clanforge? I hate having to do that hard reset since it disconnects all of my players for up to 30min at a time.
     
  2. I assume you're talking about reloading your plugins.

    o.reload pluginname (name is case sensitive.)
    o.reload * to reload all plugins at once.
    o.unload pluginname (name is case sensitive.)
    o.unload * to unload all at once.
    o.load pluginame (name is case sensitive.)
    o.load * to load all

    o. and oxide. are prefixes you can use .. it wont work without them. You use them in RCON console.
     

  3. Thank you! Yes, plugins. Sorry, WoW takes a toll on my vocabulary.
     
  4. Wulf

    Wulf Community Admin

    Plugins are reloaded automatically if changes are detected by Oxide generally. You can manually reload using the commands provided previously though if desired.