diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-31 20:33:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-31 20:33:27 +0900 |
| commit | edd9dbf1a5f1eac62d3dfc45fb40696a22e44a1d (patch) | |
| tree | 7b9f5824af67f41a9df7f084ee0916e53a08d285 /docs/src/en/guide/getting-started.md | |
| parent | 28436a3dea7aaed50f06be9a905e9a461d145966 (diff) | |
| parent | df1b621642c08c37619d8c684729115b59887bd0 (diff) | |
| download | LunaticChat-0.7.0.tar.gz LunaticChat-0.7.0.tar.bz2 LunaticChat-0.7.0.zip | |
Merge pull request #82 from m1sk9/fix/release-civ0.7.0
ci: Fix release CI
Diffstat (limited to 'docs/src/en/guide/getting-started.md')
| -rw-r--r-- | docs/src/en/guide/getting-started.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/src/en/guide/getting-started.md b/docs/src/en/guide/getting-started.md index 1fd9f0d..e7aaf2d 100644 --- a/docs/src/en/guide/getting-started.md +++ b/docs/src/en/guide/getting-started.md @@ -27,3 +27,16 @@ Basic permissions can be configured using Paper or Velocity's default permission - For details on permission nodes, refer to the [Permissions Guide](../reference/permissions.md). - For permission nodes corresponding to each command feature, refer to the [Command Reference](../reference/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](./admin/cache.md): Explains LunaticChat's cache system. +- [Channel Chat](./admin/channel-chat/introduction.md): Overview of the channel chat feature. +- [Command List](../reference/index.md): View the list of LunaticChat commands. +- [Permissions List](../reference/permissions.md): View LunaticChat's permission nodes. |
