/flectonepulse
Main command of the FlectonePulse plugin

On older versions (1.9 and 1.10 specifically), it has been noticed that players might be kicked from the server during a reload, but this does not affect the plugin's operation.
🌍 Localization
Pathlocalizations → language.yml → command.flectonepulse
flectonepulse:
null_host_editor: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Host parameter must be configured in config.yml"
null_port_editor: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Port <port> is unavailable, choose another one in config.yml"
null_file: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>File <file> does not exist"
file_exist: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>File <file> already exists"
format_starting: "<fcolor:1>★ Starting <fcolor:2><type><fcolor:1>, please wait..."
format_false: "<color:#ff7171>★ Problem occurred during reload <br>Error: <message>"
format_true: "<fcolor:1>★ <fcolor:2>FlectonePulse <fcolor:1>successfully reloaded! (<fcolor:2><i><time></i><fcolor:1>)"
format_editor: "<fcolor:1>★ Web editing link <fcolor:2><click:open_url:\"<url>\"><hover:show_text:\"<fcolor:2><url>\"><url>"
format_export: "<fcolor:1>★ Files exported to <fcolor:2><file>"
format_import: "<fcolor:1>★ Files imported from <fcolor:2><file>"flectonepulse:
null_host_editor: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Параметр host должен быть настроен в config.yml"
null_port_editor: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Порт <port> недоступен, выбери другой в config.yml"
null_file: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Файл <file> не существует"
file_exist: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Файл <file> уже существует"
format_starting: "<fcolor:1>★ Начало <fcolor:2><type><fcolor:1>, подождите..."
format_false: "<color:#ff7171>★ Возникла проблема при перезагрузке <br>Ошибка: <message>"
format_true: "<fcolor:1>★ <fcolor:2>FlectonePulse <fcolor:1>успешно перезагружен! (<fcolor:2><i><time></i><fcolor:1>)"
format_editor: "<fcolor:1>★ Ссылка для веб-редактирования <fcolor:2><click:open_url:\"<url>\"><hover:show_text:\"<fcolor:2><url>\"><url>"
format_export: "<fcolor:1>★ Файлы экспортированы в <fcolor:2><file>"
format_import: "<fcolor:1>★ Файлы импортированы из <fcolor:2><file>"null_host_editor
Message when the host field in config.yml is empty
null_port_editor
Message when the port specified in config.yml is occupied or unavailable
format_false
Message when an error occurs
format_true
The format of the message that will be sent upon reloading the entire FlectonePulse
format_web_starting
The format of the message that will be sent when the web server starts
format_editor
The format of the message that will be sent upon a successful web server launch
⚙️ Setting
Pathcommand.yml → flectonepulse
flectonepulse:
enable: true
execute_in_main_thread: false
aliases:
- "flectonepulse"
- "fp"
destination:
type: "CHAT"
cooldown:
enable: false
sound:
enable: falseenable
Enables or disables the functionality of the module
execute_in_main_thread
Whether the entire reload will be executed in the server's main thread
This may resolve reload issues on Bukkit, Spigot, Mohist, or other old/non-standard cores.
aliases
A list of aliases for using the command
For example newcommand, newcommand_ru, ban, me etc.
destination
Where the message will be sent
| Type | Explanation | Requires additional configuration? |
|---|---|---|
ACTION_BAR | Message above the player's inventory | Yes |
BOSS_BAR | Message at the top of the screen | Yes |
BRAND | Message in F3 | No |
CHAT | Message in chat | No |
TEXT_SCREEN | Message anywhere on the screen | Yes |
TITLE | Full-screen message | Yes |
SUBTITLE | Full-screen message (bottom line) | Yes |
TAB_HEADER | Message in TAB (top) | No |
TAB_FOOTER | Message in TAB (bottom) | No |
TOAST | Message in the top right corner (achievement) | Yes |
cooldown
Usage delay
sound
Sound playback
🔐 Permissions
Pathpermission.yml → command.flectonepulse
flectonepulse:
name: "flectonepulse.module.command.flectonepulse"
type: "OP"
cooldown_bypass:
name: "flectonepulse.module.command.flectonepulse.cooldown.bypass"
type: "OP"
sound:
name: "flectonepulse.module.command.flectonepulse.sound"
type: "TRUE"name
Permission name
type
Permission type
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available 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
FlectonePulse