Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Function Mention

Phoenix Nemo edited this page Mar 19, 2018 · 3 revisions

Mention

Mention other players with sound notification, and on-screen title display.

Command

None.

Permission

None.

Config

mention:
  enable: true
  sound:
  - entity.experience_orb.pickup
  - entity.experience_orb.pickup
  - entity.experience_orb.pickup
  pitch:
  - 1.0
  - 1.0
  - 1.0
  notification: ACTION_BAR
  blink: true
  • Another configuration using note blocks
mention:
  enable: true
  sound:
  - block.note.xylophone
  - block.note.xylophone
  pitch:
  - 0.75
  - 0.59
  notification: ACTION_BAR
  blink: true

Here is a list of complete sounds in minecraft: https://www.digminecraft.com/lists/sound_list_pc.php

Possible values for notification:

  • TITLE
  • SUBTITLE
  • ACTION_BAR
  • NONE <- this will disable on-screen title mentions.

Usage

Mention other players by using:

  • @id in public chat
  • @ id in public chat (for tab-complete and avoid duplicate mention in IRC/Telegram... etc.)
  • /msg
  • /m
  • /t
  • /r (You need to set last-message-reply-recipient in EssentialsX)