Flectone LogoFlectonePulse

/flectonepulse

Main command of the FlectonePulse plugin

command flectonepulse

The command is used as /flectonepulse type [file], where type is one of the actions below

TypeExplanation
reloadReloads FlectonePulse together with all configs
dumpUploads information about the server and the plugin to pastes.dev and returns a link. It is convenient to send it to support if something does not work
editorStarts the web editor for configs and returns a link to it. host and port must be configured in command.yml
exportSaves the FlectonePulse folder into a .zip archive next to the configs, without the libraries, backups, minecraft folders and .db database files
export_allThe same as export, but with all files
importUnpacks a .zip archive back into the FlectonePulse folder and reloads the plugin. The archive must be in the FlectonePulse folder
database_exportSaves the database into a .json file next to the configs
database_importLoads the database from a .json file and reloads the plugin. The file must be in the FlectonePulse folder
Information

The second argument can be the file name for export, export_all, import, database_export and database_import, for example /flectonepulse export myconfig. If it is not written, the name export_date_time or database_date_time for the database will be used


Localization

Path localizations → language.yml → command.flectonepulse
flectonepulse:
  dump_error: "<color:#ff7171>An error occurred while uploading the dump: <error>"
  database_error: "<color:#ff7171>An error occurred while working with the database file <file>"
  null_host_editor: "<color:#ff7171>Host parameter must be configured in command.yml, field port"
  null_port_editor: "<color:#ff7171>Port <port> is unavailable, choose another one in command.yml, field port"
  null_file: "<color:#ff7171>File <file> does not exist"
  file_exist: "<color:#ff7171>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: <error>"
  format_true: "<fcolor:1>[*] <fcolor:2>FlectonePulse <fcolor:1>successfully reloaded! (<fcolor:2><i><time></i><fcolor:1>)"
  format_dump: "<fcolor:1>[*] Dump link <fcolor:2><click:open_url:\"<url>\"><hover:show_text:\"<fcolor:2><url>\"><url>"
  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>"
  format_database_export: "<fcolor:1>[*] Database exported to <fcolor:2><file>"
  format_database_import: "<fcolor:1>[*] Database imported from <fcolor:2><file>"

dump_error

Message when a dump upload error occurs

database_error

Message when an error occurs while exporting or importing the database

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 busy or unavailable

null_file

Message when the file specified in /flectonepulse import file does not exist

file_exist

Message when the file specified in /flectonepulse export file already exists

format_starting

Message when the command starts executing

format_false

Message when an error occurs

format_true

Format of the message that will be sent when the entire FlectonePulse is reloaded

format_dump

The format of the message that will be sent upon successful dump upload

format_editor

Format of the message that will be sent when the web server is successfully started

format_export

Format of the message that will be sent upon successful export

format_import

Format of the message that will be sent upon successful import

format_database_export

Format of the message that will be sent upon successful database export

format_database_import

Format of the message that will be sent upon successful database import


Setting

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

enable

Enables or disables the functionality of the module

editor

Web editing for FlectonePulse. The backend server runs where FlectonePulse is installed

editor

execute_in_main_thread

Whether the entire reload will be executed in the server's main thread

aliases

A list of aliases for using the command

Information

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
CHATMessage to chatNo
TITLEFullscreen messageYes
SUBTITLEFullscreen message (top line)Yes
TOASTNotification in the bottom right cornerYes

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 update August 20, 2026
Edit on Github

On this page

Authors of page