SUGGESTION: Add minimal line to discord webhook

I think you shou8ld have a way to write to webhook a minimal line SO for example if OverrideDiscordEntry = "" then it works as is but what if you had one of the below and it is on ONE LINE (with replaceable parameters designed into the mod) not separated by CRLF.

Replaceable Params

{player}= player name

(steamid} = player steam ID

{status} = "Enabled" or "Disabled"

{server} = steam://connect string

{location} = Location they are when it happened

{playerState} = "walking" or "flying"

{playerVanish} = "invisible" or "visible"

SO one could state this in the config:

OverrideDiscordEntry = "Player {player} {status} Admin Radar while {playerState} at {location}."

 

 

Also it seems the Server command to connect is missing the IP...

hi, good idea, made optional in next update

missing ip means server.ip is not set in your command line. this will also detect public ip or be configurable next update. you can optionally specify your own ip under "server ip", or write "hostname" for it to use your server's name, or write your own name instead, in the next update.