You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: src/modules/filters.haml
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,9 @@
312
312
<br/>
313
313
#### [Kill-Streak Filter](id:killStreakFilter)
314
314
315
-
The kill-streak filter is a matcher that matches players who have a specified number of kills since their last re-spawn. This filter is commonly used in [kill rewards](/modules/killreward) but can also be used to restrict access to certain locations, etc.
315
+
The kill-streak filter is a matcher that matches players who have a specified number of kills.
316
+
The kill counter can be set to count from the start of the match or from the last time the player died.
317
+
This filter is commonly used in [kill rewards](/modules/killreward) but can also be used to restrict access to certain locations, etc.
316
318
317
319
##### Kill-Streak Filter Attributes
318
320
@@ -323,19 +325,22 @@
323
325
%th Attribute
324
326
%th Description
325
327
%th Value
328
+
%th Default
326
329
%tbody
327
330
%tr
328
331
%td
329
332
%code min
330
333
%td Match players with at-least this many kills.
331
334
%td
332
335
%span.label.label-primary Number
336
+
%td
333
337
%tr
334
338
%td
335
339
%code max
336
340
%td Match players with a maximum of this many kills.
337
341
%td
338
342
%span.label.label-primary Number
343
+
%td
339
344
%tr
340
345
%td
341
346
%code count
@@ -345,12 +350,21 @@
345
350
%i Can not be mixed with the <code>min</code> & <code>max</code> attributes.
346
351
%td
347
352
%span.label.label-primary Number
353
+
%td
348
354
%tr
349
355
%td
350
356
%code repeat
351
357
%td Repeat the filter range
352
358
%td
353
359
%span.label.label-primary true/false
360
+
%td false
361
+
%tr
362
+
%td
363
+
%code persistent
364
+
%td Do not reset a players kill count when they die.
0 commit comments