
ModsJava
Server status placeholder
A placeholder with shows server status using plugin messaging using the bungee/velocity plugin and something
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

ServerStatus
Shows the status of your BungeeCord servers through placeholders.
ServerStatus is split into two parts:
- BungeeCord module : pings every server you list in the config, checks whether it's in maintenance, and pushes the result to your backend servers.
- Spigot module : receives those statuses and exposes them through PlaceholderAPI.
If you run a scoreboard, tablist, chat or any other plugin that supports PlaceholderAPI, you can drop these in:
%srvstatus_lobby%
%srvstatus_survival%
Each returns one of three values (all customizable in the config):
OnlineOfflineMaintenance
Setup
- Put the BungeeCord jar in your proxy's
pluginsfolder. - Put the Spigot jar in the
pluginsfolder of every server you want placeholders on. - Restart everything.
- Done. The
srvstatusexpansion registers by itself.
Configuration
The Bungee side has a config.yml with the basics:
# Servers to track (must match your BungeeCord names)
servers:
- lobby
- survival
- dev
# How often to check (seconds)
update-interval: 5
# Status text and colors
messages:
online: "&aOnline"
offline: "&cOffline"
maintenance: "&6Maintenance"
Statuses refresh on the interval you set, and again whenever a player joins the proxy.
Requirements
- BungeeCord or Waterfall with the Maintenance plugin (for maintenance detection)
- Spigot/Paper 1.20.4+ with PlaceholderAPI
Building
mvn clean package
Java 17+.
Verified by MCModsHub
- Ships as serverstatus-bungee-1.0.0.jar — drop this file into the mods folder
- Download size: 7 KB
- Download link checked 27 Aug 2026 — working
These come from our own check of the pack file, not from the source page.