Module: afk.effect
Overview
Module
This module provides special effects
for afk player
:
-
Invulnerable
: the afk player is immune to all damage. -
Targetable
: the afk player cannot be selected as a target by hostile entities. -
Moveable
: the position of afk player can not be moved byexternal 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
}