Skip to content

Docs#23

Merged
xuezhaju merged 3 commits into
SeaLantern-Studio:mainfrom
xuezhaju:docs
Mar 29, 2026
Merged

Docs#23
xuezhaju merged 3 commits into
SeaLantern-Studio:mainfrom
xuezhaju:docs

Conversation

@xuezhaju
Copy link
Copy Markdown
Collaborator

@xuezhaju xuezhaju commented Mar 29, 2026

添加了 EULA 协议的官方解释,并为常用的插件推荐添加了插件链接

图片

@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai Bot commented Mar 29, 2026

审阅者指南

此 PR 通过添加官方 Minecraft EULA 参考链接、为插件推荐表补充直达下载/官网链接,并新增服务器安全插件章节,来更新中文教程文档。

使用更新后插件推荐表的流程图

flowchart TD
  A_打开中文教程[打开 Sea_Lantern 中文教程]
  B_阅读EULA[阅读 Minecraft EULA 提示]
  C_点击EULALink[通过官方EULA解释链接查看详情]
  D_选择管理插件[在管理类插件表中选择需要的插件]
  E_选择安全插件[在服务器安全插件表中选择Authme]
  F_选择游戏增强插件[在游戏增强类插件表中选择插件]
  G_选择经济插件[在经济系统插件表中选择插件]
  H_访问插件页面[点击表格中的链接访问插件官网或下载页]
  I_下载并安装插件[根据页面指引下载并安装插件]

  A_打开中文教程 --> B_阅读EULA
  B_阅读EULA --> C_点击EULALink
  C_点击EULALink --> D_选择管理插件
  D_选择管理插件 --> E_选择安全插件
  E_选择安全插件 --> F_选择游戏增强插件
  F_选择游戏增强插件 --> G_选择经济插件
  D_选择管理插件 --> H_访问插件页面
  E_选择安全插件 --> H_访问插件页面
  F_选择游戏增强插件 --> H_访问插件页面
  G_选择经济插件 --> H_访问插件页面
  H_访问插件页面 --> I_下载并安装插件
Loading

文件级变更

Change Details Files
在中文教程的 EULA 章节中添加官方 Minecraft EULA 说明链接。
  • 在 EULA 接受说明段落之后插入一个指向官方 Minecraft EULA 说明的 Markdown 链接。
zh/tutorial.md
扩展插件推荐表以包含插件的直接链接,并新增服务器安全插件章节。
  • 修改现有插件推荐表,添加新的“链接”列,为每个列出的插件提供 URL。
  • 为管理类、游戏增强类和经济系统插件从其各自的官方/主要发布站点填充链接。
  • 新增“服务器安全插件”章节,其中包含描述 Authme 及其下载链接的表格。
zh/tutorial.md

提示与命令

与 Sourcery 交互

  • 触发新的代码审查: 在 pull request 中评论 @sourcery-ai review
  • 继续讨论: 直接回复 Sourcery 的审查评论。
  • 从审查评论生成 GitHub issue: 在某条审查评论下回复,要求 Sourcery 从该评论创建一个 issue。你也可以回复该评论 @sourcery-ai issue 来从中创建 issue。
  • 生成 pull request 标题: 在 pull request 标题中任意位置写上 @sourcery-ai,即可随时生成标题。你也可以在 pull request 中评论 @sourcery-ai title 来(重新)生成标题。
  • 生成 pull request 摘要: 在 pull request 正文任意位置写上 @sourcery-ai summary,即可在对应位置生成 PR 摘要。你也可以在 pull request 中评论 @sourcery-ai summary 来(重新)生成摘要。
  • 生成审阅者指南: 在 pull request 中评论 @sourcery-ai guide,即可随时(重新)生成审阅者指南。
  • 一键解决所有 Sourcery 评论: 在 pull request 中评论 @sourcery-ai resolve,即可标记所有 Sourcery 评论为已解决。如果你已经处理完所有评论且不想再看到它们,这会很有用。
  • 忽略所有 Sourcery 审查: 在 pull request 中评论 @sourcery-ai dismiss,即可忽略所有现有的 Sourcery 审查。如果你想从头开始新的审查,这尤其有用——别忘了再评论 @sourcery-ai review 来触发新的审查!

自定义你的体验

访问你的 dashboard 以:

  • 启用或停用审查功能,例如 Sourcery 生成的 pull request 摘要、审阅者指南等。
  • 修改审查使用的语言。
  • 添加、删除或编辑自定义审查说明。
  • 调整其他审查设置。

获取帮助

Original review guide in English

Reviewer's Guide

This PR updates the Chinese tutorial documentation by adding an official Minecraft EULA reference link and enriching the plugin recommendation tables with direct download/official links, plus introducing a new server security plugins section.

Flow diagram for using updated plugin recommendation tables

flowchart TD
  A_打开中文教程[打开 Sea_Lantern 中文教程]
  B_阅读EULA[阅读 Minecraft EULA 提示]
  C_点击EULALink[通过官方EULA解释链接查看详情]
  D_选择管理插件[在管理类插件表中选择需要的插件]
  E_选择安全插件[在服务器安全插件表中选择Authme]
  F_选择游戏增强插件[在游戏增强类插件表中选择插件]
  G_选择经济插件[在经济系统插件表中选择插件]
  H_访问插件页面[点击表格中的链接访问插件官网或下载页]
  I_下载并安装插件[根据页面指引下载并安装插件]

  A_打开中文教程 --> B_阅读EULA
  B_阅读EULA --> C_点击EULALink
  C_点击EULALink --> D_选择管理插件
  D_选择管理插件 --> E_选择安全插件
  E_选择安全插件 --> F_选择游戏增强插件
  F_选择游戏增强插件 --> G_选择经济插件
  D_选择管理插件 --> H_访问插件页面
  E_选择安全插件 --> H_访问插件页面
  F_选择游戏增强插件 --> H_访问插件页面
  G_选择经济插件 --> H_访问插件页面
  H_访问插件页面 --> I_下载并安装插件
Loading

File-Level Changes

Change Details Files
Add official Minecraft EULA explanatory link in the EULA section of the Chinese tutorial.
  • Insert a Markdown link pointing to the official Minecraft EULA explanation after the EULA acceptance description paragraph.
zh/tutorial.md
Expand plugin recommendation tables to include direct plugin links and add a new server security plugins section.
  • Modify existing plugin recommendation tables to add a new “链接” column with URLs for each listed plugin.
  • Populate links for management, gameplay enhancement, and economy system plugins from their respective official/primary distribution sites.
  • Introduce a new “服务器安全插件” section with a table describing Authme and its download link.
zh/tutorial.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - 我发现了 1 个问题,并留下了一些整体性的反馈:

  • 在表格中插件链接目前混用 <https://...> 自动链接语法和无空格形式,建议统一为标准 Markdown 链接格式(如 [EssentialsX](https://essentialsx.net/downloads)),保持风格一致且可读性更好。
  • WorldGuard 的链接指向了固定版本 7.0.11,如果并非刻意锁定此版本,建议改为项目主页面链接以避免文档在新版本发布后显得过时。
  • “Authme” 插件在 Spigot 上的名称为 “AuthMe Reloaded”,可以在表格中使用完整且大小写正确的名称以减少用户搜索和识别上的歧义。
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- 在表格中插件链接目前混用 `<https://...>` 自动链接语法和无空格形式,建议统一为标准 Markdown 链接格式(如 `[EssentialsX](https://essentialsx.net/downloads)`),保持风格一致且可读性更好。
- WorldGuard 的链接指向了固定版本 `7.0.11`,如果并非刻意锁定此版本,建议改为项目主页面链接以避免文档在新版本发布后显得过时。
- “Authme” 插件在 Spigot 上的名称为 “AuthMe Reloaded”,可以在表格中使用完整且大小写正确的名称以减少用户搜索和识别上的歧义。

## Individual Comments

### Comment 1
<location path="zh/tutorial.md" line_range="180-182" />
<code_context>
+
+| 插件 | 功能 | 链接 |
+|------|------|------|
+| Authme | 提供服务器登录密码保护(离线服务器必加) |<https://www.spigotmc.org/resources/authmereloaded.6269/>|
+

</code_context>
<issue_to_address>
**suggestion (typo):** 插件名称 "Authme" 可能是拼写错误;建议使用规范的 "AuthMe" 大小写形式。

请将此处的 `Authme` 更新为 `AuthMe`,以与官方插件名称保持一致并避免混淆。

```suggestion
| 插件 | 功能 | 链接 |
|------|------|------|
| AuthMe | 提供服务器登录密码保护(离线服务器必加) |<https://www.spigotmc.org/resources/authmereloaded.6269/>|
```
</issue_to_address>

Sourcery 对开源项目免费使用——如果你觉得我们的 Review 有帮助,欢迎分享 ✨
帮我变得更有用!请在每条评论上点击 👍 或 👎,我会根据你的反馈改进后续的 Review。
Original comment in English

Hey - I've found 1 issue, and left some high level feedback:

  • 在表格中插件链接目前混用 <https://...> 自动链接语法和无空格形式,建议统一为标准 Markdown 链接格式(如 [EssentialsX](https://essentialsx.net/downloads)),保持风格一致且可读性更好。
  • WorldGuard 的链接指向了固定版本 7.0.11,如果并非刻意锁定此版本,建议改为项目主页面链接以避免文档在新版本发布后显得过时。
  • “Authme” 插件在 Spigot 上的名称为 “AuthMe Reloaded”,可以在表格中使用完整且大小写正确的名称以减少用户搜索和识别上的歧义。
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- 在表格中插件链接目前混用 `<https://...>` 自动链接语法和无空格形式,建议统一为标准 Markdown 链接格式(如 `[EssentialsX](https://essentialsx.net/downloads)`),保持风格一致且可读性更好。
- WorldGuard 的链接指向了固定版本 `7.0.11`,如果并非刻意锁定此版本,建议改为项目主页面链接以避免文档在新版本发布后显得过时。
- “Authme” 插件在 Spigot 上的名称为 “AuthMe Reloaded”,可以在表格中使用完整且大小写正确的名称以减少用户搜索和识别上的歧义。

## Individual Comments

### Comment 1
<location path="zh/tutorial.md" line_range="180-182" />
<code_context>
+
+| 插件 | 功能 | 链接 |
+|------|------|------|
+| Authme | 提供服务器登录密码保护(离线服务器必加) |<https://www.spigotmc.org/resources/authmereloaded.6269/>|
+

</code_context>
<issue_to_address>
**suggestion (typo):** Plugin name "Authme" may be a typo; consider using the canonical "AuthMe" capitalization.

Please update `Authme` to `AuthMe` here to match the official plugin name and avoid confusion.

```suggestion
| 插件 | 功能 | 链接 |
|------|------|------|
| AuthMe | 提供服务器登录密码保护(离线服务器必加) |<https://www.spigotmc.org/resources/authmereloaded.6269/>|
```
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread zh/tutorial.md Outdated
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
@xuezhaju xuezhaju merged commit 3792c03 into SeaLantern-Studio:main Mar 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant