-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHomePoint_aieuo_1_home.json
107 lines (107 loc) · 2.84 KB
/
HomePoint_aieuo_1_home.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "HomePoint",
"author": "aieuo",
"details": "ホームポイントを設定します",
"ifs": {
"home": {
"if": [],
"match": [
{
"id": 101,
"content": "Usage: <set | del | warp>"
}
],
"else": [],
"description": "ホームポイントを設定します",
"permission": "default",
"type": 1,
"options": {
"desc": "",
"perm": ""
}
},
"home set": {
"if": [],
"match": [
{
"id": 128,
"content": "homepoint_{player_name};{player_pos}"
},
{
"id": 101,
"content": "設定しました"
}
],
"else": [],
"description": "ホームポイント設定",
"permission": "default",
"type": 1,
"options": {
"desc": "",
"perm": ""
}
},
"home del": {
"if": [
{
"id": 13,
"content": "homepoint_{player_name}"
}
],
"match": [
{
"id": 136,
"content": "homepoint_{player_name}"
},
{
"id": 101,
"content": "削除しました"
}
],
"else": [
{
"id": 101,
"content": "まだ追加されていません"
}
],
"description": "ホームポイント削除",
"permission": "default",
"type": 1,
"options": {
"desc": "",
"perm": ""
}
},
"home warp": {
"if": [
{
"id": 13,
"content": "homepoint_{player_name}"
}
],
"match": [
{
"id": 103,
"content": "{homepoint_{player_name}}"
},
{
"id": 101,
"content": "ワープしました"
}
],
"else": [
{
"id": 101,
"content": "まだ設定されていません"
}
],
"description": "ホームポイントにワープする",
"permission": "default",
"type": 1,
"options": {
"desc": "",
"perm": ""
}
}
}
}