Skip to main content

Module: color.anvil

Overview

Module

This module enables the use of color tags in the anvil screen.

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/color/anvil/config.json
{
/* By default, any player can use `all style tags`.
Enable this option requires the player to has `corresponding permission` to use that `style tag`.

For example, to use `<red>` tag, requires `fuji.style.anvil.red` permission. */
"requires_corresponding_permission_to_use_style_tag": false
}