This repository was archived by the owner on Aug 31, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 156156 %td
157157 %code incremental
158158 %td
159+ %span.label.label-warning{:title => " This attribute should no longer be used." } Deprecated
159160 Capture progress is retained even if capturing is interrupted.
161+ %br
162+ %i Has been replaced with the recovery & decay attributes which allow much more control over progress.
160163 %td
161164 %span.label.label-primary true/false
162165 %td
163166 false
164167 %td
165168 true
169+
170+ %tr
171+ %td
172+ %code recovery
173+ %td
174+ Capture progress recovery, rate at which progress reverts from players dominating the point.
175+ %br
176+ Can not be combined with the <code>incremental</code> attribute.
177+ %td
178+ %span.label.label-primary true/false
179+ %td
180+ oo
181+ %td
182+ 1
183+ %tr
184+ %td
185+ %code decay
186+ %td
187+ Capture progress decay, rate at which progress reverts while nobody is dominating the point.
188+ %br
189+ Can not be combined with the <code>incremental</code> attribute.
190+ %td
191+ %span.label.label-primary true/false
192+ %td
193+ oo
194+ %td
195+ 0
196+
166197 %tr
167198 %td
168199 %code permanent
Original file line number Diff line number Diff line change 3535 Added player rank and score filters. Filters return if the player's rank or score is within the specified range.<br/>
3636 Added a gliding filter, returns if the player is gliding with an elytra.
3737
38+ %li
39+ %span .label.label-success New
40+ :markdown
41+ Control points have new `recovery` and `decay` attributes that replace the `incremental` attribute and allow more control of the progress.
42+
3843
3944 %br
4045 %h4 Changes in 1.4.0
You can’t perform that action at this time.
0 commit comments