Skip to content

Commit

Permalink
chore: 🐛 fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
AnzhiZhang committed Feb 3, 2024
1 parent 55f4961 commit b873535
Show file tree
Hide file tree
Showing 23 changed files with 26 additions and 27 deletions.
2 changes: 1 addition & 1 deletion src/advanced_calculator/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"zh_cn": "提供游戏内多种便捷计算"
},
"author": "Andy Zhang",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/advanced_calculator"
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/advanced_calculator"
}
2 changes: 1 addition & 1 deletion src/bingo/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"zh_cn": "Bingo 游戏实用工具"
},
"author": "Andy Zhang",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/bingo"
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/bingo"
}
2 changes: 1 addition & 1 deletion src/bot/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"zh_cn": "最好用的地毯模组假人管理器!"
},
"author": "Andy Zhang",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/bot",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/bot",
"dependencies": {
"mcdreforged": "^2.6.0",
"minecraft_data_api": "^1.4",
Expand Down
6 changes: 3 additions & 3 deletions src/bot/readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Bot

[简体中文](https://github.com/AnzhiZhang/MCDReforgedPlugins/blob/master/bot/readme_cn.md)
[简体中文](readme_cn.md)

> The best carpet bot manager!
## Dependencies

- [MinecraftDataAPI](https://github.com/MCDReforged/MinecraftDataAPI)
- [MoreCommandNodes](https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/more_command_nodes)
- [MoreCommandNodes](../more_command_nodes)

## Usage

Expand Down Expand Up @@ -218,4 +218,4 @@ Minimum permission to use corresponding command

## FastAPI MCDR

This plugin supports [FastAPI MCDR](https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/fastapi_mcdr) plugin, please refer to the source code for detailed API, or run and view the FastAPI document via `http://127.0.0.1:8080/docs`.
This plugin supports [FastAPI MCDR](../fastapi_mcdr) plugin, please refer to the source code for detailed API, or run and view the FastAPI document via `http://127.0.0.1:8080/docs`.
6 changes: 3 additions & 3 deletions src/bot/readme_cn.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Bot

[English](https://github.com/AnzhiZhang/MCDReforgedPlugins/blob/master/bot/readme.md)
[English](readme.md)

> 最好用的地毯模组假人管理器!
## 依赖

- [MinecraftDataAPI](https://github.com/MCDReforged/MinecraftDataAPI)
- [MoreCommandNodes](https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/more_command_nodes)
- [MoreCommandNodes](../more_command_nodes)

## 使用方法

Expand Down Expand Up @@ -218,4 +218,4 @@ flowchart LR

## FastAPI MCDR

该插件支持 [FastAPI MCDR](https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/fastapi_mcdr) 插件,详细接口请查阅源码,或运行后通过 `http://127.0.0.1:8080/docs` 查看 FastAPI 文档。
该插件支持 [FastAPI MCDR](../fastapi_mcdr) 插件,详细接口请查阅源码,或运行后通过 `http://127.0.0.1:8080/docs` 查看 FastAPI 文档。
2 changes: 1 addition & 1 deletion src/database_api/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"zh_cn": "访问数据库 API"
},
"author": "Andy Zhang",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/database_api"
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/database_api"
}
2 changes: 1 addition & 1 deletion src/database_api/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## 开发文档

查看 [Valut](https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/.archived/vault/vault.py) 参考使用方法
查看 [Valut](../.archived/vault/vault.py) 参考使用方法

提供了以下两个类:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def register(
) -> None:
"""
Register a command.
See also: https://github.com/AnzhiZhang/MCDReforgedPlugins/blob/master/dict_command_registration/readme.md#register
:param PluginServerInterface server: the PluginServerInterface instance of
your plugin, to ensure that this command is registered by your plugin.
:param dict command: Command, please find more information in the document.
Expand Down
2 changes: 1 addition & 1 deletion src/dict_command_registration/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"zh_cn": "用 Python 字典注册您的指令"
},
"author": "Andy Zhang",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/dict_command_registration",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/dict_command_registration",
"dependencies": {
"mcdreforged": "^2.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/fastapi_mcdr/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"zh_cn": "提供 HTTP API。"
},
"author": "Andy Zhang",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/fastapi_mcdr"
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/fastapi_mcdr"
}
2 changes: 1 addition & 1 deletion src/fastapi_mcdr/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FastAPI

[简体中文](https://github.com/AnzhiZhang/MCDReforgedPlugins/blob/master/fastapi_mcdr/readme_cn.md)
[简体中文](readme_cn.md)

> Provides HTTP API
Expand Down
2 changes: 1 addition & 1 deletion src/fastapi_mcdr/readme_cn.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FastAPI

[English](https://github.com/AnzhiZhang/MCDReforgedPlugins/blob/master/fastapi_mcdr/readme.md)
[English](readme.md)

> 提供 HTTP API
Expand Down
2 changes: 1 addition & 1 deletion src/gamemode/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"zh_cn": "旁观者模式以旁观,返回生存时传送回原坐标"
},
"author": "Andy Zhang",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/gamemode",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/gamemode",
"dependencies": {
"minecraft_data_api": ">=1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion src/info/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"zh_cn": "获取服务器信息"
},
"author": "Andy Zhang",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/info",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/info",
"resources": [
"lang"
]
Expand Down
2 changes: 1 addition & 1 deletion src/let_me_click_and_send/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"zh_cn": "允许在 1.19 点击发送任意信息"
},
"author": "Andy Zhang",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/let_me_click_and_send",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/let_me_click_and_send",
"resources": [
"lang"
]
Expand Down
2 changes: 1 addition & 1 deletion src/lowercase_mcdr_command/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"zh_cn": "小写的 `!!MCDR` 指令"
},
"author": "Andy Zhang",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/lowercase_mcdr_command"
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/lowercase_mcdr_command"
}
2 changes: 1 addition & 1 deletion src/minecraft_command_register/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Andy Zhang",
"ZhuRuoLing"
],
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/minecraft_command_register",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/minecraft_command_register",
"dependencies": {
"mcdreforged": "2.12.3"
}
Expand Down
2 changes: 1 addition & 1 deletion src/more_command_nodes/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"zh_cn": "更多的指令节点"
},
"author": "Andy Zhang",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/more_command_nodes",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/more_command_nodes",
"dependencies": {
"mcdreforged": "^2.5"
}
Expand Down
2 changes: 1 addition & 1 deletion src/online_player_api/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"zh_cn": "在线玩家 API"
},
"author": "Andy Zhang",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/online_player_api"
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/online_player_api"
}
2 changes: 1 addition & 1 deletion src/qq_api/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"zh_cn": "连接 MC 与 QQ"
},
"author": "Andy Zhang",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/qq_api"
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/qq_api"
}
2 changes: 1 addition & 1 deletion src/qq_api/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ example:

## 开发

示例模范插件:[QQChat](https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/qq_chat)
示例模范插件:[QQChat](../qq_chat)

### 事件

Expand Down
2 changes: 1 addition & 1 deletion src/qq_chat/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"zh_cn": "QQ 相关实用功能"
},
"author": ["Andy Zhang", "Aimerny"],
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/qq_api",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/qq_api",
"dependencies": {
"qq_api": "^1.2.0",
"online_player_api": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/uuid_api/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"zh_cn": "UUID API"
},
"author": "Andy Zhang",
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/uuid_api"
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/src/uuid_api"
}

0 comments on commit b873535

Please sign in to comment.