Flectone Logo FlectonePulse

/flectonepulse

Main command of the FlectonePulse plugin

command flectonepulse

Warning

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

Path localizations → 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

Path command.yml → flectonepulse
flectonepulse:
  enable: true
  execute_in_main_thread: false
  aliases:
  - "flectonepulse"
  - "fp"
  destination:
    type: "CHAT"
  cooldown:
    enable: false
  sound:
    enable: false

enable

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

Information

This may resolve reload issues on Bukkit, Spigot, Mohist, or other old/non-standard cores.

aliases

A list of aliases for using the command

ALIASES CAN BE ANYTHING

For example newcommand, newcommand_ru, ban, me etc.

destination

Where the message will be sent

TypeExplanationRequires additional configuration?
ACTION_BARMessage above the player's inventoryYes
BOSS_BARMessage at the top of the screenYes
BRANDMessage in F3No
CHATMessage in chatNo
TEXT_SCREENMessage anywhere on the screenYes
TITLEFull-screen messageYes
SUBTITLEFull-screen message (bottom line)Yes
TAB_HEADERMessage in TAB (top)No
TAB_FOOTERMessage in TAB (bottom)No
TOASTMessage in the top right corner (achievement)Yes

cooldown

Usage delay

sound

Sound playback


🔐 Permissions

Path permission.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

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