add cobblemon to motd

This commit is contained in:
2025-12-04 20:59:21 -06:00
parent 07c9533255
commit 39264279e0

View File

@@ -78,7 +78,7 @@ in {
# --- gameservers ---
echo -e "''${headings}gameservers:''${reset}"
for service in velocity smp superflat bento; do
for service in velocity smp superflat bento cobblemon; do
status=$(systemctl is-active $service 2>/dev/null)
if [ "$status" = "active" ]; then
printf "%-32s%s\n" " ''${active}[$service]''${reset}" "running"