diff --git a/defaultconfigs/1.18/config.yml b/defaultconfigs/1.18/config.yml index 2caafe3..877cee9 100644 --- a/defaultconfigs/1.18/config.yml +++ b/defaultconfigs/1.18/config.yml @@ -304,8 +304,6 @@ lore_edit: # Color code are prefixed by "&" and hexadecimal color by "#" # Color code will not be applied if it colors nothing. "&&" can be used to write "&" # 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 @@ -335,8 +333,6 @@ lore_edit: # Color code will be prefixed by "&" and hexadecimal color by "#". # If color code is allowed, "&" in the text will get converted to "&&" # 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 allow_color_code: true allow_hexadecimal_color: false allow_minimessage: true @@ -363,8 +359,6 @@ lore_edit: # Color code are prefixed by "&" and hexadecimal color by "#" # Color code will not be applied if it colors nothing. "&&" can be used to write "&" # 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 @@ -393,8 +387,6 @@ lore_edit: # Color code will be prefixed by "&" and hexadecimal color by "#". # If color code is allowed, "&" in the text will get converted to "&&" # 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 allow_color_code: true allow_hexadecimal_color: false allow_minimessage: true diff --git a/defaultconfigs/1.21.9/config.yml b/defaultconfigs/1.21.9/config.yml index 2602e56..cf9460e 100644 --- a/defaultconfigs/1.21.9/config.yml +++ b/defaultconfigs/1.21.9/config.yml @@ -316,8 +316,6 @@ lore_edit: # Color code are prefixed by "&" and hexadecimal color by "#" # Color code will not be applied if it colors nothing. "&&" can be used to write "&" # 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 @@ -347,8 +345,6 @@ lore_edit: # Color code will be prefixed by "&" and hexadecimal color by "#". # If color code is allowed, "&" in the text will get converted to "&&" # 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 allow_color_code: true allow_hexadecimal_color: false allow_minimessage: true @@ -375,8 +371,6 @@ lore_edit: # Color code are prefixed by "&" and hexadecimal color by "#" # Color code will not be applied if it colors nothing. "&&" can be used to write "&" # 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 @@ -405,8 +399,6 @@ lore_edit: # Color code will be prefixed by "&" and hexadecimal color by "#". # If color code is allowed, "&" in the text will get converted to "&&" # 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 allow_color_code: true allow_hexadecimal_color: false allow_minimessage: true diff --git a/defaultconfigs/1.21/config.yml b/defaultconfigs/1.21/config.yml index 139148b..d7807e9 100644 --- a/defaultconfigs/1.21/config.yml +++ b/defaultconfigs/1.21/config.yml @@ -304,8 +304,6 @@ lore_edit: # Color code are prefixed by "&" and hexadecimal color by "#" # Color code will not be applied if it colors nothing. "&&" can be used to write "&" # 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 @@ -335,8 +333,6 @@ lore_edit: # Color code will be prefixed by "&" and hexadecimal color by "#". # If color code is allowed, "&" in the text will get converted to "&&" # 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 allow_color_code: true allow_hexadecimal_color: false allow_minimessage: true @@ -363,8 +359,6 @@ lore_edit: # Color code are prefixed by "&" and hexadecimal color by "#" # Color code will not be applied if it colors nothing. "&&" can be used to write "&" # 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 @@ -393,8 +387,6 @@ lore_edit: # Color code will be prefixed by "&" and hexadecimal color by "#". # If color code is allowed, "&" in the text will get converted to "&&" # 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 allow_color_code: true allow_hexadecimal_color: false allow_minimessage: true diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 79c4278..5476ec7 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -306,8 +306,6 @@ lore_edit: # Color code are prefixed by "&" and hexadecimal color by "#" # Color code will not be applied if it colors nothing. "&&" can be used to write "&" # 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 @@ -337,8 +335,6 @@ lore_edit: # Color code will be prefixed by "&" and hexadecimal color by "#". # If color code is allowed, "&" in the text will get converted to "&&" # 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 allow_color_code: true allow_hexadecimal_color: false allow_minimessage: true @@ -365,8 +361,6 @@ lore_edit: # Color code are prefixed by "&" and hexadecimal color by "#" # Color code will not be applied if it colors nothing. "&&" can be used to write "&" # 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 @@ -395,8 +389,6 @@ lore_edit: # Color code will be prefixed by "&" and hexadecimal color by "#". # If color code is allowed, "&" in the text will get converted to "&&" # 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 allow_color_code: true allow_hexadecimal_color: false allow_minimessage: true