I create a webhook but it shows that it is incorrect
LOG :
[EnhancedBanSystem] DiscordMessages enabled but it isn't setup correctly. [EnhancedBanSystem] DiscordMessages enabled but it isn't setup correctly. it saying
DiscordMessages enabled but it isn't setup correctly
In response to ctv ():You must specify a valid webhook in the config.
Replace line 2263
DiscordMessages?.Call("API_SendFancyMessage", Discord_Webhook, "Player Ban", json);by
DiscordMessages?.Call("API_SendFancyMessage", Discord_Webhook, "Player Ban", 3329330, json);maybe line 1917 too
from
DiscordMessages.Call("API_SendFancyMessage", Discord_Webhook, "Player Kick", json);to
DiscordMessages.Call("API_SendFancyMessage", Discord_Webhook, "Player Kick", 3329330, json); Ended up reverting back to v5.2.4 and webhooks for kicks / bans webhook working again. Someone needs to review.
Don't happen to have a error in your logs?
same for me do you use discord messages to send it to discord ?
Merged post
I don't get anything in the logs
(20:13:10) | kcoleman was kicked from the server (Banned)
Tried looking in the documentation how to properly set it up but its not working. I setup a webhook and put that in the config and changed used discord to true but am still getting
[Enhanced Ban System] DiscordMessages enabled but it isn't setup correctly.
eassimakTried looking in the documentation how to properly set it up but its not working. I setup a webhook and put that in the config and changed used discord to true but am still getting
[Enhanced Ban System] DiscordMessages enabled but it isn't setup correctly.
I look into this a bit later today.P4R4
same for me do you use discord messages to send it to discord ?
Merged post
I don't get anything in the logs(20:13:10) | kcoleman was kicked from the server (Banned)