Mentions
Overview
Section titled “Overview”Players can mention others by typing @PlayerName or just PlayerName in chat. Mentioned players receive a sound effect, title notification, and the mention is highlighted in chat.
Configuration
Section titled “Configuration”mention: enabled: true color: "&6" by-name: true sound: enabled: true name: "ENTITY_EXPERIENCE_ORB_PICKUP" volume: 0.8 pitch: 1.2 notify: sender: false target: true title: enabled: true title: "&6Mention!" subtitle: "&eYou were mentioned by &6{sender}" fade-in: 5 stay: 40 fade-out: 10Options
Section titled “Options”| Key | Description | Default |
|---|---|---|
enabled | Enable/disable the mention system | true |
color | Highlight color for mentions | &6 (gold) |
by-name | Match plain names (without @) | true |
sound.enabled | Play sound to mentioned player | true |
sound.name | Bukkit sound name | ENTITY_EXPERIENCE_ORB_PICKUP |
notify.sender | Notify the sender who they mentioned | false |
notify.target | Notify the mentioned player | true |
title.enabled | Show title to mentioned player | true |
Self-Mention Prevention
Section titled “Self-Mention Prevention”By default, mentioning yourself won’t trigger sounds, titles, or notifications — but the highlight still appears:
messages: mention: prevent-self: trueCustom Messages
Section titled “Custom Messages”messages: mention: sender: "%rc_prefix%&aYou mentioned &6{targets}" target: "%rc_prefix%&eYou were mentioned by &6{sender}"Placeholders: {sender}, {display_name}, {targets}.