Skip to content

Commit

Permalink
v2.1.0 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
ApliNi committed Jan 26, 2024
1 parent 376eda4 commit 8172a11
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
---

## 功能和指令
- `/utn` 显示插件信息
- `/utn reload` - 重新加载配置
- `/utn debug` - 调试模式
- `/utn` 显示插件信息和统计数据
- `/utn json <JSON>` - 测试 JSON 字符串
- `/utn reload` - 重新加载配置
- `/utn debug` - 调试模式

插件会根据配置捕获对应的服务端消息, 然后替换其中的物品名称并重新发送消息. 详细信息参考"配置"部分.

Expand Down
8 changes: 5 additions & 3 deletions README_MCBBS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ https://github.com/ApliNi/useTranslatedNames
---

## 功能和指令
- `/utn` 显示插件信息
- `/utn reload` - 重新加载配置
- `/utn debug` - 调试模式
- `/utn` 显示插件信息和统计数据
- `/utn json <JSON>` - 测试 JSON 字符串
- `/utn reload` - 重新加载配置
- `/utn debug` - 调试模式

插件会根据配置捕获对应的服务端消息, 然后替换其中的物品名称并重新发送消息. 详细信息参考"配置"部分.

Expand Down Expand Up @@ -102,6 +103,7 @@ words:
### 依赖
- ProtocolLib


---

### MCBBS
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.aplini</groupId>
<artifactId>useTranslatedNames</artifactId>
<version>2.0</version>
<version>2.1.0</version>

<name>useTranslatedNames</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
"\n"+
"IpacEL > UseTranslatedNames: 使用翻译名称\n"+
" 指令: \n"+
" - /utn json <JSON> - 测试 JSON 字符串\n"+
" - /utn reload - 重载配置\n"+
" - /utn debug [Level] - 调试模式\n"+
" 统计信息: \n"+
Expand Down

0 comments on commit 8172a11

Please sign in to comment.