Flectone Logo FlectonePulse

/ignore

Command to ignore all messages from a player

command ignore

Ignoring is removed by using the command again command unignore


🌍 Localization

Path localizations → language.yml → command.ignore
ignore:
  null_player: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>This player does not exist"
  myself: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>You can't ignore yourself"
  he: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>You can't write to him because he ignore you"
  you: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>You can't write to him because you ignore him"
  format_true: "<color:#ff7171>☹ You ignore <display_name>"
  format_false: "<color:#98FB98>☺ You unignore <display_name>"
ignore:
  null_player: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Игрок не найден"
  myself: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Нельзя игнорировать самого себя"
  he: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Он тебя игнорирует"
  you: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Ты его игнорируешь"
  format_true: "<color:#ff7171>☹ Ты игнорируешь <display_name>"
  format_false: "<color:#98FB98>☺ Ты перестал игнорировать <display_name>"

null_player

Message if the entered player is not found

myself

Message if a player tries to ignore themselves

he

Message if the recipient is ignoring the sender

you

Message if the sender is ignoring the recipient

format_true

Message upon successful ignoring

format_false

Message upon removing ignoring


⚙️ Setting

Path command.yml → ignore
ignore:
  enable: true
  suggest_offline_players: true
  aliases:
  - "ignore"
  destination:
    type: "CHAT"
  cooldown:
    enable: false
  sound:
    enable: false

enable

Enables or disables the functionality of the module

suggest_offline_players

If enabled, suggests nicknames of all players who have been on the server; otherwise, only nicknames of players who are currently online.

Information

This only affects the text suggestion.

aliases

A list of aliases for using the command

ALIASES CAN BE ANYTHING

For example newcommand, newcommand_ru, ban, me etc.

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

cooldown

Usage delay

sound

Sound playback


🔐 Permissions

Path permission.yml → command.ignore
ignore:
  name: "flectonepulse.module.command.ignore"
  type: "TRUE"
  cooldown_bypass:
    name: "flectonepulse.module.command.ignore.cooldown.bypass"
    type: "OP"
  sound:
    name: "flectonepulse.module.command.ignore.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

cooldown_bypass

Permission to ignore the cooldown between uses

sound

Permission to use the sound

Last updated on

Edit on GitHub

On this page

Authors of page