Commands
Category responsible for configuring all commands
🌍 Localization
📂 Path localizations → язык.yml → command
⚖️ Default
command:
prompt:
message: "сообщение"
hard: "сложно?"
accept: "принять"
turn: "включить"
reason: "причина"
category: "категория"
id: "айди"
time: "время"
repeat-time: "время повторения"
multiple-vote: "мульти голосование"
player: "игрок"
number: "число"
color: "цвет"
language: "язык"
url: "ссылка"
move: "ход"
command:
prompt:
message: "message"
hard: "hard"
accept: "accept"
turn: "turn on"
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"
prompt
Formatting of prompts
message
Prompt for commands where a message is entered
hard
Prompt for commands where the difficulty is asked
accept
Prompt for commands where something is accepted or declined
turn
Prompt for commands where something is turned on or off
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
⚙️ Setting
📂 Path command.yml
⚖️ Default
enable: true
enable
Enables or disables the functionality of the module
🔐 Permissions
📂 Path permission.yml → command
⚖️ Default
command:
name: "flectonepulse.module.command"
type: TRUE
name
Permission name
type
Permission type
Type | Explanation |
---|---|
TRUE | Available for any player |
FALSE | Available if granted separately (e.g., via LuckPerms) |
OP | Available for server operators |
NOT_OP | Available if granted separately (e.g., via LuckPerms) |