Skip to content
This repository was archived by the owner on Aug 31, 2019. It is now read-only.

Commit 160ddd9

Browse files
committed
Silent score boxes.
TNT fuse no longer limited to 4 seconds.
1 parent c3e6a9d commit 160ddd9

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

src/modules/proto.haml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
:markdown
1616
`<random>` filters now only respond to instantaneous events, and abstain when used in any persistent context.
1717
This breaks some uses that relied on undefined behavior, but these would likely break anyway as filters gain more dynamic functionality.
18+
%li
19+
%span.label.label-primary Change
20+
:markdown
21+
As of minecraft 1.9 TNT fuse time is no longer limited to 4 seconds.
1822

1923

2024
%br

src/modules/scoring.haml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@
120120
%td
121121
%span.label.label-primary Number
122122
%td 0
123+
%tr
124+
%td
125+
%code silent
126+
%td Don't notify players when points are scored in this box.
127+
%td
128+
%span.label.label-primary true/false
129+
%td false
123130
%tr
124131
%td
125132
%code region

src/modules/tnt.haml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
%pre
6666
%code= html_escape('<power>')
6767
%td
68-
Modify the explosions block radius.<br/>
68+
Modify the explosions block radius.
6969
%td
7070
%span.label.label-primary 0 - 20.0
7171
%td
@@ -75,8 +75,7 @@
7575
%pre
7676
%code= html_escape('<fuse>')
7777
%td
78-
Time till the TNT explodes once it is ignited.<br/>
79-
%i Must be a value less than 4 seconds since the TNT entity vanishes after that.
78+
Time till the TNT explodes once it is ignited.
8079
%td
8180
%a{:href => "/reference/time_periods"} Time Period
8281
%td

0 commit comments

Comments
 (0)