Skip to content

Command /reply

Command to send a private message to the last player who sent a message command reply

BE CAREFUL

This command will not work if the Tell module is disabled

🌍 Localization

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

⚖️ Default

yml
reply:
  null-receiver: "<color:#ff7171><b>⁉</b> Некому отвечать"
yml
reply:
  null-receiver: "<color:#ff7171><b>⁉</b> No one to answer"

null-receiver

Message when the recipient is not found

⚙️ Setting

📂 Path command.yml → reply

⚖️ Default

yml
reply:
  enable: true
  aliases:
    - "reply"
    - "r"
  cooldown:
    enable: false
  sound:
    enable: false

enable

Enables or disables the functionality of the module

aliases

List of aliases for using the command

ALIASES CAN BE ANYTHING

For example, newcommand, новаякоманда, ban, me, etc.

cooldown

Usage cooldown

FieldTypeExplanation
enablebooleanEnables the cooldown functionality
durationlongHow many ticks must pass between uses

HOW TO USE COOLDOWN?

Replace false with true and restart FlectonePulse using the /flectonepulse reload command. Additional cooldown settings will appear AFTER RELOADING.

The cooldown configuration will look like this:

yaml
cooldown:
  enable: true
  duration: 60

sound

Sound playback

FieldTypeExplanation
enablebooleanEnables sound functionality
volumefloatSound volume from 0 to 1.0
pitchfloatSound pitch from 0 to 1.0
categoryStringCategory from MASTER, MUSIC, RECORD, WEATHER, BLOCK, HOSTILE, NEUTRAL, PLAYER, AMBIENT, VOICE
nameStringSound name, for example minecraft:entity.llama.spit

HOW TO USE SOUND?

Replace false with true and restart FlectonePulse using the /flectonepulse reload command. Additional sound settings will appear AFTER RELOADING.

The sound configuration will look like this:

yaml
sound:
  enable: true
  volume: 1.0
  pitch: 1.0
  category: "HOSTILE"
  name: "minecraft:entity.llama.spit"

🔐 Permissions

📂 Path permission.yml → command.reply

⚖️ Default

yml
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
FALSENot available to anyone, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to not server operators

cooldown-bypass

Permission to bypass the cooldown between uses

sound

Permission to use sound