/ignorelist
Command to view your ignore list

🌍 Localization
Pathlocalizations → language.yml → command.ignorelist
ignorelist:
empty: "<color:#98FB98>☺ You don't ignore anyone"
null_page: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>This page doesn't exist"
header: "<fcolor:2>▋ Ignores: <count><br>"
line: "<hover:show_text:\"<fcolor:1>Click to unignore <target>\"><click:run_command:\"<command>\"><color:#ff7171>☒ <target></click></hover> <fcolor:1>Date: <date>"
footer: "<br><fcolor:2>▋ <fcolor:2><click:run_command:\"<command> <prev_page>\">←</click> <fcolor:1>Page: <current_page>/<last_page> <fcolor:2><click:run_command:\"<command> <next_page>\">→"ignorelist:
empty: "<color:#98FB98>☺ Игнорируемых игроков нет"
null_page: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Страница не найдена"
header: "<fcolor:2>▋ Игнорирования: <count> <br>"
line: "<hover:show_text:\"<fcolor:1>Перестать игнорировать <target>\"><click:run_command:\"<command>\"><color:#ff7171>☒ <target></click></hover> <fcolor:1>Дата: <date>"
footer: "<br><fcolor:2>▋ <fcolor:2><click:run_command:\"<command> <prev_page>\">←</click> <fcolor:1>Страница: <current_page>/<last_page> <fcolor:2><click:run_command:\"<command> <next_page>\">→"empty
Message if the ignored players list is empty
null_page
Message if the entered page does not exist
header
Top part of the list message
line
Format of each ignore entry in the list
footer
Bottom part of the list message
⚙️ Setting
Pathcommand.yml → ignorelist
ignorelist:
enable: true
per_page: 4
aliases:
- "ignorelist"
cooldown:
enable: false
sound:
enable: falseenable
Enables or disables the functionality of the module
per_page
The number of components per page
aliases
A list of aliases for using the command
ALIASES CAN BE ANYTHING
For example newcommand, newcommand_ru, ban, me etc.
cooldown
Usage delay
sound
Sound playback
🔐 Permissions
Pathpermission.yml → command.ignorelist
ignorelist:
name: "flectonepulse.module.command.ignorelist"
type: "TRUE"
cooldown_bypass:
name: "flectonepulse.module.command.ignorelist.cooldown.bypass"
type: "OP"
sound:
name: "flectonepulse.module.command.ignorelist.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