config.yml split into 3 files:
• config.yml
• messages.yml
• gui.yml
Changes in gui actions:
• EQUI-PATTERN is now SET-PATTERN
added 2 gui actions:
• CONSOLE-COMMAND
• PLAYER-COMMAND
Changes to gui creation:
• now you can add your own items as seen in the following example
Code (YAML):
example-item:
type
: ARROW
damage
: 15
name
:
"&aMenu"
amount
: 1
lore
:
-
"&7Click to back to the main menu."
actions
:
-
"PLAYER-COMMAND:menu"
slots
:
- 45
Changes to the commands:
• /chatcolor reload is now /chatcoloradmin reload
New commands and permissions were added:
• /chatcoloradmin help
• /chatcoloradmin set <player> <pattern> - chatcolor.admin.set
• /chatcoloradmin disable <player> - chatcolor.admin.disable
• /chatcoloradmin gui <player> - chatcolor.admin.gui
• /chatcoloradmin reload - chatcolor.admin.reload