GlobalNotif
Global notifications, shutdown / restart alerts, and more for your public server.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
GlobalNotif
GlobalNotif
Simple Paper plugin for clean server-wide announcements (no JSON/tellraw).
Commands
- `/gnotif <message...>`: Broadcasts a message to the whole server (supports `&` color codes). - `/gnotif reload`: Reloads `config.yml`. - `/notif-restart [delaySeconds]`: Broadcasts a restart countdown using config templates. - `/notif-shutdown [delaySeconds]`: Broadcasts a shutdown countdown using config templates. - `/notif-cancel`: Cancels the currently running countdown (if any).
Config
Edit `plugins/GlobalNotif/config.yml`:
- `prefix`: Prefix used in broadcasts. - `broadcast-format`: Format string (supports `%prefix%` and `%message%`). - `restart.*` / `shutdown.*`: - `default-delay-seconds`: Used when no delay is provided. - `countdown-seconds`: Which seconds to announce at (only values `<= delay` are used). - `message`: Template for countdown messages (uses `{seconds}`). - `final-message`: Message broadcast at `0`.
Permissions
- `globalnotif.gnotif` - `globalnotif.restart` - `globalnotif.shutdown` - `globalnotif.cancel`