I think the main issue is the permission. People probably don't expect there to be a permission needed for F7 reports.
Reports not being sent to Discord
plugin f7 report section not working for dispute please bring update
"Webhook URL": "https://discord.com/api/webhooks/x",
"Embed Title": "My Server Report",
"Embed Description": "Report sent by a player from your server",
"Embed Color": 1484265,
"Set Author Icon From Player Profile": true,
"Use Reporter (True) Or Suspect (False) As Author": true,
"Allow Reporting Admins": false,
"Report Commands": [
"report"
],
"Allow Only Online Suspects Reports": true,
"Threshold Before Sending Reports": 0,
"Show Recent Suspect Combatlog": true,
"Recent Combatlog Entries": 3,
"Cooldown In Seconds": 60,
"Old User Cache Purge In Seconds": 86400
}
still broken, other plugins with same webhook working fine..
What's your config? The plugin itself is working perfectly fine, so it is either the config either something you forgot.
You must first install Discord extention in the managed folder. Your server has to be offline for this install.
no, plugin never required anything else. it is working on it's own with web requests. no discord extension, no discord messages.
ok. Spent 2 hours on this and never got it to work. I'm using a different report plugin now. Something is actually wrong with your plugin. Just because yours is working, doesn't mean there isn't an issue with it. There clearly is something going on with it. Perhaps a plugin conflict or internal code structure issues for certain server parameters. Whatever it is, it's frustrating. The call hooks don't register the way they are supposed to. F7 reports do not get sent like they are supposed to.
Please post your code with omission to personal data so we can get a sense of how yours is working.
huh? can you send your configuration and such, and what you are doing. because it does work and there is nothing other than configuration/.. that could prevent it from
god4bid
ok. Spent 2 hours on this and never got it to work. I'm using a different report plugin now.
It's still working for me. As I mentioned earlier, there's 2 things that make people think it doesn't work.
1. You need to lower the threshold.
2. You need to give EVERYONE the discordreport.use permission.
The permissions should really be removed and the default threshold lowered to 1 or 2 from the plugin or people will keep thinking this plugin doesn't work.
bottigerIt's still working for me. As I mentioned earlier, there's 2 things that make people think it doesn't work.
1. You need to lower the threshold.
2. You need to give EVERYONE the discordreport.use permission.
The permissions should really be removed and the default threshold lowered to 1 or 2 from the plugin or people will keep thinking this plugin doesn't work.
Thx! this helped me out very much, It works now.
Now can fix f7 problem and no report sent yet ? (/report still working)
I have same issue only with F7 reports, reports from chat command works perfect. After player reports by f7 i have this result returned from webbhook :
[Discord Report] Discord Webhook returned 400:
{"embeds": ["Must be 10 or fewer in length."]}
maybe this could help
Recent combatlog should be smaller, because each one is a separate embed I believe.
ok well it works , i had to change combatlog down to 2, whats the heightest i can go