‼️Mentioning

Alert someone when being mentioned on the chat.

config.yml
mentioning:
  enabled: true
  requires_@: true
  toggle_enabled: true 
  enabled_default: true
  op_disabled_default: true 
  sound: BLOCK_NOTE_BLOCK_PLING
  title:
    title: "&b{player} &ementioned you" 
    subtitle: ""
    fadeIn: 10
    stay: 40
    fadeOut: 10
  message: "&b{player} &ementioned you. You can toggle this notification with &b/customchat mentiontoggle"
  • Requieres_@: If true, players need to put @ before the name to being mentioned (@Rexigamer666), if false you will be mentioned if someone writes your name on the chat (Rexigamer666)

  • Toggle_enabled: If true, players can use /customchat mentiontoggle to enable/disable this feature per player (players needs the required permission)

  • Enabled_default: If true, players have this feature enabled by default, if false, players need to enable this feature for themselves with the command.

  • Op_disabled_default: If true, ops won`t have this feature enabled by default (they can use the command to enable for themselves).

  • Sound: the sound made when someone mentions you. Leave blank ("") to disable

  • Title:

    • Title: Title that appears when someone mentions you. Leave blank ("") for not showing

    • Subitle: Subtitle that appears when someone mentions you. Leave blank ("") for not showing

    • FadeIn: Time for the title to appear (ticks, 20 ticks = 1 second)

    • Stay: Time for the title to stay (ticks, 20 ticks = 1 second)

    • FadeOut: Time for the title to disappear (ticks, 20 ticks = 1 second)

  • Message: Message that appears when someone mentions you. Leave blank ("") for not showing

Last updated