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 for any player |
FALSE | Available if granted separately (e.g., via LuckPerms) |
OP | Available for server operators |
NOT_OP | Available if granted separately (e.g., via LuckPerms) |