summaryrefslogtreecommitdiff
path: root/website/src/docs/features
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-08-05 19:46:16 +0900
committerSho Sakuma <me@m1sk9.dev>2026-08-05 19:46:16 +0900
commit639173db48d037ffa5c084d089e5fc7d85d71d80 (patch)
tree286e9a92e04bfa3f7e79fe97ce1a2046c547595b /website/src/docs/features
parentaf776eac4fd971483397f40e8c8452df485892e0 (diff)
downloadLunaticChat-639173db48d037ffa5c084d089e5fc7d85d71d80.tar.gz
LunaticChat-639173db48d037ffa5c084d089e5fc7d85d71d80.tar.bz2
LunaticChat-639173db48d037ffa5c084d089e5fc7d85d71d80.zip
docs: name both plugin versions for cross-server direct messages
The badge read `v1.3.0~`, pointing at a Velocity release that does not exist. The feature needs both halves, and the Velocity half first shipped as 1.2.0 inside the unified v1.3.0 release, so a reader hunting for Velocity v1.3.0 finds nothing and cannot tell which proxy build carries the relay. Also refreshes the gradle.properties example, which still showed the versions current when it was written. Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'website/src/docs/features')
-rw-r--r--website/src/docs/features/direct-message.md2
-rw-r--r--website/src/docs/features/velocity.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/website/src/docs/features/direct-message.md b/website/src/docs/features/direct-message.md
index ec0f24e..e799985 100644
--- a/website/src/docs/features/direct-message.md
+++ b/website/src/docs/features/direct-message.md
@@ -30,7 +30,7 @@ Replies to the last player who sent you a message. If there is no such player, t
To use quick reply, `features.quickReplies.enabled` must be `true` (default) in `config.yml`.
-## Cross-Server Direct Messages <Badge type="tip" text="v1.3.0~" />
+## Cross-Server Direct Messages <Badge type="tip" text="Paper v1.3.0~ / Velocity v1.2.0~" />
> [!NOTE]
>
diff --git a/website/src/docs/features/velocity.md b/website/src/docs/features/velocity.md
index 7842a24..f9d3814 100644
--- a/website/src/docs/features/velocity.md
+++ b/website/src/docs/features/velocity.md
@@ -53,7 +53,7 @@ Each message is assigned a unique ID, and a cache prevents the same message from
Entries expire 60 seconds after they are recorded. If the cache is still over its configured size after expired entries are cleared, the oldest remaining entries are dropped.
-## Cross-Server Direct Messages <Badge type="tip" text="v1.3.0~" />
+## Cross-Server Direct Messages <Badge type="tip" text="Paper v1.3.0~ / Velocity v1.2.0~" />
Setting `crossServerDirectMessage` to `true` lets players exchange direct messages with players on other servers connected to the same proxy.