TrueWinter

ChatNotify

ChatNotify is a Spigot/Paper 1.17+ plugin that notifies players if they are mentioned in chat, or receive a message. Players can configure which words will trigger a notification.

The plugin currently only supports messages in chat and private messages sent using Essentials.

Configuration

# Requires player with chatnotify.commands.mod.allow to approve ChatNotify subscriptions
# Possible values:
# - "all": all subscriptions have to be approved
# - "part": if the word is not part of the player name, require approval
# - "none": no approval required
require-approval: "part"

# Any subscribed word this length or shorter will require approval
require-approval-length: 3

# Do not edit anything below this line
init-setup-done: false
config-version: 1

Commands

Player

Mod

Admin

Important Note

ChatNotify will not notify any player or mod until the first time they run a ChatNotify command.

Permissions

Dependencies

ChatNotify will not work without the following plugins being installed:

Extending Support to Other Platforms

ChatNotify has been written in such a way to easily allow for other platforms and chat plugins to be supported. See the PluginAdapter.md file for more information.