Error in Carbon
[2025.02.24 05:38:31] [ERRO] Failed to call internal hook 'Init' on plugin 'DiscordWipe v2.4.3' [2006954389] (Object reference not set to an instance of an object)
at string Oxide.Plugins.DiscordWipe.UpdateWebhookUrl(string url) in F:/Rust_Server/Server/rustds/carbon/plugins/DiscordWipe.cs:line 100
at void Oxide.Plugins.DiscordWipe.Init() in F:/Rust_Server/Server/rustds/carbon/plugins/DiscordWipe.cs:line 72
at object Oxide.Plugins.DiscordWipe.InternalCallHook(uint hook, object[] args) in DiscordWipe.cs/Internal:line 105

Carbon でエラーが発生していますが、修正できますか?

Open the DiscordWipe.json and make sure that the following 2 values are not null

"Wipe Webhook url": null,
  "Protocol Webhook url": null,
 
Also saw this one is null
"Command": null,
 
Make it 
"Command": "dw"

Thank U!