9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2026-01-04 15:41:45 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
HeroBrineGoat
2022-01-28 17:29:36 -05:00
3 changed files with 20 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
group 'io.github.fisher2911'
version '1.4.0'
version '1.5.0'
repositories {
mavenCentral()

View File

@@ -36,8 +36,8 @@ items:
permission: ""
id: backpack
3:
material: END_ROD
name: "<blue>Offhand Cosmetic"
material: PAPER
name: "<blue>Lantern Cosmetic"
lore:
- ""
- "<gray>Enabled: <#6D9DC5>%enabled%"
@@ -45,9 +45,24 @@ items:
locked-lore:
- "<red>You do not own this item!"
amount: 1
model-data: 5
type: OFF_HAND
permission: ""
id: off_hand
id: lantern_cosmetic
4:
material: PAPER
name: "<blue>Baseball Hat"
lore:
- ""
- "<gray>Enabled: <#6D9DC5>%enabled%"
- "<gray>Allowed: <#6D9DC5>%allowed%"
locked-lore:
- "<red>You do not own this item!"
amount: 1
model-data: 6
type: HAT
permission: ""
id: baseball_hat
37:
material: PAPER
name: "<#40B7D6>Previous Page"

View File

@@ -1,6 +1,6 @@
name: HMCCosmetics
main: io.github.fisher2911.hmccosmetics.HMCCosmetics
version: 1.4.0
version: 1.5.0
api-version: 1.17
softdepend:
- Multiverse