Skip to content

Notifications

Notifications notify the player of the following actions:

  • Received a TPA request.
  • Received a direct message (/tell).
  • Received a player message containing your username.

Players can configure the notifications sound, pitch, volume, and other settings.

Configuration

default-values

Default values are used when the player did not explicitly configure their own settings.

sound-id

Default sound to use.

pitch

Default pitch to use.

volume

Default volume to use.

0.0 is 0%, 1.0 is 100%, 2.0 is 200%.

afk-only

Whether to only notify if the player is AFK.

on-chat

Whether to notify mentions in chat.

Commands

notifications set <option> <value>

Change a personal setting for notifications:

Options

  • sound: Change sound. Any value is valid and sounds implemented by resource packs in clients are supported.
  • pitch: Change sound pitch.
  • volume: Change sound volume, in percentage. 200% is max.
  • afk-only: Whether to get notified only if AFK.
  • on-chat: Whether to get notified if someone mentioned you in chat.

Permissions

  • solstice.notifications.base - Default: true

notifications get

Get your current notification settings.

Permissions

  • solstice.notifications.base - Default: true

notifications toggle

Toggle notifications.

Permissions

  • solstice.notifications.base - Default: true

notifications reset

Reset your notification settings.

Default values will be used instead.

Permissions

  • solstice.notifications.base - Default: true