Flectone LogoFlectonePulse

/afk

Command to toggle AFK mode

afk

Warning

The command will not work if the AFK module is disabled


Setting

Путь command.yml → afk
afk:
  enable: true
  aliases:
  - "afk"
  cooldown:
    enable: false
  sound:
    enable: false

enable

Enables or disables the functionality of the module

aliases

A list of aliases for using the command

Information

Aliases can be anything. For example newcommand, newcommand_ru, ban, me etc.

cooldown

Usage delay

sound

Sound playback


Permissions

Path permission.yml → command.afk
afk:
  name: "flectonepulse.module.command.afk"
  type: "TRUE"
  cooldown_bypass:
    name: "flectonepulse.module.command.afk.cooldown.bypass"
    type: "OP"
  sound:
    name: "flectonepulse.module.command.afk.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 14, 2026
Edit on Github

On this page

Authors of page