diff --git a/lgsm/data/gameheaders/mc-header.jpg b/lgsm/data/gameheaders/mc-header.jpg new file mode 100644 index 000000000..4abcb565d Binary files /dev/null and b/lgsm/data/gameheaders/mc-header.jpg differ diff --git a/lgsm/data/gameheaders/mcb-header.jpg b/lgsm/data/gameheaders/mcb-header.jpg new file mode 100644 index 000000000..3b17a34a0 Binary files /dev/null and b/lgsm/data/gameheaders/mcb-header.jpg differ diff --git a/lgsm/data/gameicons/mc-icon.png b/lgsm/data/gameicons/mc-icon.png new file mode 100644 index 000000000..0b58e18a5 Binary files /dev/null and b/lgsm/data/gameicons/mc-icon.png differ diff --git a/lgsm/data/gameicons/mcb-icon.jpg b/lgsm/data/gameicons/mcb-icon.jpg new file mode 100644 index 000000000..d0eaada28 Binary files /dev/null and b/lgsm/data/gameicons/mcb-icon.jpg differ diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index 1211c70de..3d41fbe9e 100755 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -88,10 +88,19 @@ fn_alert_config(){ alertbody="${selfname} has received a new _default.cfg. Check file for changes." } +# Gather info required for alert. info_distro.sh info_game.sh query_gamedig.sh +# Images +if [ -n "${appid}" ]; then + alertimage="https://steamcdn-a.akamaihd.net/steam/apps/${appid}/header.jpg" +else + alertimage="https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/lgsm/data/gameheaders/${shortname}-header.jpg" +fi +alerticon="https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/lgsm/data/gameicons/${shortname}-icon.jpg" + # Allow Alert to display gamedig info if available. if [ "${querystatus}" != "0" ]; then if [ -n "${maxplayers}" ]; then diff --git a/lgsm/functions/alert_discord.sh b/lgsm/functions/alert_discord.sh index 60c32e50a..ef69635ec 100755 --- a/lgsm/functions/alert_discord.sh +++ b/lgsm/functions/alert_discord.sh @@ -58,7 +58,7 @@ json=$(cat <