Flectone Logo FlectonePulse

/reply

Command to write a private message to the last player who messaged you

command reply

Attention

The command will not work if the Tell module is disabled


🌍 Localization

Path localizations → language.yml → command.reply
reply:
  null_receiver: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>No one to answer"
reply:
  null_receiver: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Некому отвечать"

null_receiver

Message if the receiver is not found


⚙️ Setting

Path command.yml → reply
reply:
  enable: true
  aliases:
  - "reply"
  - "r"
  cooldown:
    enable: false
  sound:
    enable: false

enable

Enables or disables the functionality of the module

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

Path permission.yml → command.reply
reply:
  name: "flectonepulse.module.command.reply"
  type: "TRUE"
  cooldown_bypass:
    name: "flectonepulse.module.command.reply.cooldown.bypass"
    type: "OP"
  sound:
    name: "flectonepulse.module.command.reply.sound"
    type: "TRUE"

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSEAvailable to no one, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable 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

On this page

Authors of page