/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>This player does not exist"
myself: "<color:#ff7171>You can't ignore yourself"
he: "<color:#ff7171>You can't write to him because he ignore you"
you: "<color:#ff7171>You can't write to him because you ignore him"
format_true: "<color:#ff7171>[-] You ignore <target>"
format_false: "<color:#98FB98>[+] You unignore <target>"ignore:
null_player: "<color:#ff7171>Игрок не найден"
myself: "<color:#ff7171>Нельзя игнорировать самого себя"
he: "<color:#ff7171>Он тебя игнорирует"
you: "<color:#ff7171>Ты его игнорируешь"
format_true: "<color:#ff7171>[-] Ты игнорируешь <target>"
format_false: "<color:#98FB98>[+] Ты перестал игнорировать <target>"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 |
CHAT | Message to chat | No |
TITLE | Fullscreen message | Yes |
SUBTITLE | Fullscreen message (top line) | Yes |
TOAST | Notification in the bottom right corner | 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