-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelps.json
More file actions
executable file
·160 lines (160 loc) · 3.37 KB
/
helps.json
File metadata and controls
executable file
·160 lines (160 loc) · 3.37 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
[
{
"Name": "main",
"Data": [
{
"Wildcards": [
"skipreset",
"stopreset",
"resetmap",
"mapreset",
"votemap",
"startover",
"rollback"
],
"Words": [
"revert",
"reverted",
"rewind",
"rewound"
],
"ReplyLines": [
"If you are not registered, please do so.",
"Then see the `/vote-map` command.",
"https://discord.com/channels/287490983875051520/1186113967844757574/1187970792462503996",
"https://discord.com/channels/287490983875051520/1186111390277181551/1186111390277181551",
"https://discord.com/channels/287490983875051520/1265003183017824259"
]
},
{
"Words": [
"grief",
"griefing",
"griefer",
"troll",
"trolled",
"trolling",
"ban",
"banish",
"banned",
"spam",
"spammer",
"childish"
],
"ReplyLines": [
"If the griefer/troll is on your factorio map, click the top-left icon (M45 flask \u0026 inserter logo) for info on how to vote to banish the player.",
"If they are in Discord, ask in the #moderation channel."
]
},
{
"Wildcards": [
"whitelist",
"inviteonly",
"membersonly",
"regualrsonly"
],
"Words": [
"register",
"member",
"regular",
"veteran",
"expired",
"login"
],
"Exclude": [
"http://",
"https://"
],
"ReplyLines": [
"Become a member:",
"https://discord.com/channels/287490983875051520/1186113967844757574/1187970792462503996",
"Inactive accounts:",
"https://discord.com/channels/287490983875051520/1187205693577642096"
]
},
{
"Words": [
"patreon",
"donate",
"supporter"
],
"Exclude": [
"http://",
"https://"
],
"ReplyLines": [
"How to support M45:",
"https://discord.com/channels/287490983875051520/1186117730219335781"
]
},
{
"Words": [
"website",
"invite"
],
"Exclude": [
"http://",
"https://"
],
"ReplyLines": [
"Website and discord invite:",
"https://discord.com/channels/287490983875051520/1186120692933066842"
]
}
]
},
{
"Name": "staff",
"Data": [
{
"Wildcards": [
"skipreset",
"stopreset",
"resetmap",
"mapreset",
"votemap",
"startover",
"rollback"
],
"Words": [
"revert",
"reverted",
"rewind",
"rewound"
],
"ReplyLines": [
"Use the `/changemap` command, press enter and choose desired option from the dialog box.",
"You can skip the next auto reset 'skip-reset' or reset the map with 'new-map'"
]
},
{
"Words": [
"griefing",
"griefer",
"troll",
"trolling",
"ban",
"banish",
"banned"
],
"ReplyLines": [
"Use the `/player-level` command, enter the factorio player name, set level to banned and supply a ban reason. Optionally add a link to the log file via https://m45sci.xyz/u/fact2/new-logs/",
"https://discord.com/channels/287490983875051520/1186118892377084025/1186118892377084025",
"https://discord.com/channels/287490983875051520/1264997863252037683"
]
},
{
"Words": [
"spawn",
"reveal",
"teleport",
"gspeed"
],
"ReplyLines": [
"Here is a list of Moderator Factorio commands:",
"https://discord.com/channels/287490983875051520/1186118611639746641"
]
}
]
}
]