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

Merge pull request #191 from NoltoxGit/remapped

Reformat config.yml
This commit is contained in:
Logan
2025-08-28 16:20:56 -05:00
committed by GitHub

View File

@@ -8,11 +8,11 @@ debug-mode: false
database-settings: database-settings:
type: sqlite # SQLite (Default), MYSQL, NONE type: sqlite # SQLite (Default), MYSQL, NONE
mysql: mysql:
database: database database: "database"
password: cherryBomb password: "cherryBomb"
port: 3306 port: 3306
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. enabled: false # This is for if other plugins need to handle certain aspects of a player first.
delay: 20 # In ticks delay: 20 # In ticks
@@ -85,6 +85,7 @@ cosmetic-settings:
x: 0.5 x: 0.5
y: 3 y: 3
z: 0.5 z: 0.5
menu-settings: menu-settings:
click-cooldown: click-cooldown:
enabled: true enabled: true
@@ -107,8 +108,8 @@ menu-settings:
locked-cosmetic-color: "<red>" locked-cosmetic-color: "<red>"
cosmetic-type: cosmetic-type:
# This allows you to specify if it should require a special click type for the interaction to work. # This allows you to specify if it should require a special click type for the interaction to work.
equip-click: "ANY" # ANY or ClickType, https://jd.papermc.io/paper/1.20/org/bukkit/event/inventory/ClickType.html equip-click: "ANY" # ANY or ClickType, https://jd.papermc.io/paper/org/bukkit/event/inventory/ClickType.html
unequip-click: "ANY" # ANY or ClickType, https://jd.papermc.io/paper/1.20/org/bukkit/event/inventory/ClickType.html unequip-click: "ANY" # ANY or ClickType, https://jd.papermc.io/paper/org/bukkit/event/inventory/ClickType.html
dye-menu: dye-menu:
# If you use ItemsAdder, set this to "<white>:img_offset_-8::img_dye_menu:" # If you use ItemsAdder, set this to "<white>:img_offset_-8::img_dye_menu:"
# If you use Oraxen, set this to "<white><s:-8><g:dye_menu>" # If you use Oraxen, set this to "<white><s:-8><g:dye_menu>"
@@ -122,7 +123,8 @@ hook-settings:
# could cause console spam as HMCCosmetics has to reload itself as well. # could cause console spam as HMCCosmetics has to reload itself as well.
reload-on-change: false reload-on-change: false
nexo: nexo:
# This causes the plugin to reload itself after any Nexo change. This keeps the plugin fully up to date with Nexo # This causes the plugin to reload itself after any Nexo change. This keeps the plugin fully up to date with Nexo, but
# could cause console spam as HMCCosmetics has to reload itself as well.
reload-on-change: true reload-on-change: true
worldguard: worldguard:
# Checks worldguard regions for HMCC flags. If set to false, flags will not work properly. # Checks worldguard regions for HMCC flags. If set to false, flags will not work properly.