TheByKotik / sbpp_discord

Listens forwards of bans, comms, reports and sends it to Discord webhooks.
https://sbpp.github.io
GNU General Public License v3.0
2 stars 0 forks source link

not working #1

Closed shubhamdev8 closed 4 years ago

shubhamdev8 commented 4 years ago

its not working at all no error logs

TheByKotik commented 4 years ago

Sorry for long response. Did you installed last SteamWorks Extension (Source Code)? Did you tested webhook url and connecting with sm_discord_test "Hook type" command? Did you used precompiled plugin or compile it youself?

shubhamdev8 commented 4 years ago

Yes i have steamworks installed No i have not tested the webhook url with the command I used your precompiled plugin

Reports are working and are showing in discord but bans, mutes, gags and silences are not working

TheByKotik commented 4 years ago

Yes i have steamworks installed No i have not tested the webhook url with the command I used your precompiled plugin

Reports are working and are showing in discord but bans, mutes, gags and silences are not working

If you using different webhooks for reports and other, please test it with command above. else if you use one hook, check redirect like:

    "Hooks" // Discord webhook or name of another key to redirect. Disabled if empty.
    {
        "Reports"   "{hook1}"
        "Bans"      "{hook2}"
        "Silences"  "Bans"
        "Mutes"     "Bans"
        "Gags"      "Bans"
    }
shubhamdev8 commented 4 years ago

Ohh yes im using single webhook for all

TheByKotik commented 4 years ago

Ohh yes im using single webhook for all

Using like 1 or 2 method? 1:

{
    "Reports"   "{hook1}"
    "Bans"      "{hook1}"
    "Silences"  "{hook1}"
    "Mutes"     "{hook1}"
    "Gags"      "{hook1}"
}

2:

{
    "Reports"   "{hook1}"
    "Bans"      "Reports"
    "Silences"  "Reports"
    "Mutes"     "Reports"
    "Gags"      "Reports"
}
shubhamdev8 commented 4 years ago

1

TheByKotik commented 4 years ago

1

You using last sbpp plugins? Which is version SM? What happing after use sm_discord_test bans command? No error logs and no message in discord?

TheByKotik commented 4 years ago

I'm still can't reproduce this issue. I'm receive error on logs or message of successful sending. Can you add me in discord? I need to see it myself.

shubhamdev8 commented 4 years ago

sourcebans is latest sm version SourceMod 1.10.0.6456, by AlliedModders LLC

shubhamdev8 commented 4 years ago

test commands are working then why its not showing when ban or mute someone u can add me FLASHING#8548