diff options
Diffstat (limited to 'docs/src/en/reference/index.md')
| -rw-r--r-- | docs/src/en/reference/index.md | 23 |
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. |
