summaryrefslogtreecommitdiff
path: root/docs/src/en/player-guide
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-02-23 18:54:38 +0900
committerSho Sakuma <me@m1sk9.dev>2026-02-23 18:54:38 +0900
commit58cd5abbbf258dee0c6aa83326ebf86076efa07e (patch)
tree70f28be9cec5a06eec88a6049fe374c85ed0f5d2 /docs/src/en/player-guide
parentf4b57c95a1622cb009eec25e64da79b139e3dcf1 (diff)
downloadLunaticChat-58cd5abbbf258dee0c6aa83326ebf86076efa07e.tar.gz
LunaticChat-58cd5abbbf258dee0c6aa83326ebf86076efa07e.tar.bz2
LunaticChat-58cd5abbbf258dee0c6aa83326ebf86076efa07e.zip
chore: Fix oxc error
Diffstat (limited to 'docs/src/en/player-guide')
-rw-r--r--docs/src/en/player-guide/about.md20
-rw-r--r--docs/src/en/player-guide/channel-chat/about.md2
-rw-r--r--docs/src/en/player-guide/channel-chat/moderation.md4
-rw-r--r--docs/src/en/player-guide/commands/jp.md4
-rw-r--r--docs/src/en/player-guide/commands/lc/channel.md34
-rw-r--r--docs/src/en/player-guide/commands/lc/chatmode.md8
-rw-r--r--docs/src/en/player-guide/commands/lc/settings.md14
-rw-r--r--docs/src/en/player-guide/commands/lc/status.md4
-rw-r--r--docs/src/en/player-guide/commands/lcv/status.md4
-rw-r--r--docs/src/en/player-guide/commands/notice.md4
-rw-r--r--docs/src/en/player-guide/commands/reply.md6
-rw-r--r--docs/src/en/player-guide/commands/tell.md4
12 files changed, 54 insertions, 54 deletions
diff --git a/docs/src/en/player-guide/about.md b/docs/src/en/player-guide/about.md
index 388df7b..ef64e3b 100644
--- a/docs/src/en/player-guide/about.md
+++ b/docs/src/en/player-guide/about.md
@@ -18,16 +18,16 @@ LunaChat is no longer being developed and does not support the latest Minecraft
## Comparison
-| | LunaticChat | LunaChat |
-| ----- |-------------|----------------------------------------|
-| Development Status | Actively Developed | Development Ended |
-| Supported Platforms | Paper / Velocity | Bukkit / Spigot / BungeeCord |
-| Supported Versions | 1.21.x ~ | Up to 1.16.x |
-| Language | Kotlin | Java |
-| Plugin Dependencies | None | EssentialsX, etc. |
-| Caching | Yes | No |
-| Documentation | Yes | No |
-| License | GNU General Public License v3.0 | GNU Lesser General Public License v3.0 |
+| | LunaticChat | LunaChat |
+| ------------------- | ------------------------------- | -------------------------------------- |
+| Development Status | Actively Developed | Development Ended |
+| Supported Platforms | Paper / Velocity | Bukkit / Spigot / BungeeCord |
+| Supported Versions | 1.21.x ~ | Up to 1.16.x |
+| Language | Kotlin | Java |
+| Plugin Dependencies | None | EssentialsX, etc. |
+| Caching | Yes | No |
+| Documentation | Yes | No |
+| License | GNU General Public License v3.0 | GNU Lesser General Public License v3.0 |
## FAQ
diff --git a/docs/src/en/player-guide/channel-chat/about.md b/docs/src/en/player-guide/channel-chat/about.md
index 5130064..2e7ab58 100644
--- a/docs/src/en/player-guide/channel-chat/about.md
+++ b/docs/src/en/player-guide/channel-chat/about.md
@@ -43,7 +43,7 @@ Use the [`/lc channnel create`](../commands/lc/channel.md#lc-channel-create-chan
Channel IDs must follow these requirements:
- Must be between 3 and 30 characters long
-- Can only contain alphanumeric characters, underscores (_), and hyphens (-)
+- Can only contain alphanumeric characters, underscores (\_), and hyphens (-)
:::
diff --git a/docs/src/en/player-guide/channel-chat/moderation.md b/docs/src/en/player-guide/channel-chat/moderation.md
index 1867ec7..14e2c8b 100644
--- a/docs/src/en/player-guide/channel-chat/moderation.md
+++ b/docs/src/en/player-guide/channel-chat/moderation.md
@@ -87,8 +87,8 @@ Executing this command will transfer all owner permissions to the specified play
::: danger Important Notes on Execution
- Owner permission transfer is an irreversible operation.
- - Once transferred, the original owner cannot regain owner permissions unless the player with owner permissions transfers them again.
- - This applies even to server administrators.
+ - Once transferred, the original owner cannot regain owner permissions unless the player with owner permissions transfers them again.
+ - This applies even to server administrators.
- The recipient of owner permissions must be a member of the channel.
- Owner permissions can use all moderation features and delete the channel, which is a powerful privilege. Choose carefully to whom you transfer permissions.
diff --git a/docs/src/en/player-guide/commands/jp.md b/docs/src/en/player-guide/commands/jp.md
index 839e6e1..3ed57aa 100644
--- a/docs/src/en/player-guide/commands/jp.md
+++ b/docs/src/en/player-guide/commands/jp.md
@@ -8,8 +8,8 @@ This command was deprecated in v0.5.0. Please use the [`/lc settings`](lc/settin
:::
-| Permission |
-|--------------------------|
+| Permission |
+| ------------------------ |
| `lunaticchat.command.jp` |
Toggles the romanization conversion setting.
diff --git a/docs/src/en/player-guide/commands/lc/channel.md b/docs/src/en/player-guide/commands/lc/channel.md
index 31941ca..edb33c2 100644
--- a/docs/src/en/player-guide/commands/lc/channel.md
+++ b/docs/src/en/player-guide/commands/lc/channel.md
@@ -2,8 +2,8 @@
### `/lc channel create <channel-id> <channel-name> [channel-description] [private-setting]`
-| Permission |
-|------------------------------|
+| Permission |
+| --------------------------------------- |
| `lunaticchat.command.lc.channel.create` |
Creates a channel.
@@ -11,10 +11,10 @@ Creates a channel.
- `<channel-id>` specifies the channel ID.
- `<channel-name>` specifies the channel name.
- `[channel-description]` specifies the channel description (optional).
- - The description will be displayed when viewing the channel list with the `/lc channel list` command.
+ - The description will be displayed when viewing the channel list with the `/lc channel list` command.
- `[private-setting]` specifies the channel's privacy setting.
- - If `true` is specified, it will be created as a private channel, and only invited players can join.
- - If `false` is specified or omitted, it will be created as a public channel, and anyone can join.
+ - If `true` is specified, it will be created as a private channel, and only invited players can join.
+ - If `false` is specified or omitted, it will be created as a public channel, and anyone can join.
::: warning Notes on Entering Channel Names and Descriptions
@@ -30,48 +30,48 @@ Example:
### `/lc channel list`
-| Permission |
-|---------------------------------------|
+| Permission |
+| ------------------------------------- |
| `lunaticchat.command.lc.channel.list` |
Displays the list of channels.
### `/lc channel join <channel-id>`
-| Permission |
-|---------------------------------------|
+| Permission |
+| ------------------------------------- |
| `lunaticchat.command.lc.channel.join` |
Joins the specified channel.
### `/lc channel leave`
-| Permission |
-|----------------------------------------|
+| Permission |
+| -------------------------------------- |
| `lunaticchat.command.lc.channel.leave` |
Leaves the currently active channel.
### `/lc channel switch <channel-id>`
-| Permission |
-|-----------------------------------------|
+| Permission |
+| --------------------------------------- |
| `lunaticchat.command.lc.channel.switch` |
Switches to the specified channel. Use this when you want to switch to another channel while in channel chat mode.
### `/lc channel status`
-| Permission |
-|-----------------------------------------|
+| Permission |
+| --------------------------------------- |
| `lunaticchat.command.lc.channel.status` |
Displays information about the currently joined and active channels.
### `/lc channel delete <channel-id>`
-| Permission |
-|-----------------------------------------|
+| Permission |
+| --------------------------------------- |
| `lunaticchat.command.lc.channel.delete` |
Deletes the specified channel. You must be the channel creator (owner).
diff --git a/docs/src/en/player-guide/commands/lc/chatmode.md b/docs/src/en/player-guide/commands/lc/chatmode.md
index e3f335f..97472be 100644
--- a/docs/src/en/player-guide/commands/lc/chatmode.md
+++ b/docs/src/en/player-guide/commands/lc/chatmode.md
@@ -2,16 +2,16 @@
### `/lc chatmode`
-| Permission |
-|-----------------------------------|
+| Permission |
+| --------------------------------- |
| `lunaticchat.command.lc.chatmode` |
Displays the current chat mode.
### `/lc chatmode toggle`
-| Permission |
-|------------------------------------|
+| Permission |
+| ---------------------------------------- |
| `lunaticchat.command.lc.chatmode.toggle` |
Toggles the chat mode.
diff --git a/docs/src/en/player-guide/commands/lc/settings.md b/docs/src/en/player-guide/commands/lc/settings.md
index 8b88066..a2bf4cf 100644
--- a/docs/src/en/player-guide/commands/lc/settings.md
+++ b/docs/src/en/player-guide/commands/lc/settings.md
@@ -2,8 +2,8 @@
### `/lc settings <key> [value]`
-| Permission |
-|-----------------------------------|
+| Permission |
+| --------------------------------- |
| `lunaticchat.command.lc.settings` |
Manages player settings for LunaticChat. If no value is specified, the current setting value will be displayed.
@@ -12,8 +12,8 @@ This setting is saved by UUID, so the setting will not be lost even if you chang
#### Available Keys
-| Key | Description | Default Value |
-|----------|----------------------------------------------------------|--------|
-| `japanese` | Toggles romanization conversion on or off. | `true` |
-| `notice` | Toggles whether to receive notifications when receiving direct messages via `/tell` or `/reply`. | `true` |
-| `chNotice` | Toggles whether to receive notifications when receiving channel chat messages. | `true` |
+| Key | Description | Default Value |
+| ---------- | ------------------------------------------------------------------------------------------------ | ------------- |
+| `japanese` | Toggles romanization conversion on or off. | `true` |
+| `notice` | Toggles whether to receive notifications when receiving direct messages via `/tell` or `/reply`. | `true` |
+| `chNotice` | Toggles whether to receive notifications when receiving channel chat messages. | `true` |
diff --git a/docs/src/en/player-guide/commands/lc/status.md b/docs/src/en/player-guide/commands/lc/status.md
index 1fa6a39..fe9a680 100644
--- a/docs/src/en/player-guide/commands/lc/status.md
+++ b/docs/src/en/player-guide/commands/lc/status.md
@@ -2,8 +2,8 @@
### `/lc status`
-| Permission |
-|---------------------------------|
+| Permission |
+| ------------------------------- |
| `lunaticchat.command.lc.status` |
Displays the status of LunaticChat.
diff --git a/docs/src/en/player-guide/commands/lcv/status.md b/docs/src/en/player-guide/commands/lcv/status.md
index 2b85283..f54fd14 100644
--- a/docs/src/en/player-guide/commands/lcv/status.md
+++ b/docs/src/en/player-guide/commands/lcv/status.md
@@ -2,8 +2,8 @@
### `/lcv status`
-| Permission |
-|------------------------------|
+| Permission |
+| -------------------------------- |
| `lunaticchat.command.lcv.status` |
Displays the current LunaticChat Velocity integration status.
diff --git a/docs/src/en/player-guide/commands/notice.md b/docs/src/en/player-guide/commands/notice.md
index 4e7f41f..fc74014 100644
--- a/docs/src/en/player-guide/commands/notice.md
+++ b/docs/src/en/player-guide/commands/notice.md
@@ -8,8 +8,8 @@ This command was deprecated in v0.5.0. Please use the [`/lc settings`](lc/settin
:::
-| Permission | Aliases |
-|-----------------------------|-------------|
+| Permission | Aliases |
+| ---------------------------- | ----------- |
| `lunaticchat.command.notice` | `/dmnotice` |
Toggles notifications for direct messages sent via [`/tell`](tell.md) or [`/reply`](reply.md) commands on or off.
diff --git a/docs/src/en/player-guide/commands/reply.md b/docs/src/en/player-guide/commands/reply.md
index 1b26be2..1cca973 100644
--- a/docs/src/en/player-guide/commands/reply.md
+++ b/docs/src/en/player-guide/commands/reply.md
@@ -2,9 +2,9 @@
### `/reply <message>`
-| Permission | Aliases |
-|-----------------------------|-------|
-| `lunaticchat.command.reply` | `/r` |
+| Permission | Aliases |
+| --------------------------- | ------- |
+| `lunaticchat.command.reply` | `/r` |
Replies to the player with whom you most recently communicated using [`/tell`](tell.md).
diff --git a/docs/src/en/player-guide/commands/tell.md b/docs/src/en/player-guide/commands/tell.md
index fb2b8e1..cde71d6 100644
--- a/docs/src/en/player-guide/commands/tell.md
+++ b/docs/src/en/player-guide/commands/tell.md
@@ -2,8 +2,8 @@
### `/tell <player ID> <message>`
-| Permission | Aliases |
-| ---- | ---- |
+| Permission | Aliases |
+| -------------------------- | ------------------------------------ |
| `lunaticchat.command.tell` | `/t`, `/msg`, `/m`, `/w`, `/whisper` |
Sends a message to the specified player.