Skip to content

Color ​

The tag fcolor is used for individual color settings for each player

Usage: <fcolor:number>

color message
color

βš™οΈ Setting ​

πŸ“‚ Path message.yml β†’ format.color

βš–οΈ Default ​

yml
color:
  enable: true
  use-recipient-colors: true
  values:
    1: "#ADD8E6"
    2: "#87CEFA"
    3: "#A9A9A9"
    4: "#FFFAFA"

enable ​

Enables or disables the functionality of the module

use-recipient-colors ​

If enabled, any message containing <fcolor:number> will be formatted relative to the recipient's colors color true

Otherwise, the color will depend on the sender's colors color false

values ​

A list of all used colors, where the number is the key for the default color

For example, there is a color

yaml
1: "#ADD8E6"

1 - the number for the color #ADD8E6

To use this tag, write <fcolor:1>

πŸ” Permissions ​

πŸ“‚ Path permission.yml β†’ message.format.color

βš–οΈ Default ​

yml
color:
  name: "flectonepulse.module.message.format.fcolor"
  type: TRUE

name ​

Permission name

type ​

Permission type

TypeExplanation
TRUEAvailable for any player
FALSEAvailable if granted separately (e.g., via LuckPerms)
OPAvailable for server operators
NOT_OPAvailable if granted separately (e.g., via LuckPerms)