summaryrefslogtreecommitdiff
path: root/docs/src/en/reference/index.md
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-01-24 05:01:27 +0900
committerGitHub <noreply@github.com>2026-01-24 05:01:27 +0900
commite3387a401c6d0d094b3afa734558e9257465a42b (patch)
tree4202c404fc72249f117162a37a573bcec274d555 /docs/src/en/reference/index.md
parentac80dc3ce71f9be0397442208cac80f6069eea03 (diff)
parentf6b0baf90c20a1d3b0cd53629102883b4bd913c6 (diff)
downloadLunaticChat-0.5.0.tar.gz
LunaticChat-0.5.0.tar.bz2
LunaticChat-0.5.0.zip
Merge pull request #65 from m1sk9/chore/release-beta-stagev0.5.0
chore: Release to beta stage
Diffstat (limited to 'docs/src/en/reference/index.md')
-rw-r--r--docs/src/en/reference/index.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/src/en/reference/index.md b/docs/src/en/reference/index.md
new file mode 100644
index 0000000..338694e
--- /dev/null
+++ b/docs/src/en/reference/index.md
@@ -0,0 +1,23 @@
+# Player Reference
+
+This page is a reference for players using LunaticChat.
+
+For plugin installation and configuration, refer to the [Guide](../guide/getting-started.md).
+
+## Legend
+
+The legend used in the command reference is as follows:
+
+- `<argument>`: Indicates a required argument. Must be specified for execution.
+- `[argument]`: Indicates an optional argument. Can be omitted during execution.
+- `|`: Used when there are multiple choices. For example, `<yes|no>` means specifying either `yes` or `no`.
+- `...`: Indicates that multiple arguments can be specified. For example, `<item>...` means multiple items can be specified.
+
+## Labels
+
+When the following labels are present, they have these meanings:
+
+- <Badge type="info" text="v0.1.0" />: Indicates this feature was introduced in LunaticChat version 0.1.0.
+- <Badge type="tip" text="Paper" />: Indicates this feature is available in Paper environments.
+- <Badge type="tip" text="Velocity" />: Indicates this feature is available in Velocity environments.
+- <Badge type="tip" text="Paper / Velocity" />: Indicates this feature is available in both Paper and Velocity environments.