
StatusPing
StatusPing is a lightweight server utility for monitoring uptime, scheduling automated restarts, and sending Discord alerts to keep staff and players informed.
240
5
Velocity support testing.
beta17 марта 2026 г.PLEASE NOTE THIS IS A BETA RELEASE, REPORT ALL BUGS https://discord.gg/YuvwSWUUY3
- Added support for velocity. Limited feature set compared to paper plugin due to velocity limitations.
See velocity configuration below:
# ---------------------------------------------------------------------------------- #
# StatusPing Configuration (Velocity)
# ---------------------------------------------------------------------------------- #
# --- General Settings ---
# Enable debug mode to see detailed logs in the console.
debug: false
# Checks for updates on startup and notifies admins.
update-checker: true
# --- Integrations ---
integrations:
# Discord Webhook Integration
# Sends automated messages to a Discord channel to announce proxy status.
discord:
enabled: false
webhook-url: "https://discord.com/api/webhooks/XXXX/YourSecret"
# Customization for the startup embed
startup:
username: "Server Status"
avatar-url: "https://i.imgur.com/GkTenaK.png"
embed:
title: "Proxy Online"
description: "The proxy is now marked as online."
# Color supports standard Hex codes (e.g. #64a338)
color: "#64a338"
timestamp: true
footer:
text: "YOUR-SERVER-NAME"
icon-url: ""
# Customization for the shutdown embed
shutdown:
username: "Server Status"
avatar-url: "https://i.imgur.com/GkTenaK.png"
# Reason shown in the {shutdown_reason} placeholder below
reason: "Proxy shutdown initiated unexpectedly."
embed:
title: "Proxy Shutdown"
description: "The proxy is now marked as offline."
color: "#e03b24"
timestamp: true
footer:
text: "YOUR-SERVER-NAME"
icon-url: ""
fields:
- name: "Shutdown Reason:"
value: "{shutdown_reason}"
inline: false
# Heartbeat / Uptime Monitoring (e.g. BetterStack)
heartbeat:
enabled: false
interval: 180
url: "https://uptime.betterstack.com/api/v1/heartbeat/"
2.1.0
release5 марта 2026 г.- Fixed graph symbol in /statusping command.
- Added boot time in /statusping command, shows the time it took for the server to restart. (compares shutdown time with startup time)
- Added support skip sending a discord embed on shutdown and startup, example /plan-restart 1m -d Quick update
- Added a scheduled restarts.
# Scheduled Restarts (Automatic)
scheduled-restarts:
enabled: false
# List of times in 24h format (HH:mm)
times:
- "04:00"
# The countdown duration for the scheduled restart (e.g. "10m", "5m")
# This will use the /plan-restart logic.
restart-delay: "10m"
# Whether to skip sending the Discord shutdown embed for this scheduled restart.
skip-discord-embed: false
# Reason shown in-game and on Discord
reason: "Daily scheduled maintenance."
- Updated dependencies to latest versions.
2.0.3
release18 февраля 2026 г.- Fixed error with Update notifier
- Added support to change the language for time units, add this to your existing messages.yml
# Time Units
time-units:
second: "second"
seconds-plural: "seconds"
minute: "minute"
minutes-plural: "minutes"
2.0.2
release17 февраля 2026 г.- Updated to use 1.21.11 paper dependency.
- Fixed issues with config not working for certain things.
2.0.1
release31 декабря 2025 г.- Fixed a bug with File Updater (config updater) updating non default values. We highly recommend saving your current config.yml and regenerating the files.
Совместимость
Ссылки
Создатели
Детали
Лицензия:Apache-2.0
Опубликован:6 месяцев назад
Обновлён:1 месяц назад
