Color
The tag fcolor
is used for individual color settings for each player
Usage: <fcolor:number>
⚙️ 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
Otherwise, the color will depend on the sender's colors
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
Type | Explanation |
---|---|
TRUE | Available to any player |
FALSE | Not available to anyone, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to not server operators |