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

BALLOONS??

This commit is contained in:
MasterOfTheFish
2022-02-26 00:23:33 -05:00
parent ba7327dd54
commit 23bcd56eac
72 changed files with 688 additions and 142 deletions

View File

@@ -1,5 +1,5 @@
name: HMCCosmetics
version: 1.9.3
version: 1.9.4
main: io.github.fisher2911.hmccosmetics.HMCCosmetics
description: |
Intuitive, easy-to-use cosmetics plugin, designed for servers using resource packs.
@@ -37,3 +37,4 @@ softdepend:
- Oraxen
- ItemsAdder
- Citizens
- ModelEngine

Binary file not shown.

View File

@@ -13,6 +13,11 @@ cosmetic-settings:
# setting this to lower than the server player view distance should fix the
# bug where players see random backpacks
view-distance: 32
# how the balloon should be positioned relative to the player
balloon-offset:
x: 0.5
y: 3
z: 0.5
wardrobe:
# if true, the wardrobe will be removed when the player is damaged
disable-on-damage: true

View File

@@ -104,6 +104,20 @@ items:
type: BOOTS
permission: ""
id: boots
8:
material: BARRIER
name: "<blue>Balloon"
lore:
- ""
- "<gray>Enabled: <#6D9DC5>%enabled%"
- "<gray>Allowed: <#6D9DC5>%allowed%"
locked-lore:
- "<red>You do not own this item!"
amount: 1
type: BALLOON
permission: ""
id: barrier
balloon: "kindletronjr"
37:
material: PAPER
name: "<#40B7D6>Previous Page"

View File

@@ -1,5 +1,5 @@
name: HMCCosmetics
version: 1.9.3
version: 1.9.4
main: io.github.fisher2911.hmccosmetics.HMCCosmetics
description: |
Intuitive, easy-to-use cosmetics plugin, designed for servers using resource packs.
@@ -37,3 +37,4 @@ softdepend:
- Oraxen
- ItemsAdder
- Citizens
- ModelEngine