summaryrefslogtreecommitdiff
path: root/platform-paper/src/main/resources
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-01-11 18:22:37 +0900
committerSho Sakuma <me@m1sk9.dev>2026-01-11 18:22:37 +0900
commitca9bfd0b0f572c889837bedd41ef4eac76fdb558 (patch)
treef675a687141f7e8478ff061a12404cbb82619dd0 /platform-paper/src/main/resources
parentae0796559160430b5d251543ec27184467f32d8e (diff)
downloadLunaticChat-ca9bfd0b0f572c889837bedd41ef4eac76fdb558.tar.gz
LunaticChat-ca9bfd0b0f572c889837bedd41ef4eac76fdb558.tar.bz2
LunaticChat-ca9bfd0b0f572c889837bedd41ef4eac76fdb558.zip
fix: Change file format
Diffstat (limited to 'platform-paper/src/main/resources')
-rw-r--r--platform-paper/src/main/resources/config.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/platform-paper/src/main/resources/config.yml b/platform-paper/src/main/resources/config.yml
index f8b8d83..bd41d8f 100644
--- a/platform-paper/src/main/resources/config.yml
+++ b/platform-paper/src/main/resources/config.yml
@@ -15,6 +15,9 @@
# If enabled, Activate LunaticChat's debug mode, which provides detailed logging for troubleshooting.
debug: false
+# Path to the YAML file storing player settings
+userSettingsFilePath: "player-settings.yaml"
+
# ----------------------------------------------
# ----------- Features Settings ------------
# ----------------------------------------------
@@ -33,8 +36,6 @@ features:
api:
timeout: 3000
retryAttempts: 2
- settings:
- directory: "settings"
# ----------------------------------------------
# --------- Message Format Settings --------