mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-28 11:29:18 +00:00
80 lines
2.3 KiB
YAML
80 lines
2.3 KiB
YAML
default-menu: main
|
|
cosmetic-settings:
|
|
require-empty-helmet: false
|
|
require-empty-off-hand: true
|
|
require-empty-chest-plate: false
|
|
require-empty-pants: false
|
|
require-empty-boots: false
|
|
# Disable if you don't want to use the first person backpack system
|
|
# See the wiki for more information
|
|
# This option has been temporarily disabled in the beta releases.
|
|
first-person-backpack-mode: false
|
|
|
|
# The pitch the player must look down for the backpack to be removed
|
|
# Set to -1 for no removal
|
|
look-down-backpack-remove: 70
|
|
|
|
# view distance in blocks that other players will see the backpack cosmetic
|
|
# 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
|
|
# removed if player leaves this radius, set to -1 for infinite radius
|
|
display-radius: -1
|
|
# if the player can use the wardrobe in other locations
|
|
portable: false
|
|
# if the wardrobe should always be displayed in the location below
|
|
always-display: false
|
|
# spawn static wardrobe if in this radius of wardrobe-location
|
|
static-radius: 10
|
|
# how much yaw should change per tick, set to 0 for none
|
|
rotation-speed: 3
|
|
# how long in ticks until the wardrobe should be spawned
|
|
spawn-delay: 40
|
|
# how long in ticks until the wardrobe should be despawned
|
|
despawn-delay: 40
|
|
# if cosmetics that the user have permissions for should be applied on close of wardrobe
|
|
apply-cosmetics-on-close: true
|
|
# Applies a pumpkin for an overlay of the player while in the wardrobe.
|
|
equip-pumpkin: false
|
|
open-sound:
|
|
sound: # Play a sound
|
|
name: "minecraft:block.chain.break"
|
|
volume: 1.0
|
|
pitch: 1.0
|
|
category: "BLOCKS"
|
|
close-sound:
|
|
sound: # Play a sound
|
|
name: "minecraft:block.chain.break"
|
|
volume: 1.0
|
|
pitch: 1.0
|
|
category: "BLOCKS"
|
|
# location of static wardrobe, remove for none
|
|
wardrobe-location:
|
|
world: "World"
|
|
x: 0
|
|
y: 0
|
|
z: 0
|
|
yaw: 0
|
|
pitch: 0
|
|
viewer-location:
|
|
world: "World"
|
|
x: 5
|
|
y: 0
|
|
z: 5
|
|
yaw: 0
|
|
pitch: 0
|
|
leave-location:
|
|
world: "World"
|
|
x: 5
|
|
y: 5
|
|
z: 5
|
|
yaw: 0
|
|
pitch: 0 |