PLAYER_EVENT_NOTIFICATIONS is not working #992
Unanswered
ericjgoebel
asked this question in
Help!
Replies: 1 comment 17 replies
-
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't see any messages for arrival or leaving for any players when setting this flag to 1 (and having a webhook url).
I waited 11 minutes after logging in and did not see any messages in my discord. What is the frequency that these messages are supposed to be sent?
I actually have a scrappy version of this set up myself using powershell which basically reads the last 400 lines in the log every 30 seconds and if it finds a match for a player logging in it sends the player name with the local timestamp. It saves that timestamp and only reads lines in the next pass over the log that are newer than that timestamp as to not resend information.
Also, I recommend adding this to the example on the readme that is "Everything but the kitchen sink"
My docker compose file
Beta Was this translation helpful? Give feedback.
All reactions