Notify Plugin
Learn about SimpleCloud's notify plugin for real-time server state notifications
Overview
Keep your staff informed about server state changes with real-time notifications using MiniMessage formatting.
This plugin uses MiniMessage for text formatting. Check out the MiniMessage Documentation for message customization.
Supported Software
| Software | Plugin Support | Dependencies |
|---|---|---|
| Velocity | ✅ Yes | ✅ Yes |
| Bungeecord | ✅ Yes | ✅ Yes |
Want to add support for another server software? Submit a pull request on GitHub!
Quick Setup
- Download the plugin from GitHub
- Place it in your proxy template's plugins folder
- Start your server once to generate the configuration
- Configure using
plugins/notify-[velocity/bungeecord]/config.yml
Server State Management
Monitor and notify about server state changes with customizable notifications:
Notification Customization
Time Format
Customize timestamp displays using SimpleDateFormat patterns:
Interactive Messages
Create engaging notifications with MiniMessage features:
- Hover tooltips with server details
- Click-to-connect actions
- Custom color gradients
- Dynamic server information
Configuration Examples
Basic Network Setup
Placeholders
| Placeholder | Description |
|---|---|
<server_group> | Group name |
<server_id> | Server numerical ID |
<server_uuid> | Server UUID |
<server_state> | Current server state |
<server_ip> | Server IP address |
<server_port> | Server port |
<online_players> | Current player count |
<max_players> | Maximum players |
<server_update_date> | Last update date |
<server_create_date> | Creation date |
Permissions
| Permission | Description |
|---|---|
notify.receive.state-changed.starting | Starting notifications |
notify.receive.state-changed.available | Available notifications |
notify.receive.state-changed.stopping | Stopping notifications |
These permissions are examples. You can customize them in your configuration. Leave the permission field empty to allow all players to receive specific notifications.