Flectone LogoFlectonePulse

Internal

Configuration of the most important FlectonePulse module

Note

If a library loading error related to ASM occurs, try starting the server with the -Dflectonepulse.load-asm-jar=false flag (e.g., java -Dflectonepulse.load-asm-jar=false -jar server.jar). This disables FlectonePulse's own ASM library loading and may resolve issues with custom cores or plugins


Setting

Path config.yml → internal
internal:
  enable: true
  always_send_silent_packet: false
  use_vanilla_message_sender: false
  use_packet_login_listener: false
  unregister_command_on_reload: false
  vanilla_commands_to_remove:
  - "msg"
  - "banlist"
  - "kick"
  - "w"
  - "tell"
  - "me"
  - "pardon"
  - "whitelist"
  - "ban"

enable

Enables or disables the operation of all modules

  1. Each module has a parent (the one above it)
Information

Example

house:
  door:
  chair:

house is the parent of door and chair

  1. Each module depends on the parent's enable setting
Information

Example

house:
  enable: false
  door:
    enable: true
  chair:
    enable: true

house is disabled, so regardless of whether door and chair are enabled, they will also be disabled

always_send_silent_packet

Attention

Not supported in Hytale

use_vanilla_message_sender

Attention

Not supported in Hytale

use_packet_login_listener

Attention

Not supported in Hytale

unregister_command_on_reload

Warning

Not recommended to enable on older Minecraft versions, otherwise there may be errors/warnings in the server console, but they do not affect the plugin's operation in any way

If enabled, FlectonePulse will remove and re-add its own commands upon /flectonepulse reload. This can cause tps and mspt drops due to the large number of packets, so it's better to disable this setting if you encounter such an issue.

If disabled, to properly disable a command from FlectonePulse (in commands.yml), the server will need to be restarted.

vanilla_commands_to_remove

Attention

Not supported in Hytale


Permissions

Path
module:
  name: "flectonepulse.module"
  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
Last update August 14, 2026
Edit on Github

On this page

Authors of page