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:
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'io.github.fisher2911'
|
||||
version '1.4.0'
|
||||
version '1.5.0'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user