koishi-plugin-tmp-bot 1.7.0 → 1.7.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 +2 -1
- package/readme.md +67 -1
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-tmp-bot",
|
|
3
3
|
"description": "欧洲卡车模拟2 TMP查询机器人",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.1",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
|
+
"homepage": "https://www.npmjs.com/package/koishi-plugin-tmp-bot",
|
|
7
8
|
"files": [
|
|
8
9
|
"lib",
|
|
9
10
|
"dist"
|
package/readme.md
CHANGED
|
@@ -2,4 +2,70 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/koishi-plugin-tmp-bot)
|
|
4
4
|
|
|
5
|
-
欧洲卡车模拟2 TMP查询机器人
|
|
5
|
+
# 欧洲卡车模拟2 TMP查询机器人
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
## 指令说明
|
|
9
|
+
### tmpbind \<TMP ID\>
|
|
10
|
+
绑定 TMPID,绑定后使用其他指令时可省略输入 TMPID
|
|
11
|
+
|
|
12
|
+
使用示例:
|
|
13
|
+
|
|
14
|
+
tmpbind 123
|
|
15
|
+
|
|
16
|
+
### tmpquery \<TMP ID\>
|
|
17
|
+
查询TMP玩家信息
|
|
18
|
+
|
|
19
|
+
使用示例:
|
|
20
|
+
|
|
21
|
+
tmpquery 123
|
|
22
|
+
|
|
23
|
+
tmpquery
|
|
24
|
+
|
|
25
|
+
### tmpposition \<TMP ID\>
|
|
26
|
+
查询玩家位置信息
|
|
27
|
+
|
|
28
|
+
使用示例:
|
|
29
|
+
|
|
30
|
+
tmpposition 123
|
|
31
|
+
|
|
32
|
+
tmpposition
|
|
33
|
+
|
|
34
|
+
### tmptraffic \<服务器简称\>
|
|
35
|
+
查询服务器热门地点路况信息,仅支持使用服务器简称查询,具体支持查询的服务器和服务器简称信息如下
|
|
36
|
+
s1, s2, p, a
|
|
37
|
+
|
|
38
|
+
|服务器名称|简称|
|
|
39
|
+
|---|---|
|
|
40
|
+
|Simulation 1|s1|
|
|
41
|
+
|Simulation 2|s2|
|
|
42
|
+
|ProMods|p|
|
|
43
|
+
|Arcade|a|
|
|
44
|
+
|
|
45
|
+
使用示例:
|
|
46
|
+
|
|
47
|
+
tmptraffic s1
|
|
48
|
+
|
|
49
|
+
tmptraffic p
|
|
50
|
+
|
|
51
|
+
### tmpserverats
|
|
52
|
+
查询美卡服务信息列表
|
|
53
|
+
|
|
54
|
+
使用示例:
|
|
55
|
+
|
|
56
|
+
tmpserverats
|
|
57
|
+
|
|
58
|
+
### tmpserverets
|
|
59
|
+
查询欧卡服务器信息列表
|
|
60
|
+
|
|
61
|
+
使用示例:
|
|
62
|
+
|
|
63
|
+
tmpserverats
|
|
64
|
+
|
|
65
|
+
### likeme
|
|
66
|
+
QQ名片点赞10次,只能在群内使用
|
|
67
|
+
> 该指令仅支持 **OneBot** 适配方式,并且使用**正向WS**连接
|
|
68
|
+
|
|
69
|
+
使用示例:
|
|
70
|
+
|
|
71
|
+
likeme
|