Commands
Category responsible for configuring all commands
🌍 Localization
📂 Path localizations → locale.yml → command
⚖️ Default
command:
exception:
execution: "<color:#ff7171><b>⁉</b> Произошла ошибка при выполнении команды <br><color:#ff7171><b>⁉</b> <exception>"
parse_unknown: "<color:#ff7171><b>⁉</b> Неизвестная ошибка аргумента в <br><input>"
parse_boolean: "<color:#ff7171><b>⁉</b> Ожидался boolean аргумент, но ты ввёл <br><input>"
parse_number: "<color:#ff7171><b>⁉</b> Ожидался числовой аргумент, но ты ввёл <br><input>"
parse_string: "<color:#ff7171><b>⁉</b> Ожидался строковый аргумент, но ты ввёл <br><input>"
permission: "<color:#ff7171><b>⁉</b> У тебя нет прав на использование этой команды"
syntax: "<hover:show_text:\"<fcolor:2>Использовать <br><fcolor:1>/<correct_syntax>\"><click:suggest_command:\"/<command> \"><fcolor:2>┌<br>│ Использование →<br>│ <fcolor:1>/<correct_syntax><br><fcolor:2>└"
prompt:
message: "сообщение"
hard: "сложно?"
accept: "принять"
turn: "включить"
type: "тип"
reason: "причина"
category: "категория"
id: "айди"
time: "время"
repeat_time: "время повторения"
multiple_vote: "мульти голосование"
player: "игрок"
number: "число"
color: "цвет"
language: "язык"
url: "ссылка"
move: "ход"
value: "значение"command:
exception:
execution: "<color:#ff7171><b>⁉</b> An error occurred while executing the command <br><color:#ff7171><b>⁉</b> <exception>"
parse_unknown: "<color:#ff7171><b>⁉</b> Unknown argument error while parsing <br><input>"
parse_boolean: "<color:#ff7171><b>⁉</b> A boolean argument was expected, but you entered <br><input>"
parse_number: "<color:#ff7171><b>⁉</b> A number argument was expected, but you entered <br><input>"
parse_string: "<color:#ff7171><b>⁉</b> A string argument was expected, but you entered <br><input>"
permission: "<color:#ff7171><b>⁉</b> You don't have permission to use this command"
syntax: "<hover:show_text:\"<fcolor:2>Use <br><fcolor:1>/<correct_syntax>\"><click:suggest_command:\"/<command> \"><fcolor:2>┌<br>│ Usage →<br>│ <fcolor:1>/<correct_syntax><br><fcolor:2>└"
prompt:
message: "message"
hard: "hard"
accept: "accept"
turn: "turn on"
type: "type"
reason: "reason"
category: "category"
id: "id"
time: "time"
repeat_time: "repeat time"
multiple_vote: "multiple vote"
player: "player"
number: "number"
color: "color"
language: "language"
url: "url"
move: "move"
value: "value"exception
Messages for incorrect command usage
execution
Message if an error occurs during command execution
parse_unknown
Message if an unknown argument is entered
parse_boolean
Message if a boolean argument is expected
parse_number
Message if a number argument is expected
parse_string
Message if a string argument is expected
permission
Message if the player doesn't have permission for this command
syntax
Message if an incomplete command is entered 
prompt
Prompt formatting
message
Prompt for commands where a message is entered
hard
Prompt for commands where difficulty is asked
accept
Prompt for commands where something is accepted or rejected
turn
Prompt for commands where something is toggled on or off
type
Prompt for commands where a type is entered
reason
Prompt for commands where a reason is entered
category
Prompt for commands where a category is selected
id
Prompt for commands where an ID is entered
time
Prompt for commands where time is entered
repeat_time
Prompt for commands where repeat time is entered
multiple_vote
Prompt for commands where multiple voting is asked
player
Prompt for commands where a player is entered
number
Prompt for commands where a number is entered
color
Prompt for commands where a color is entered
language
Prompt for commands where a language is entered
url
Prompt for commands where a URL is entered
move
Prompt for commands where a move is selected
value
Prompt for commands where a VALUE is entered
⚙️ Setting
📂 Path command.yml
⚖️ Default
enable: true
suggest_invisible_players: trueenable
Enables or disables the functionality of the module
suggest_invisible_players
If enabled, all players will see all other players. But if disabled, a player needs a specific permission to see other players under the invisibility potion effect in commands
🔐 Permissions
📂 Path permission.yml → command
⚖️ Default
command:
name: "flectonepulse.module.command"
type: "TRUE"
see_invisible_players_in_suggest:
name: "flectonepulse.module.command.see_invisible_players_in_suggest"
type: "OP"name
Permission name
type
Permission type
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Not available to anyone, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to not server operators |
see_invisible_players_in_suggest
Permission to see players under the invisibility potion effect in command suggestions
