Format Gradient
Here you can see the basic and advanced formats to add new gradients to the menu.
Basic
The basic format is really simple and you can follow the example below, as these are the minimum requirements for a gradient format.
id: A unique identifier for the color.
display_name: The text to display in the menu. You can use special characters or placeholders.
gradient: This field must be set to true to activate the gradient effect on the displayName (It will be visible in the menu.)
permission: Define the permissions needed for players to use the gradient. If you want all players to have access, you can set it to none.
patterns: This is where you add the hexadecimal colors that will form the gradient. You can include multiple colors in the list.
style: Here you can add chat styles, such as
BOLD
,ITALIC
,UNDERLINE
andSTRIKETHROUGH
.
Advanced format
The advanced format allows you to create a material, glow, custom model data, amount, and hide attributes by gradient.
material: You can assign a material that will be visible only for that gradient.
glowing: Must or must not be delighted with the gradient
model_data: You can assign a custom data model for that gradient
hide_attributes: Should the attributes of this gradient be hidden?
amount: You can assign a specific amount for that gradient.
Last updated