configure your patterns as follows:
Code (YAML):
gradient:
mode
:
"GRADIENT"
color-merging
: 0.08
colors
:
#You can add more than 2 colors
- '
#0ff1ce'
- '
#ff80ed'
gui-item:
slot
: 15
has-permission:
type
: INK_SACK
damage
: 12
amount
: 1
name
:
"&7Equip: {pattern_name_formatted}"
lore
:
-
"&8ChatColor Pattern"
-
""
-
"&7This is a ChatColor pattern"
-
"&7This pattern would look like this:"
-
"&7{example_text}"
-
""
-
"&aClick to equip {pattern_name}!"
actions
:
-
"EQUIP-PATTERN:{pattern_name}"
-
"MESSAGE:&7You equipped the pattern {pattern_name_formatted}"
-
"CLOSE-INVENTORY"
has-not-permission:
type
: STAINED_GLASS_PANE
damage
: 14
amount
: 1
name
:
"&7Equip: {pattern_name_formatted}"
lore
:
-
"&8ChatColor Pattern"
-
""
-
"&7This is a ChatColor pattern"
-
"&7This pattern would look like this:"
-
"&7{example_text}"
-
""
-
"&cYou don't have permissions to do that!"
actions
:
-
"MESSAGE:&cYou do not have permission to use this pattern!"
-
"CLOSE-INVENTORY"
and add this to config.yml
Code (YAML):
gui:
colored-example-text
:
"this is just a sample text"
gui:
title
:
"&8ChatColor GUI"
rows
: 6
items:
decoration:
type
: STAINED_GLASS_PANE
damage
: 15
name
:
" "
amount
: 1
lore
:
-
""
slots
:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 17
- 18
- 26
- 27
- 35
- 36
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
messages:
gui-opened
:
"%prefix% &7The patterns gui was opened."