koishi-plugin-ets2-tools-tmp 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +29 -0
- package/readme.md +31 -0
package/package.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "koishi-plugin-ets2-tools-tmp",
|
|
3
|
+
"description": "ets2-tools-tmp",
|
|
4
|
+
"version": "0.0.1",
|
|
5
|
+
"contributors": [
|
|
6
|
+
"qingshuru0 <slhp1013@qq.com>",
|
|
7
|
+
"bot_actions <168329908@qq.com>"
|
|
8
|
+
],
|
|
9
|
+
"main": "lib/index.js",
|
|
10
|
+
"typings": "lib/index.d.ts",
|
|
11
|
+
"files": [
|
|
12
|
+
"lib",
|
|
13
|
+
"dist"
|
|
14
|
+
],
|
|
15
|
+
"license": "MIT",
|
|
16
|
+
"scripts": {},
|
|
17
|
+
"keywords": [
|
|
18
|
+
"chatbot",
|
|
19
|
+
"koishi",
|
|
20
|
+
"plugin",
|
|
21
|
+
"ETS2",
|
|
22
|
+
"欧卡2",
|
|
23
|
+
"欧洲卡车模拟"
|
|
24
|
+
],
|
|
25
|
+
"devDependencies": {},
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"koishi": "^4.18.7"
|
|
28
|
+
}
|
|
29
|
+
}
|
package/readme.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# koishi-plugin-ets2-tools-tmp
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/koishi-plugin-tmp-bot)
|
|
4
|
+
|
|
5
|
+
欧洲卡车模拟2 TMP查询机器人及车队平台信息查询
|
|
6
|
+
|
|
7
|
+
### 指令说明
|
|
8
|
+
| 指令名称 | 指令介绍 | 使用示例 |
|
|
9
|
+
|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|------------------------|
|
|
10
|
+
| 绑定 | 绑定 TMPID,绑定后使用其他指令时可省略输入 | 绑定 123 |
|
|
11
|
+
| 查询 | 查询TMP玩家信息 | 查询 123 |
|
|
12
|
+
| 定位 | 查询玩家位置信息 | 定位 123 |
|
|
13
|
+
| 路况 | 查询服务器热门地点路况信息,仅支持使用服务器简称查询,具体支持查询的服务器和服务器简称信息如下</br>Simulation 1 (简称: s1)</br>Simulation 2 (简称: s2)</br>ProMods (简称: p)</br>Arcade (简称: a) | 路况 s1 |
|
|
14
|
+
| 美卡服务器 | 查询美卡服务器信息列表 | 美卡服务器 |
|
|
15
|
+
| 欧卡服务器 | 查询欧卡服务器信息列表 | 欧卡服务器 |
|
|
16
|
+
| tmp本部 | 查询版本信息 | tmp版本 |
|
|
17
|
+
| 地图dlc价格 | 地图DLC列表 | 地图dlc价格 |
|
|
18
|
+
| 里程排行榜 | 总里程排行榜,数据从 2025年8月23日20:00 开始统计,绑定ID后可查看自己的排名 | 里程排行榜 |
|
|
19
|
+
| 今日里程排行榜 | 今日里程排行榜,每日0点重置数据,绑定ID后可查看自己的排名 | 今日里程排行榜 |
|
|
20
|
+
| vtc查询 | 查询指定vtcid的vtc信息 | vtc查询 |
|
|
21
|
+
| 重置密码 | 重置自行部署的来自(email:79887143@qq.com)的车队平台V1.0的密码 | 重置密码 1 |
|
|
22
|
+
| 查询积分 | 查询自行部署的来自(email:79887143@qq.com)的车队平台V1.0的积分 | 查询积分 1 |
|
|
23
|
+
| 规则查询 | 查询truckersmp规则 | 规则查询 |
|
|
24
|
+
|
|
25
|
+
非常感谢 [79887143](https://github.com/79887143)提供的api接口和思路
|
|
26
|
+
>[79887143的koishi-plugin-tmp-bot](https://github.com/79887143/koishi-plugin-tmp-bot?tab=readme-ov-file#koishi-plugin-tmp-bot)
|
|
27
|
+
|
|
28
|
+
此插件目前仅支持车队平台1.0版本,车队平台2.0版本将会在后续进行更新
|
|
29
|
+
|
|
30
|
+
### 使用的TMP数据接口文档
|
|
31
|
+
https://apifox.com/apidoc/shared/38508a88-5ff4-4b29-b724-41f9d3d3336a
|