Docs#23
Merged
Merged
Conversation
Contributor
审阅者指南此 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_下载并安装插件
文件级变更
提示与命令与 Sourcery 交互
自定义你的体验访问你的 dashboard 以:
获取帮助Original review guide in EnglishReviewer's GuideThis 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 tablesflowchart 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_下载并安装插件
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
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>帮我变得更有用!请在每条评论上点击 👍 或 👎,我会根据你的反馈改进后续的 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>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
添加了 EULA 协议的官方解释,并为常用的插件推荐添加了插件链接