diff --git a/build.gradle.kts b/build.gradle.kts index 658ff7f3..f1c64be4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,8 +7,8 @@ plugins { } group = "io.github.fisher2911" -version = "1.6.2" -description = "The ultimate cosmetic plugin for your server." +version = "1.7.1" +description = "Intuitive, easy-to-use cosmetics plugin, designed for servers using resource packs.\n" repositories { mavenCentral() diff --git a/src/main/resources/menus/dye-menu.yml b/src/main/resources/menus/dye-menu.yml index f42de906..d6a664c3 100644 --- a/src/main/resources/menus/dye-menu.yml +++ b/src/main/resources/menus/dye-menu.yml @@ -95,4 +95,6 @@ items: name: "<#F7DCFA>Previous Page" amount: 1 model-data: 1 - open-menu: main \ No newline at end of file + action: # See how the action system works on the wiki + any: + open-menu: main \ No newline at end of file diff --git a/src/main/resources/menus/main.yml b/src/main/resources/menus/main.yml index 0766cd5c..c22801c8 100644 --- a/src/main/resources/menus/main.yml +++ b/src/main/resources/menus/main.yml @@ -18,7 +18,9 @@ items: red: 5 green: 230 blue: 100 - open-menu: dye-menu # Automatically open the dye menu when applying this cosmetic + action: # See how the action system works on the wiki + any: + open-menu: dye-menu permission: "cosmetics.colorful_hat" # Can be anything you want. id: colorful_hat # Internal identifier. Can be anything you want. 2: @@ -68,16 +70,22 @@ items: name: "<#40B7D6>Previous Page" amount: 1 model-data: 1 - open-menu: menu-2 + action: + any: + open-menu: menu-2 40: material: PAPER name: "Customization Menu" amount: 1 model-data: 3 - open-menu: dye-menu + action: + any: + open-menu: dye-menu 43: material: PAPER name: "<#40B7D6>Next Page" amount: 1 model-data: 2 - open-menu: menu-2 + action: + any: + open-menu: menu-2 \ No newline at end of file diff --git a/src/main/resources/messages.yml b/src/main/resources/messages.yml index 5d167fba..458018b4 100644 --- a/src/main/resources/messages.yml +++ b/src/main/resources/messages.yml @@ -18,7 +18,7 @@ help-command: "<#6D9DC5> - <#40B7D6>/cosmetics - <#6D9DC5>Opens cosmetics GUI. -<#5AE4B5>- <#40B7D6>/cosmetics add - <#6D9DC5>Adds cosmetic to player. +<#5AE4B5>- <#40B7D6>/cosmetics add (#HEX) - <#6D9DC5>Adds cosmetic to player. <#5AE4B5>- <#40B7D6>/cosmetics remove - <#6D9DC5>Removes cosmetic from a player.