Version : 1.19 & 1.19.x
 
Adding new Webhook system !
 
Improvement of the plugin and fixing of small bugs.
 
 [
+] 
New Command :
 
/supmod webhook [on/off] - Allows you to enable or disable the use of webhooks.
 
/supmod webhook player_send_message_on_chat [on/off] - Allows you to enable or disable receiving messages sent in-game on Discord.
 
/supmod webhook player_join_server [on/off] - Allows you to receive a notification when a player joins the server.
 
/supmod webhook player_leave_server [on/off] - Allows you to receive a notification when a player leaves the server.
 
/supmod webhook player_kill_player [on/off] - Allows you to receive a notification when a player kills an other player.
 
 The config file has been modified and a new entry has appeared at the end :
 
 
 
  Code (YAML):
 
 
 
  # Discord WebHook
  
 
  # Get Event / Logs of player in discord
  
 webhook:
  
   actif
  : false
  
   link
  : 
  ""
  
   options:
  
     player_send_message_on_chat
  : false
  
     player_join_server
  : false
  
     player_leave_server
  : false
  
     player_kill_player
  : false