disallow use of hex code and minimessage on append

This commit is contained in:
alexcrea 2025-10-23 15:34:04 +02:00
parent 11f7bf8602
commit 517fcf3430
Signed by: alexcrea
GPG key ID: E346CD16413450E3
8 changed files with 58 additions and 51 deletions

View file

@ -308,8 +308,10 @@ lore_edit:
# For minimessage see minimessage formating https://docs.papermc.io/adventure/minimessage/format/
# Note that only color and decoration tags are allowed for minimisage in the v1 version of this plugin
# but any global tag will be allowed later when v2 release
#
# Note that currently minimessage would disable hex code when adding color
allow_color_code: true
allow_hexadecimal_color: true
allow_hexadecimal_color: false
allow_minimessage: true
remove:
@ -338,7 +340,7 @@ lore_edit:
# Note that only color and decoration tags are allowed for minimisage in the v1 version of this plugin
# but any global tag will be allowed later when v2 release
allow_color_code: true
allow_hexadecimal_color: true
allow_hexadecimal_color: false
allow_minimessage: true
paper:
@ -365,8 +367,10 @@ lore_edit:
# For minimessage see minimessage formating https://docs.papermc.io/adventure/minimessage/format/
# Note that only color and decoration tags are allowed for minimisage in the v1 version of this plugin
# but any global tag will be allowed later when v2 release
#
# Note that currently minimessage would disable hex code when adding color
allow_color_code: true
allow_hexadecimal_color: true
allow_hexadecimal_color: false
allow_minimessage: true
color_use_cost: 0
@ -394,7 +398,7 @@ lore_edit:
# Note that only color and decoration tags are allowed for minimisage in the v1 version of this plugin
# but any global tag will be allowed later when v2 release
allow_color_code: true
allow_hexadecimal_color: true
allow_hexadecimal_color: false
allow_minimessage: true
# Whether to show debug logging