Flectone Logo FlectonePulse

Mention

Warning

By default, server administrators cannot be mentioned due to the bypass permission.

This formatting allows mentioning (pinging) a person in a message. You can also mention donation groups, for example, @default.

mention


🌍 Localization

Path localizations → language.yml → message.format.mention
mention:
  person: "<fcolor:2>You were mentioned!"
  format: "<fcolor:2>@<target>"
mention:
  person: "<fcolor:2>Тебя упомянули!"
  format: "<fcolor:2>@<target>"

person

The message shown to a player when they are mentioned.

format

The message format if it is a player mention.


⚙️ Setting

Path message.yml → format.mention
mention:
  enable: true
  trigger: "@"
  everyone_tag: "here"
  destination:
    type: "TOAST"
    icon: "minecraft:bell"
    subtext: ""
    style: "TASK"
  sound:
    enable: true
    volume: 0.1
    pitch: 0.1
    category: "BLOCK"
    name: "minecraft:entity.experience_orb.pickup"

enable

Enables or disables the functionality of the module

trigger

The symbol that must start the mention message.

Example

If I want to mention Flectone, I should write @Flectone.

mention

everyone_tag

The word that, in combination with the trigger, will mention all players on the server. To use this, the permission flectonepulse.module.message.format.mention.group.default is required.

destination

Where the message will be sent

TypeExplanationRequires additional configuration?
ACTION_BARMessage above the player's inventoryYes
BOSS_BARMessage at the top of the screenYes
BRANDMessage in F3No
CHATMessage in chatNo
TEXT_SCREENMessage anywhere on the screenYes
TITLEFull-screen messageYes
SUBTITLEFull-screen message (bottom line)Yes
TAB_HEADERMessage in TAB (top)No
TAB_FOOTERMessage in TAB (bottom)No
TOASTMessage in the top right corner (achievement)Yes

sound

Sound playback


🔐 Permissions

Path permission.yml → message.format.mention
mention:
  name: "flectonepulse.module.message.format.mention"
  type: "TRUE"
  group:
    name: "flectonepulse.module.message.format.mention.group"
    type: "OP"
  bypass:
    name: "flectonepulse.module.message.format.mention.bypass"
    type: "FALSE"
  sound:
    name: "flectonepulse.module.message.format.mention.sound"
    type: "TRUE"

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSEAvailable to no one, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to NON-operators of the server

group

The permission to mention a donation group, for example, @default.

Information

Each group checks its own permission: flectonepulse.module.message.format.mention.group.group_name.

bypass

Permission to ignore mentions (not be pinged).

sound

Permission to use the sound

Last updated on

Edit on GitHub

On this page

Authors of page