1. I'm trying to execute the server config after making a change to allow rcon although it doesn't seem to be like it would for Counter-Strike where you type "Exec server.cfg" and it would relaunch that config; is there a way to do this without a server restart?
     
  2. Have you tried
    oxide.reload pluginname
     
  3. Don't mean to sound patronising but how would this relaunch the server config?
     
  4. Are you talking about a config from a plugin as this is what I got from your first post
     
  5. No, Server.config located in /server/cfg
     
  6. server.readcfg - I believe this will read the config and update changes
     
  7. This worked, thank you <3