Skip to main content

Module: afk.effect

Overview

Module

This module provides special effects for afk player:

  1. Invulnerable: the afk player is immune to all damage.

  2. Targetable: the afk player cannot be selected as a target by hostile entities.

  3. Moveable: the position of afk player can not be moved by external cause. (Piston, gravity...)

Configurations

The following JSON content is provided for reference only. It must NOT be copied directly into the configuration directory, as it does not represent valid JSON syntax.

Config
  • File Name: config.json
  • File Content:
Click to see the default content...
config/fuji/modules/afk/effect/config.json
{
/* Should the `afk player` be invulnerable? */
"invulnerable": true
/* Should the `afk player` be targeted by `hostile entity`? */,
"targetable": false
/* Should the `afk player` be moveable? (Like `pushed by piston` or `gravity`) */,
"moveable": false
}