
Lightweight, fully-configurable utilities for Spigot/Paper 1.20+ (MOTD, tablist, broadcast, chat, maintenance, slowmode).
Lightweight, fully-configurable utilities for Spigot/Paper 1.20+ (Java 17+). Toggle every feature via config.yml.
%nl% line breaks| Command | Description | Permission | Default |
|---|---|---|---|
/ssu reload |
Reload config.yml |
ssu.reload |
OP |
/rules |
Show the configured rules list | (none) | Everyone |
/broadcast <message> |
Broadcasts a message (supports & + hex colors, %nl%, %online%, %max%, %ip%) | ssu.broadcast |
OP |
/maintenance <on,off,status> |
Toggle or view maintenance mode | ssu.maintenance |
OP |
| (join during maintenance) | Bypass maintenance kick | ssu.maintenance.bypass |
OP |
/slowmode <on,off,status,set <seconds>> |
Toggle/set global chat slowmode | ssu.slowmode |
OP |
| (slowmode bypass) | Ignore slowmode delay | ssu.slowmode.bypass |
OP |
/clearchat |
Clears public chat | ssu.clearchat |
OP |
%player% — player name %online% — online player count %max% — max players %ip% — server IP %nl% / %n% — newlineHex colors &#RRGGBB supported on MC 1.16+.
plugins/.plugins/SimpleServerUtility/config.yml./ssu reload to apply.motd:
enabled: true
lines:
- "&aWelcome to &lMyServer&r"
- "&7Have fun, %player%!"
tablist:
enabled: true
header: "&6&lMyServer%nl%&7Online: %online%/%max%"
footer: "&7IP: &fplay.example.com"
broadcasts:
enabled: true
interval-seconds: 300
messages:
- "&aJoin our Discord: &bdiscord.gg/example"
Full, documented config is shipped with the plugin jar.
MIT.