Skip to content

Commands

Category responsible for configuring all commands

🌍 Localization

📂 Path localizations → язык.yml → command

⚖️ Default

yml
command:
  prompt:
    message: "сообщение"
    hard: "сложно?"
    accept: "принять"
    turn: "включить"
    reason: "причина"
    category: "категория"
    id: "айди"
    time: "время"
    repeat-time: "время повторения"
    multiple-vote: "мульти голосование"
    player: "игрок"
    number: "число"
    color: "цвет"
    language: "язык"
    url: "ссылка"
    move: "ход"
yml
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

Prompt for commands where a message is entered

Prompt for commands where the difficulty is asked

Prompt for commands where something is accepted or declined

Prompt for commands where something is turned on or off

Prompt for commands where a reason is entered

Prompt for commands where a category is selected

Prompt for commands where an ID is entered

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

Prompt for commands where a player is entered

Prompt for commands where a number is entered

Prompt for commands where a color is entered

Prompt for commands where a language is entered

Prompt for commands where a URL is entered

Prompt for commands where a move is selected

⚙️ Setting

📂 Path command.yml

⚖️ Default

yml
enable: true

enable

Enables or disables the functionality of the module

🔐 Permissions

📂 Path permission.yml → command

⚖️ Default

yml
command:
  name: "flectonepulse.module.command"
  type: TRUE

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable for any player
FALSEAvailable if granted separately (e.g., via LuckPerms)
OPAvailable for server operators
NOT_OPAvailable if granted separately (e.g., via LuckPerms)