/ignore
Command to ignore all messages from a player

Ignoring is removed by using the command again

🌍 Localization
Pathlocalizations → 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
Pathcommand.yml → ignore
ignore:
enable: true
suggest_offline_players: true
aliases:
- "ignore"
destination:
type: "CHAT"
cooldown:
enable: false
sound:
enable: falseenable
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.
This only affects the text suggestion.
aliases
A list of aliases for using the command
For example newcommand, newcommand_ru, ban, me etc.
destination
Where the message will be sent
| Type | Explanation | Requires additional configuration? |
|---|---|---|
ACTION_BAR | Message above the player's inventory | Yes |
BOSS_BAR | Message at the top of the screen | Yes |
BRAND | Message in F3 | No |
CHAT | Message in chat | No |
TEXT_SCREEN | Message anywhere on the screen | Yes |
TITLE | Full-screen message | Yes |
SUBTITLE | Full-screen message (bottom line) | Yes |
TAB_HEADER | Message in TAB (top) | No |
TAB_FOOTER | Message in TAB (bottom) | No |
TOAST | Message in the top right corner (achievement) | Yes |
cooldown
Usage delay
sound
Sound playback
🔐 Permissions
Pathpermission.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
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available 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
FlectonePulse