From cc768d8186275d05021d38c27da7c6f681c82dda Mon Sep 17 00:00:00 2001 From: lucian929 Date: Thu, 27 Jan 2022 23:43:20 -0500 Subject: [PATCH 1/3] Modify main.yml for the lantern cosmetic --- build.gradle | 2 +- src/main/resources/menus/main.yml | 7 ++++--- src/main/resources/plugin.yml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index c6b70003..e1b5e6d8 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'io.github.fisher2911' -version '1.4.0' +version '1.4.1' repositories { mavenCentral() diff --git a/src/main/resources/menus/main.yml b/src/main/resources/menus/main.yml index 31250dc0..71a78822 100644 --- a/src/main/resources/menus/main.yml +++ b/src/main/resources/menus/main.yml @@ -36,8 +36,8 @@ items: permission: "" id: backpack 3: - material: END_ROD - name: "Offhand Cosmetic" + material: PAPER + name: "Lantern Cosmetic" lore: - "" - "Enabled: <#6D9DC5>%enabled%" @@ -45,9 +45,10 @@ items: locked-lore: - "You do not own this item!" amount: 1 + model-data: 5 type: OFF_HAND permission: "" - id: off_hand + id: lantern_cosmetic 37: material: PAPER name: "<#40B7D6>Previous Page" diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 0c76b759..18b29e7d 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: HMCCosmetics main: io.github.fisher2911.hmccosmetics.HMCCosmetics -version: 1.4.0 +version: 1.4.1 api-version: 1.17 softdepend: - Multiverse From 929fd84a7455749885932073914ea5236bacc2f9 Mon Sep 17 00:00:00 2001 From: lucian929 Date: Fri, 28 Jan 2022 11:41:26 -0500 Subject: [PATCH 2/3] Update to version 1.5.0 --- build.gradle | 2 +- src/main/resources/plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e1b5e6d8..d649c32f 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'io.github.fisher2911' -version '1.4.1' +version '1.5.0' repositories { mavenCentral() diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 18b29e7d..f6cb5729 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: HMCCosmetics main: io.github.fisher2911.hmccosmetics.HMCCosmetics -version: 1.4.1 +version: 1.5.0 api-version: 1.17 softdepend: - Multiverse From 700ff1aa3fcee73b2e33a4909e97c3b165220610 Mon Sep 17 00:00:00 2001 From: lucian929 Date: Fri, 28 Jan 2022 11:41:45 -0500 Subject: [PATCH 3/3] Modify main.yml to add baseball hat --- src/main/resources/menus/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/menus/main.yml b/src/main/resources/menus/main.yml index 71a78822..0766cd5c 100644 --- a/src/main/resources/menus/main.yml +++ b/src/main/resources/menus/main.yml @@ -49,6 +49,20 @@ items: type: OFF_HAND permission: "" id: lantern_cosmetic + 4: + material: PAPER + name: "Baseball Hat" + lore: + - "" + - "Enabled: <#6D9DC5>%enabled%" + - "Allowed: <#6D9DC5>%allowed%" + locked-lore: + - "You do not own this item!" + amount: 1 + model-data: 6 + type: HAT + permission: "" + id: baseball_hat 37: material: PAPER name: "<#40B7D6>Previous Page"