Flectone Logo FlectonePulse

Maintenance

Integration with the Maintenance plugin allows disabling FlectonePulse's MOTD at the right time and also disables the /maintenance command from FlectonePulse


⚙️ Setting

Path integration.yml → maintenance
maintenance:
  enable: true
  disable_flectonepulse_maintenance: true

enable

Enables or disables the functionality of the module

disable_flectonepulse_maintenance

Disables the /maintenance command in FlectonePulse


🔐 Permissions

Path permission.yml → integration.maintenance
maintenance:
  name: "flectonepulse.module.integration.maintenance"
  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 updated on

Edit on GitHub

On this page

Authors of page