I've configured the webhook, have placed it within the configuration file, have discord messages plugin, and have it configured (and working - tested)
but I cannot seem to get this plugin to print anything into my discord, which is odd.

DiscordMessages CONF:
{
"GeneralSettings": {
"Announce": true
},
"BanSettings": {
"Color": "3329330",
"Enabled": true,
"WebhookUrl": "https://discord.com/api/webhooks/CENSORED/IyfvhEHaidov5LzypCvRqiBhSnfn_ri0fc94jon9LKfB3UPdsN9vVnACENSORED"
},
"ReportSettings": {
"LogToConsole": false,
"Alert": "",
"Cooldown": 30,
"Color": "3329330",
"Enabled": true,
"WebhookUrl": "https://discord.com/api/webhooks/CENSORED/nrVzAy4mvHpuH-8wH6euqoQTGVeeF2nACWaEyJy1GO_dDoonffpQCDDf_CENSORED"
},
"MessageSettings": {
"LogToConsole": false,
"SuggestAlias": false,
"Alert": "",
"Cooldown": 30,
"Color": "3329330",
"Enabled": true,
"WebhookUrl": "https://discord.com/api/webhooks/CENSORED/IUjO7NyroMQic_Ec-xpJ0fcmYNL7ukoyXEihzrtEH0JBed5jMoq9EgCENSORED"
},
"ChatSettings": {
"TextToSpeech": false,
"Enabled": true,
"WebhookUrl": "https://discord.com/api/webhooks/CENSORED/nrVzAy4mvHpuH-8wH6euqoQTGVeeF2nACWaEyJy1GO_dDoonffpQCDDf_CENSORED"
},
"MuteSettings": {
"Color": "3329330",
"Enabled": true,
"WebhookUrl": "https://discord.com/api/webhooks/CENSORED/IyfvhEHaidov5LzypCvRqiBhSnfn_ri0fc94jon9LKfB3UPdsN9vVnA-CENSORED"
}
}LootDefender CONF:
{
"Bradley Settings": {
"Messages": {
"Broadcast Kill Notification To Chat": true,
"Broadcast Kill Notification To Killer": true,
"Broadcast Locked Notification To Chat": true
},
"Damage Lock Threshold": 0.5,
"Harvest Too Hot Until (0 = Never)": 480.0,
"Lock For X Seconds (0 = Forever)": 900,
"Remove Fire From Crates": true,
"Lock Bradley At Launch Site": true,
"Lock Bradley At Harbor": false,
"Lock Bradley From Personal Apc Plugin": true,
"Lock Bradley From Convoy Plugin": true,
"Lock Bradley From Bradley Tiers Plugin": false,
"Lock Bradley From Everywhere Else": true,
"Block Looting Only": false,
"Rust Rewards RP": 0.0
},
"Helicopter Settings": {
"Messages": {
"Broadcast Kill Notification To Chat": true,
"Broadcast Kill Notification To Killer": true,
"Broadcast Locked Notification To Chat": true
},
"Damage Lock Threshold": 0.5,
"Harvest Too Hot Until (0 = Never)": 480.0,
"Lock For X Seconds (0 = Forever)": 900,
"Remove Fire From Crates": true,
"Lock Heli From Convoy Plugin": false,
"Lock Heli From Personal Heli Plugin": true,
"Block Looting Only": false,
"Rust Rewards RP": 0.0
},
"Hackable Crate Settings": {
"Permissions": [
{
"Permission": "lootdefender.hackedcrates.regular",
"Hack Time": 900.0
},
{
"Permission": "lootdefender.hackedcrates.elite",
"Hack Time": 500.0
},
{
"Permission": "lootdefender.hackedcrates.legend",
"Hack Time": 300.0
},
{
"Permission": "lootdefender.hackedcrates.vip",
"Hack Time": 120.0
}
],
"Enabled": true,
"Lock For X Seconds (0 = Forever)": 300,
"Block Timer Increase On Damage To Laptop": false
},
"Npc Settings": {
"Messages": {
"Broadcast Kill Notification To Chat": false,
"Broadcast Kill Notification To Killer": true
},
"Enabled": true,
"Damage Lock Threshold": 0.5,
"Lock For X Seconds (0 = Forever)": 30,
"Minimum Starting Health Requirement": 0.0,
"Lock BossMonster Npcs": false,
"Block Looting Only": true,
"Rust Rewards RP": 0.0
},
"Supply Drop Settings": {
"Allow Locking Signals With These Skins": [
0
],
"Lock Supply Drops To Players": true,
"Lock Supply Drops From Excavator": true,
"Lock To Player For X Seconds (0 = Forever)": 0.0,
"Supply Drop Drag": 0.6,
"Show Grid In Thrown Notification": false,
"Show Thrown Notification In Chat": false,
"Show Notification In Server Console": false,
"Cooldown Between Notifications For Each Player": 0.0,
"Cargo Plane Speed (Meters Per Second)": 40.0,
"Bypass Spawning Cargo Plane": false,
"Smoke Duration": -1.0
},
"Damage Report Settings": {
"Hex Color - Single Player": "#6d88ff",
"Hex Color - Team": "#ff804f",
"Hex Color - Ok": "#88ff6d",
"Hex Color - Not Ok": "#ff5716"
},
"Player Lockouts (0 = ignore)": {
"Time Between Bradley In Minutes": 0.0,
"Lockout Entire Team": true,
"Lockout Entire Clan": true,
"Exclude Members Offline For More Than X Minutes": 15.0
},
"Lockout UI": {
"Bradley": {
"Enabled": true,
"Bradley Anchor Min": "0.946 0.325",
"Bradley Anchor Max": "0.986 0.360",
"Bradley Background Color": "#A52A2A",
"Bradley Text Color": "#FFFF00",
"Panel Alpha": 1.0,
"Font Size": 18
}
},
"Discord Messages": {
"Message - Webhook URL": "https://discord.com/api/webhooks/CENSORED/IUjO7NyroMQic_Ec-xpJ0fcmYNL7ukoyXEihzrtEH0JBed5jMoq9CENSORED",
"Message - Embed Color (DECIMAL)": 3329330,
"Embed_MessageTitle": "Lockouts",
"Embed_MessagePlayer": "Player",
"Embed_MessageMessage": "Message",
"Embed_MessageServer": "Connect via Steam:",
"Add BattleMetrics Link": true
},
"Chat ID": I've tried my steam BASE64, 0, and even the discord channel ID here.
}