Skip to main content

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

  1. Download the plugin from GitHub.
  2. Place it in your proxy template’s plugins/ folder.
  3. Make sure the simplecloud-api plugin is installed on the proxy.
  4. Start the proxy once to generate messages.yml.
  5. Edit plugins/notify-velocity/messages.yml or plugins/notify-bungeecord/messages.yml.

Notifications

Notify subscribes to the Cloud API event stream and can send messages for:
  • Server state changes to STARTING, AVAILABLE, and STOPPING
  • Server stopped events
  • Group created events
  • Group deleted events
Set a notification message to null to disable that specific notification. Set the whole notifications.server or notifications.group section to null to disable that category.

Configuration

The generated messages.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.