9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2026-01-06 15:51:50 +00:00
Files
HMCCosmetics/common/src/main/resources/config.yml
2022-12-28 14:51:58 -06:00

68 lines
1.7 KiB
YAML

#
# HMCCosmetics Configuration (Remapped)
#
config-version: 1
default-menu: examplemenu
debug-mode: false
database-settings:
type: INTERNAL # INTERNAL, MYSQL
mysql:
database: database
password: cherryBomb
port: 3306
host: localhost
user: username
delay:
enabled: false # This is for if other plugins need to handle certain aspects of a player first.
delay: 20 # In ticks
cosmetic-settings:
require-empty-helmet: false
require-empty-off-hand: false
require-empty-chest-plate: false
require-empty-pants: false
require-empty-boots: false
# 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
dye-menu:
title: "Dye menu"
wardrobe:
# If the wardrobe should be accessed anywhere (Experimental)
portable: 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
# Applies a pumpkin for an overlay of the player while in the wardrobe.
equip-pumpkin: false
# Rather than having a set exit location, this will send the player back to where they entered the wardrobe.
return-last-location: false
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