Is there a way to remove the player connect and disconnects from the discord webhook? Just want people to see the information about the excavator status and not when members connect and disconnect to the server if possible.
Way to Remove Player Connect & Disconnect from Discord webhook?
If both of these config are false, it disable the connect / disconnect message
"Clear excavator lock after all player from team/clan disconnect ": false,
"Clear excavator lock after player owner disconnect": false,
or, edit the plugin file and comment the printtolog lines in function OnPlayerConnected and OnPlayerDisconnected
line # 804, 815, 840 , 849 and 858 ( add // in front of line to comment )
Thank you for the quick reply Lorenzo! I will make those changes now. I apprecaite it!