Skip to content

Commit

Permalink
Update default configurations for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucian929 authored Jan 27, 2023
1 parent 80eb333 commit 66c5fd8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion common/src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cosmetic-settings:
y: 3
z: 0.5
dye-menu:
title: "<white>"
title: "§f"
wardrobe:
# spawn static wardrobe if in this radius of wardrobe-location
static-radius: 10
Expand Down
26 changes: 13 additions & 13 deletions common/src/main/resources/menus/defaultmenu.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
title: "<white>"
rows: 5
rows: 6
items:
beanie:
slots:
- 1
- 0
item:
material: hmccosmetics:beanie
lore:
Expand All @@ -14,7 +14,7 @@ items:
cosmetic: beanie
backpack:
slots:
- 2
- 1
item:
material: hmccosmetics:backpack
lore:
Expand All @@ -25,7 +25,7 @@ items:
cosmetic: backpack
future_wings:
slots:
- 3
- 2
item:
material: hmccosmetics:future_wings
lore:
Expand All @@ -36,7 +36,7 @@ items:
cosmetic: future_wings
lantern_cosmetic:
slots:
- 4
- 3
item:
material: hmccosmetics:lantern_cosmetic
lore:
Expand All @@ -47,7 +47,7 @@ items:
cosmetic: lantern_cosmetic
baseball_hat:
slots:
- 5
- 4
item:
material: hmccosmetics:baseball_hat
lore:
Expand All @@ -58,7 +58,7 @@ items:
cosmetic: baseball_hat
frog_hat:
slots:
- 6
- 5
item:
material: hmccosmetics:frog_hat
lore:
Expand All @@ -69,7 +69,7 @@ items:
cosmetic: frog_hat
jetpack:
slots:
- 7
- 6
item:
material: hmccosmetics:jetpack
lore:
Expand All @@ -80,7 +80,7 @@ items:
cosmetic: jetpack
hammer:
slots:
- 10
- 7
item:
material: hmccosmetics:hammer
lore:
Expand All @@ -91,7 +91,7 @@ items:
cosmetic: hammer
chestplate:
slots:
- 11
- 8
item:
material: hmccosmetics:chestplate
lore:
Expand All @@ -102,7 +102,7 @@ items:
cosmetic: chestplate
pants:
slots:
- 12
- 9
item:
material: hmccosmetics:pants
lore:
Expand All @@ -113,7 +113,7 @@ items:
cosmetic: pants
boots:
slots:
- 13
- 10
item:
material: hmccosmetics:boots
lore:
Expand All @@ -124,7 +124,7 @@ items:
cosmetic: boots
kite:
slots:
- 14
- 11
item:
material: hmccosmetics:kite
lore:
Expand Down

0 comments on commit 66c5fd8

Please sign in to comment.