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 to any player
FALSENot available to anyone, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to not server operators