UriFormatException: Invalid URI
(10:43:01) | Web request produced exception (Url: Your URL here.) in 'DiscordMessages v2.1.3' plugin (UriFormatException: Invalid URI: The format of the URI could not be determined.)
  at System.Uri.CreateThis (System.String uri, System.Boolean dontEscape, System.UriKind uriKind) [0x0007b] in <ae22a4e8f83c41d69684ae7f557133d9>:0 
  at System.Uri..ctor (System.String uriString) [0x00014] in <ae22a4e8f83c41d69684ae7f557133d9>:0 
  at System.Net.WebRequest.Create (System.String requestUriString) [0x0000e] in <ae22a4e8f83c41d69684ae7f557133d9>:0 
  at Oxide.Core.Libraries.WebRequests+WebRequest.Start () [0x00014] in <cf88a28c7fb44d36890d85a78331cc9d>:0

Is this nothing to worry about?

It sounds like your configuration was not configured with a valid URL.
Thanks for the info. Will check out which one is giving error. :)
I still have that error again.

Web request produced exception (Url: Your URL here.) in 'DiscordMessages v2.1.3' plugin (UriFormatException: Invalid URI: The format of the URI could not be determined.)
  at System.Uri.CreateThis (System.String uri, System.Boolean dontEscape, System.UriKind uriKind) [0x0007b] in <ae22a4e8f83c41d69684ae7f557133d9>:0 
  at System.Uri..ctor (System.String uriString) [0x00014] in <ae22a4e8f83c41d69684ae7f557133d9>:0 
  at System.Net.WebRequest.Create (System.String requestUriString) [0x0000e] in <ae22a4e8f83c41d69684ae7f557133d9>:0 
  at Oxide.Core.Libraries.WebRequests+WebRequest.Start () [0x00014] in <cf88a28c7fb44d36890d85a78331cc9d>:0​


It only happens whenever I spawn something as admin.

rustkoyak
I still have that error again.

Web request produced exception (Url: Your URL here.) in 'DiscordMessages v2.1.3' plugin (UriFormatException: Invalid URI: The format of the URI could not be determined.)
  at System.Uri.CreateThis (System.String uri, System.Boolean dontEscape, System.UriKind uriKind) [0x0007b] in <ae22a4e8f83c41d69684ae7f557133d9>:0 
  at System.Uri..ctor (System.String uriString) [0x00014] in <ae22a4e8f83c41d69684ae7f557133d9>:0 
  at System.Net.WebRequest.Create (System.String requestUriString) [0x0000e] in <ae22a4e8f83c41d69684ae7f557133d9>:0 
  at Oxide.Core.Libraries.WebRequests+WebRequest.Start () [0x00014] in <cf88a28c7fb44d36890d85a78331cc9d>:0​

It only happens whenever I spawn something as admin.

Sounds like your URL is invalid in the configuration. Could you show what you have?

{
  "GeneralSettings": {
    "Announce": true
  },
  "BanSettings": {
    "Color": "3329330",
    "Enabled": true,
    "WebhookUrl": "https://discordapp.com/api/webhooks/steamid64/****"
  },
  "ReportSettings": {
    "LogToConsole": true,
    "Alert": "",
    "Cooldown": 30,
    "Color": "3329330",
    "Enabled": true,
    "WebhookUrl": "https://discordapp.com/api/webhooks/steamid64/****"
  },
  "MessageSettings": {
    "LogToConsole": true,
    "SuggestAlias": false,
    "Alert": "",
    "Cooldown": 30,
    "Color": "3329330",
    "Enabled": true,
    "WebhookUrl": "https://discordapp.com/api/webhooks/****"
  },
  "ChatSettings": {
    "TextToSpeech": false,
    "Enabled": true,
    "WebhookUrl": "https://discordapp.com/api/webhooks/****"
  },
  "MuteSettings": {
    "Color": "3329330",
    "Enabled": false,
    "WebhookUrl": ""
  }
}