From f6b0baf90c20a1d3b0cd53629102883b4bd913c6 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Sat, 24 Jan 2026 04:58:57 +0900 Subject: docs: Add i18n --- docs/src/en/reference/permissions.md | 59 ++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 docs/src/en/reference/permissions.md (limited to 'docs/src/en/reference/permissions.md') diff --git a/docs/src/en/reference/permissions.md b/docs/src/en/reference/permissions.md new file mode 100644 index 0000000..ed30a77 --- /dev/null +++ b/docs/src/en/reference/permissions.md @@ -0,0 +1,59 @@ +# Permissions + +For details on configuration using LuckPerms, refer to the [LuckPerms Wiki](https://luckperms.net/wiki/Home). + +## `lunaticchat.*` + +### `lunaticchat.spy` + +- Default: `OP` + +Visualizes communication via [`/tell`](commands/tell.md) / [`/reply`](commands/reply.md) commands. + +Players with this permission will have messages from other players' [`/tell`](commands/tell.md) / [`/reply`](commands/reply.md) commands broadcast to them. + +### `lunaticchat.noticeUpdate` + +- Default: `OP` + +Receives LunaticChat update notifications. + +[You must have `checkForUpdates` enabled](../guide/admin/configuration.md#checkforupdates) to receive notifications. + +## `lunaticchat.command.*` + +### `lunaticchat.command.tell` + +- Default: `non OP` + +Toggles the use of the [`/tell`](commands/tell.md) command. + +### `lunaticchat.command.reply` + +- Default: `non OP` + +Toggles the use of the [`/reply`](commands/reply.md) command. + +### `lunaticchat.command.lc.settings` + +- Default: `non OP` + +Toggles the use of the [`/lc settings`](commands/lc/settings.md) command. + +### `lunaticchat.command.lc.status` + +- Default: `non OP` + +Toggles the use of the [`/lc status`](commands/lc/status.md) command. + +### `lunaticchat.command.jp` + +- Default: `non OP` + +Toggles the use of the [`/jp`](commands/jp.md) command. + +### `lunaticchat.command.notice` + +- Default: `non OP` + +Toggles the use of the [`/notice`](commands/notice.md) command. -- cgit v1.2.1