mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-19 15:09:19 +00:00
Add quotes to string values in config.yml
Updated YAML configuration to use quotes for string values.
This commit is contained in:
@@ -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
|
||||||
@@ -122,8 +123,9 @@ 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
|
||||||
reload-on-change: true
|
# could cause console spam as HMCCosmetics has to reload itself as well.
|
||||||
|
reload-on-change: false
|
||||||
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.
|
||||||
# Requires restart to apply changes.
|
# Requires restart to apply changes.
|
||||||
|
|||||||
Reference in New Issue
Block a user