-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelps.json
More file actions
executable file
·205 lines (205 loc) · 4.76 KB
/
Copy pathhelps.json
File metadata and controls
executable file
·205 lines (205 loc) · 4.76 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
[
{
"Name": "main",
"Data": [
{
"Title": "Map reset",
"Wildcards": [
"skipreset",
"stopreset",
"resetmap",
"mapreset",
"votemap",
"startover",
"rollback",
"restartmap",
"maprestart",
"nextreset"
],
"Words": [
"revert",
"reverted",
"rewind",
"rewound"
],
"ReplyLines": [
"For the next scheduled reset, run `/info` in the Discord channel for your map.",
"To vote for a rewind, new map, or skipped reset, run `/vote-map` there, press Enter, and choose from the menu. Voting requires the Regular role or higher; use `/register` to link your in-game rank to Discord.",
"https://discord.com/channels/287490983875051520/1522725802653909226"
]
},
{
"Title": "Moderation help",
"Words": [
"grief",
"griefing",
"griefer",
"troll",
"trolled",
"trolling",
"ban",
"banish",
"banned",
"spam",
"spammer",
"childish",
"harassment",
"harass",
"abuse",
"abusive",
"cheater",
"cheating"
],
"ReplyLines": [
"If the griefer or troll is on your Factorio map, use the top-left M45 flask-and-inserter icon for information about voting to banish them.",
"If the issue is in Discord, ask in #moderation-help.",
"https://discord.com/channels/287490983875051520/887587091209396284"
]
},
{
"Title": "Membership",
"Wildcards": [
"whitelist",
"inviteonly",
"membersonly",
"regularsonly",
"regualrsonly",
"whitelistme",
"howdoijoin",
"canijoin",
"joinserver"
],
"Words": [
"register",
"member",
"regular",
"veteran",
"expired",
"login",
"registration",
"registered",
"unregistered"
],
"Exclude": [
"http://",
"https://"
],
"ReplyLines": [
"Earn membership by playing on public maps. To get your Discord roles, run `/register` in Discord, join the Factorio server named in its reply, and enter the supplied `/register <code>` command inside Factorio.",
"If access expired after being away, join a public server first and allow a few minutes for members-only access to update.",
"[Membership help](https://m45sci.xyz/help-info.html#membership) | [Rules](https://discord.com/channels/287490983875051520/709497235494141993)"
]
},
{
"Title": "Support M45",
"Words": [
"patreon",
"donate",
"supporter",
"sponsor",
"sponsorship",
"funding"
],
"Exclude": [
"http://",
"https://"
],
"ReplyLines": [
"Support M45:",
"https://www.patreon.com/c/m45sci"
]
},
{
"Title": "Website and invite",
"Wildcards": [
"discordinvite",
"serverinvite",
"invitecode",
"joinlink"
],
"Words": [
"website",
"invite"
],
"Exclude": [
"http://",
"https://"
],
"ReplyLines": [
"M45 website and Discord invite:",
"https://m45sci.xyz/"
]
}
]
},
{
"Name": "staff",
"Data": [
{
"Title": "Map controls",
"Wildcards": [
"skipreset",
"stopreset",
"resetmap",
"mapreset",
"votemap",
"startover",
"rollback",
"restartmap",
"maprestart",
"nextreset"
],
"Words": [
"revert",
"reverted",
"rewind",
"rewound"
],
"ReplyLines": [
"In the Discord channel for the map, run `/change-map`, press Enter, and choose a save, `NEW-MAP`, or `SKIP-RESET` when available.",
"For older saves, use `/change-map list:true`, then `/change-map load:<save name>`. `/info` shows the next scheduled reset.",
"https://m45sci.xyz/help-discord-staff.html#maps"
]
},
{
"Title": "Player moderation",
"Words": [
"griefing",
"griefer",
"troll",
"trolling",
"ban",
"banish",
"banned",
"harassment",
"harass",
"abuse",
"abusive",
"cheater",
"cheating",
"kick"
],
"ReplyLines": [
"For a temporary timeout, use `/jail <playerName>` in Factorio; `/unjail <playerName>` releases them.",
"For a ban, use `/player-level` in Discord, choose the Factorio player name and level Banned, and supply `ban-reason`. Evidence: https://m45sci.xyz/u/fact2/new-logs/",
"https://m45sci.xyz/help-discord-staff.html#ban"
]
},
{
"Title": "Moderator commands",
"Words": [
"spawn",
"reveal",
"teleport",
"gspeed",
"immortal"
],
"ReplyLines": [
"In Factorio: `/goto <playerName>` or `/tp <location>` to teleport; `/reveal` to reveal an area; `/cspawn` to move spawn to you.",
"`/gspeed 1.0` restores normal game speed. `/immortal` toggles immortality.",
"https://m45sci.xyz/help-factorio-staff.html"
]
}
]
}
]