diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-10 23:33:27 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-01-10 23:33:27 +0900 |
| commit | fd62f7a05191133f8a2d1972cbf023cc52bd0f26 (patch) | |
| tree | 71f6a2ac9596bb6e80c5d66d3e585f2022c30e44 /platform-paper/src/main/resources | |
| parent | 95b347ea444d956359ac0ffb5f5276f2df2b674a (diff) | |
| download | LunaticChat-fd62f7a05191133f8a2d1972cbf023cc52bd0f26.tar.gz LunaticChat-fd62f7a05191133f8a2d1972cbf023cc52bd0f26.tar.bz2 LunaticChat-fd62f7a05191133f8a2d1972cbf023cc52bd0f26.zip | |
fix: Fixed an issue where long messages were not converting correctly
Diffstat (limited to 'platform-paper/src/main/resources')
| -rw-r--r-- | platform-paper/src/main/resources/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform-paper/src/main/resources/config.yml b/platform-paper/src/main/resources/config.yml index bab8d76..f8b8d83 100644 --- a/platform-paper/src/main/resources/config.yml +++ b/platform-paper/src/main/resources/config.yml @@ -44,6 +44,7 @@ features: # You can use placeholders such as {sender}, {message}, etc. # # {sender} - The name of the message sender +# {recipient} - The name of the message recipient # {message} - The content of the message # ---------------------------------------------- |
