diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-04-05 01:45:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-05 01:45:01 +0900 |
| commit | 579ca7f5bf01187e1f758cadfb4eda652fd5a4c3 (patch) | |
| tree | c008f240e02aa828ad47728e671232e687f4b911 /docs/src/en/admin-guide/getting-started.md | |
| parent | bd92ba60d39b4956a580cc56b83ecf55dd348aea (diff) | |
| parent | 9146547efae71efa1d67a48e20ae4271785847e9 (diff) | |
| download | LunaticChat-1.0.0.tar.gz LunaticChat-1.0.0.tar.bz2 LunaticChat-1.0.0.zip | |
Merge pull request #167 from m1sk9/docs/Update-v1-docsv1.0.0
docs: Update v1 Document
Diffstat (limited to 'docs/src/en/admin-guide/getting-started.md')
| -rw-r--r-- | docs/src/en/admin-guide/getting-started.md | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/docs/src/en/admin-guide/getting-started.md b/docs/src/en/admin-guide/getting-started.md deleted file mode 100644 index c7654a0..0000000 --- a/docs/src/en/admin-guide/getting-started.md +++ /dev/null @@ -1,42 +0,0 @@ -# Getting Started - -## Installation - -Install LunaticChat. LunaticChat can be obtained from: - -- [GitHub](https://github.com/m1sk9/LunaticChat/releases) -- [Modrinth](https://modrinth.com/project/lunaticchat) - -Place the downloaded plugin file in your server's `plugins` folder and restart the server. - -## Configuration - -When LunaticChat starts, the following files will be created: - -- `plugins/LunaticChat/config.yml`: Plugin configuration file -- `plugins/LunaticChat/player-settings.yaml`: User-specific settings file -- `plugins/LunaticChat/conversion_cache.json`: Romanization conversion cache file - -Open the configuration file `config.yml` and modify the settings as needed. For details on configuration options, refer to the [Configuration Guide](./configuration.md). - -## Permissions - -Set LunaticChat's permissions using a permission management plugin like LuckPerms. - -Basic permissions can be configured using Paper or Velocity's default permission system (`OP` / `non OP`), but LuckPerms is recommended for more detailed control. - -- For details on permission nodes, refer to the [Permissions Guide](./permissions.md). -- For permission nodes corresponding to each command feature, refer to the [Command Reference](../player-guide/index.md). - -## Restart the server - -After completing the configuration, restart the server to apply the changes. - -This completes the basic setup of LunaticChat. - -## What's next? - -- [Cache System](./cache.md): Explains LunaticChat's cache system. -- [Channel Chat](./channel-chat/introduction.md): Overview of the channel chat feature. -- [Command List](../player-guide/index.md): View the list of LunaticChat commands. -- [Permissions List](./permissions.md): View LunaticChat's permission nodes. |
