Discord support not working
could he help me with this?
I create a webhook but it shows that it is incorrect
LOG :
[EnhancedBanSystem] DiscordMessages enabled but it isn't setup correctly. 

Please make sure you copy the webhook url and paste it in the config correctly ensuring you save it.
I'm getting the same error and I copied the webook directly and posted to the config saved and reloaded.

it saying

DiscordMessages enabled but it isn't setup correctly

You must specify a valid webhook in the config.
discord does not work for me too, I copy webhook from the application and I insert into config, but it is useless... The author of a plug-in please check and if works send a line where webhook together with your webhook is entered
In response to ctv ():
You must specify a valid webhook in the config.
discord does not work for me too, I copy webhook from the application and I insert into config, but it is useless... The author of a plug-in please check and if works send a line where webhook together with your webhook is entered
I followed the discord tutorial, but no matter what I do, the webhook is not working.
Do you have an example configuration that works as an example because maybe I am doing it wrong?
Or is the webhook broken in the plugin?
The discord webhook side of this plugin is broken, i have never personally found a way to get it to work. The plugin needs updating

Replace line 2263

DiscordMessages?.Call("API_SendFancyMessage", Discord_Webhook, "Player Ban", json);

by 

DiscordMessages?.Call("API_SendFancyMessage", Discord_Webhook, "Player Ban", 3329330, json);


Merged post

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.

eassimak

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.

aFBmVt5WQWQ7vVc.png 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)

I look into this a bit later today.