[
  {
    "Name": "+carbon.onboot",
    "Help": "Executes a set of commands separated by \"|\" that get executed when Carbon boots. Can be defined in \"cfg/server.cfg\" as well."
  },
  {
    "Name": "+carbon.onserverinit",
    "Help": "Executes a set of commands separated by \"|\" that get executed when the server becomes fully initialized. Can be defined in \"cfg/server.cfg\" as well."
  },
  {
    "Name": "-carbon.rootdir",
    "Help": "Overrides the root directory of Carbon, aka the \"carbon\" folder. Upon changing this, you must also apply another command line variable which links to the custom Carbon root, Carbon.Preloader.dll;\n--doorstop-target-assembly \"customrootdir/managed/Carbon.Preloader.dll\""
  },
  {
    "Name": "-carbon.carbonconfigdir",
    "Help": "Overrides the settings root directory where Carbon stores its configuration files"
  },
  {
    "Name": "-carbon.scriptdir",
    "Help": "Overrides the scripts directory of Carbon, aka the \"carbon/plugins\" folder."
  },
  {
    "Name": "-carbon.configdir",
    "Help": "Overrides the config directory of Carbon, aka the \"carbon/configs\" folder."
  },
  {
    "Name": "-carbon.datadir",
    "Help": "Overrides the data directory of Carbon, aka the \"carbon/data\" folder."
  },
  {
    "Name": "-carbon.modifierdir",
    "Help": "Overrides the modifier directory of Carbon, aka the \"carbon/modifiers\" folder."
  },
  {
    "Name": "-carbon.langdir",
    "Help": "Overrides the lang directory of Carbon, aka the \"carbon/lang\" folder."
  },
  {
    "Name": "-carbon.extdir",
    "Help": "Overrides the extensions directory of Carbon, aka the \"carbon/extensions\" folder."
  },
  {
    "Name": "-carbon.moduledir",
    "Help": "Overrides the modules directory of Carbon, aka the \"carbon/modules\" folder."
  },
  {
    "Name": "-carbon.logdir",
    "Help": "Overrides the log directory of Carbon, aka the \"carbon/logs\" folder."
  },
  {
    "Name": "-carbon.profiledir",
    "Help": "Overrides the mono profiler results directory of Carbon, aka the \"carbon/profiles\" folder."
  },
  {
    "Name": "-carbon.sqlpermsdb",
    "Help": "Overrides the SQLite Permissions database path, aka the \"server/identity/carbon.perms.db\" file."
  },
  {
    "Name": "-harmonydir",
    "Help": "Overrides the directory of Rust's HarmonyMods folder."
  }
]