diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-25 13:01:32 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-01-25 13:03:47 +0900 |
| commit | b0cfa6b4794dfceea3c1e2e8754c9c078a8a1356 (patch) | |
| tree | 8a89942cffc2c38bcaef613cf78cff5f43e1c412 /platform-paper | |
| parent | 8e9f69636c6ffaae4b6be6274835d583598c9357 (diff) | |
| download | LunaticChat-b0cfa6b4794dfceea3c1e2e8754c9c078a8a1356.tar.gz LunaticChat-b0cfa6b4794dfceea3c1e2e8754c9c078a8a1356.tar.bz2 LunaticChat-b0cfa6b4794dfceea3c1e2e8754c9c078a8a1356.zip | |
fix: Fix configuration URL
Diffstat (limited to 'platform-paper')
| -rw-r--r-- | platform-paper/src/main/resources/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform-paper/src/main/resources/config.yml b/platform-paper/src/main/resources/config.yml index 331f690..d4ca25b 100644 --- a/platform-paper/src/main/resources/config.yml +++ b/platform-paper/src/main/resources/config.yml @@ -9,7 +9,8 @@ # Please specify appropriate values to ensure LunaticChat functions correctly. # # For detailed configuration options, please refer to the documentation: -# https://lc.m1sk9.dev/guide/configuration +# Japanese: https://lc.m1sk9.dev/guide/admin/configuration +# English: https://lc.m1sk9.dev/en/guide/admin/configuration # ---------------------------------------------- # If enabled, Activate LunaticChat's debug mode, which provides detailed logging for troubleshooting. |
