Skip to content

Commit

Permalink
Add DISCORD_PLAYER_JOIN_MESSAGE and DISCORD_PLAYER_LEAVE_MESSAGE
Browse files Browse the repository at this point in the history
Add env variable for Discord Player Join Message and Discord Player Leave Message
  • Loading branch information
xHyperElectric authored Mar 3, 2024
1 parent 7d7e3b3 commit 4f50f83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ ENV HOME=/home/steam \
DISCORD_PRE_START_MESSAGE="Server has been started!" \
DISCORD_PRE_SHUTDOWN_MESSAGE="Server is shutting down..." \
DISCORD_POST_SHUTDOWN_MESSAGE="Server has been stopped!" \
DISCORD_PLAYER_JOIN_MESSAGE="🎉\${player_name} has joined Palworld!" \
DISCORD_PLAYER_LEAVE_MESSAGE="💨\${player_name} has left Palworld." \
ENABLE_PLAYER_LOGGING=true \
PLAYER_LOGGING_POLL_PERIOD=5 \
ARM_COMPATIBILITY_MODE=false \
Expand Down

0 comments on commit 4f50f83

Please sign in to comment.