/reply
Command to send a private message to the last player who sent a message 
BE CAREFUL
This command will not work if the Tell module is disabled
🌍 Localization
📂 Path localizations → locale.yml → command.reply
⚖️ Default
reply:
null_receiver: "<color:#ff7171><b>⁉</b> Некому отвечать"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
reply:
enable: true
aliases:
- "reply"
- "r"
cooldown:
enable: false
sound:
enable: falseenable
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
How to use?
Replace false with true and restart FlectonePulse using the /flectonepulse reload command. Additional cooldown settings will appear AUTOMATICALLY
The cooldown configuration will look like this:
cooldown:
enable: true
duration: 60| Field | Type | Explanation |
|---|---|---|
enable | boolean | Enables the cooldown functionality |
duration | long | How many ticks must pass between uses |
sound
Sound playback
How to use?
Replace false with true and restart FlectonePulse using the /flectonepulse reload command. Additional sound settings will appear AUTOMATICALLY
sound:
enable: true
volume: 1.0
pitch: 1.0
category: "HOSTILE"
name: "minecraft:entity.llama.spit"| Field | Type | Explanation |
|---|---|---|
enable | boolean | Enables sound functionality |
volume | float | Sound volume from 0 to 1.0 |
pitch | float | Sound pitch from 0 to 1.0 |
category | String | Category from MASTER, MUSIC, RECORD, WEATHER, BLOCK, HOSTILE, NEUTRAL, PLAYER, AMBIENT, VOICE |
name | String | Sound name, for example minecraft:entity.llama.spit |
🔐 Permissions
📂 Path permission.yml → command.reply
⚖️ Default
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
| 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 |
cooldown_bypass
Permission to bypass the cooldown between uses
sound
Permission to use sound
