Overview
Notify sends MiniMessage-formatted chat notifications to permitted staff when server and group state changes happen in your SimpleCloud network.This plugin depends on the
simplecloud-api platform plugin and uses MiniMessage
for text formatting. See the MiniMessage
documentation for formatting
syntax.Supported Software
Quick Setup
- Download the plugin from GitHub.
- Place it in your proxy template’s
plugins/folder. - Make sure the
simplecloud-apiplugin is installed on the proxy. - Start the proxy once to generate
messages.yml. - Edit
plugins/notify-velocity/messages.ymlorplugins/notify-bungeecord/messages.yml.
Notifications
Notify subscribes to the Cloud API event stream and can send messages for:- Server state changes to
STARTING,AVAILABLE, andSTOPPING - Server stopped events
- Group created events
- Group deleted events
null to disable that specific notification. Set the whole notifications.server or notifications.group section to null to disable that category.
Configuration
The generatedmessages.yml contains message text, reusable variables, and formatting options:
Placeholders
Server Notifications
Group Notifications
Permissions
The permission check happens per notification. Give staff only the event
categories they should receive.
notify.state.server.deleted is still accepted as a legacy alias for stopped-server notifications.