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:
@@ -6,7 +6,8 @@ config-version: 1
|
||||
default-menu: defaultmenu_hats
|
||||
debug-mode: false
|
||||
database-settings:
|
||||
type: sqlite # SQLite (Default), MYSQL, NONE
|
||||
# SQLite (Default), MYSQL, NONE
|
||||
type: sqlite
|
||||
mysql:
|
||||
database: "database"
|
||||
password: "cherryBomb"
|
||||
@@ -14,15 +15,21 @@ database-settings:
|
||||
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
|
||||
# This is for if other plugins need to handle certain aspects of a player first.
|
||||
enabled: false
|
||||
# Delay in ticks from when a player joins
|
||||
delay: 20
|
||||
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.
|
||||
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
|
||||
force-permission-join: true # Checks a player permission if they can have a cosmetic when they join the server.
|
||||
force-show-join: false # If the plugin should force show a player's cosmetics when they join the server.
|
||||
# If when a player dies, their cosmetics should be unapplied. If this is true, use hmccosmetics.unapplydeath.bypass to bypass
|
||||
unapply-on-death: false
|
||||
# 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 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
|
||||
wardrobes:
|
||||
default:
|
||||
distance: -1 # 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 in blocks that a player can interact with the wardrobe. -1 to ignore.
|
||||
distance: -1
|
||||
# Permission required to use the wardrobe.
|
||||
permission: "hmccosmetics.wardrobe.default"
|
||||
default-menu: defaultmenu
|
||||
npc-location:
|
||||
world: "world"
|
||||
|
||||
Reference in New Issue
Block a user