9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-19 15:09:19 +00:00

chore: move some comments around

This commit is contained in:
Logan
2025-12-16 13:08:56 -06:00
parent c40aca9946
commit b9f9448367

View File

@@ -6,7 +6,8 @@ config-version: 1
default-menu: defaultmenu_hats default-menu: defaultmenu_hats
debug-mode: false debug-mode: false
database-settings: database-settings:
type: sqlite # SQLite (Default), MYSQL, NONE # SQLite (Default), MYSQL, NONE
type: sqlite
mysql: mysql:
database: "database" database: "database"
password: "cherryBomb" password: "cherryBomb"
@@ -14,15 +15,21 @@ database-settings:
host: "localhost" host: "localhost"
user: "username" user: "username"
delay: delay:
enabled: false # This is for if other plugins need to handle certain aspects of a player first. # This is for if other plugins need to handle certain aspects of a player first.
delay: 20 # In ticks enabled: false
# Delay in ticks from when a player joins
delay: 20
cosmetic-settings: cosmetic-settings:
tick-period: 20 # In ticks, determines how many times a player cosmetics should be updated. -1 to disable. # In ticks, determines how many times a player cosmetics should be updated. -1 to disable.
# Ticking periods is something that ensures new players near a player get the packets to actually apply to the user. # Ticking periods is something that ensures new players near a player get the packets to actually apply to the user.
tick-period: 20
unapply-on-death: false # If when a player dies, their cosmetics should be unapplied. If this is true, use hmccosmetics.unapplydeath.bypass to bypass # If when a player dies, their cosmetics should be unapplied. If this is true, use hmccosmetics.unapplydeath.bypass to bypass
force-permission-join: true # Checks a player permission if they can have a cosmetic when they join the server. unapply-on-death: false
force-show-join: false # If the plugin should force show a player's cosmetics when they join the server. # Checks a player permission if they can have a cosmetic when they join the server.
force-permission-join: true
# If the plugin should attempt to force show a player's cosmetics when they join the server by removing all hidden flags.
force-show-join: false
# This determines what to process what areas to process placeholders when displaying the item to the user. # This determines what to process what areas to process placeholders when displaying the item to the user.
# This can be heavy on servers with a lot of players, so if experiencing lag issues relating to setting display/lores of items, disable this. # This can be heavy on servers with a lot of players, so if experiencing lag issues relating to setting display/lores of items, disable this.
@@ -171,8 +178,10 @@ wardrobe:
title-fade-out: 1000 # milliseconds title-fade-out: 1000 # milliseconds
wardrobes: wardrobes:
default: default:
distance: -1 # Distance in blocks that a player can interact with the wardrobe. -1 to ignore. # Distance in blocks that a player can interact with the wardrobe. -1 to ignore.
permission: "hmccosmetics.wardrobe.default" # Permission required to use the wardrobe. distance: -1
# Permission required to use the wardrobe.
permission: "hmccosmetics.wardrobe.default"
default-menu: defaultmenu default-menu: defaultmenu
npc-location: npc-location:
world: "world" world: "world"