Uploaded February 2013 | Updated September 2026, 9 hours ago
SEE BELOW FOR SYNTAX HELP. The basic idea is that you can create displays anywhere and not have to connect them to a large elaborate bus system. The values aren't stored in redstone, but as scoreboard variables and the display is activated by whichever outputs are activated by these.
POST NOTE: The reason the screen clears (goes blank) when I hit the reset is something to do with it being a 0 before I hit reset. if it had a value of higher than 0, it will appear as a 0, whereas a 0 value gives out a blank output after reset
Credit where due: Redditors Frodcube and Redditor Notacreeptrustme for their input for syntax correction
Snapshot version: 13w06a
Download
mediafire.com/?mx975m6i62fzvgd
Some basic syntax:
Syntax for score check on first digit (note, this is one of a series)
/testfor @p[score_Time=3,score_Time_min=3]
Syntax for one of the segments of the display (T/F statement) where 1=true, 0=False
/scoreboard players set @p 1a 0
Syntax for 7seg display (receiving). Note, one of a series.
/testfor @p[score_1a=1,score_1a_min=1]
Syntax for adding 1 to Time, can be interchanged for the other variables of Time. (namely, Time2 and Time3)
/scoreboard players add @a[score_Timing_min=1] Time 1
Syntax for rollover, as separate command blocks.
/testfor @p[score_Time=10,score_Time_min=10]
/scoreboard players add @a[score_Timing_min=1] Time2 1
/scoreboard players set @p Time 0
List of true statements (for each value)
0 1,2,3,5,6,7
1 6,7
2 2,3,4,5,6
3 3,4,5,6,7
4 1,4,6,7
5 1,3,4,5,7,
6 1,2,3,4,5,7
7 3,6,7
8 1,2,3,4,5,6,7
9 1,3,4,5,6,7
List of occurences (true) for parts of the display. Same as above, but offers alternative mode of formatting.
1 0,4,5,6,8,9
2 0,2,6,8
3 0,2,3,4,5,6,7,8,9
4 2,3,4,5,6,8,9
5 0,2,3,5,6,8,9
6 0,1,2,3,4,7,8,9
7 0,1,3,4,5,6,7,8,9
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Check out my other account for my map playthroughs and so forth.
youtube.com/user/evenstephen2
WANT TO HOST YOUR OWN SERVER?
servers.withalan.com
Music:
- Outro Music: Approaching Nirvana - Swedish Hau5 Party
- Artists Channel: bit.ly/3LmPgi
- Video youtube.com/watch?v=2ETVHA9HNdY
- Buy it here! (Keep it legal guys): bit.ly/H94f1o
SEE BELOW FOR SYNTAX HELP. The basic idea is that you can create displays anywhere and not have to connect them to a large elaborate bus system. The values aren't stored in redstone, but as scoreboard variables and the display is activated by whichever outputs are activated by these.
POST NOTE: The reason the screen clears (goes blank) when I hit the reset is something to do with it being a 0 before I hit reset. if it had a value of higher than 0, it will appear as a 0, whereas a 0 value gives out a blank output after reset
Credit where due: Redditors Frodcube and Redditor Notacreeptrustme for their input for syntax correction
Snapshot version: 13w06a
Download
mediafire.com/?mx975m6i62fzvgd
Some basic syntax:
Syntax for score check on first digit (note, this is one of a series)
/testfor @p[score_Time=3,score_Time_min=3]
Syntax for one of the segments of the display (T/F statement) where 1=true, 0=False
/scoreboard players set @p 1a 0
Syntax for 7seg display (receiving). Note, one of a series.
/testfor @p[score_1a=1,score_1a_min=1]
Syntax for adding 1 to Time, can be interchanged for the other variables of Time. (namely, Time2 and Time3)
/scoreboard players add @a[score_Timing_min=1] Time 1
Syntax for rollover, as separate command blocks.
/testfor @p[score_Time=10,score_Time_min=10]
/scoreboard players add @a[score_Timing_min=1] Time2 1
/scoreboard players set @p Time 0
List of true statements (for each value)
0 1,2,3,5,6,7
1 6,7
2 2,3,4,5,6
3 3,4,5,6,7
4 1,4,6,7
5 1,3,4,5,7,
6 1,2,3,4,5,7
7 3,6,7
8 1,2,3,4,5,6,7
9 1,3,4,5,6,7
List of occurences (true) for parts of the display. Same as above, but offers alternative mode of formatting.
1 0,4,5,6,8,9
2 0,2,6,8
3 0,2,3,4,5,6,7,8,9
4 2,3,4,5,6,8,9
5 0,2,3,5,6,8,9
6 0,1,2,3,4,7,8,9
7 0,1,3,4,5,6,7,8,9
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Check out my other account for my map playthroughs and so forth.
youtube.com/user/evenstephen2
WANT TO HOST YOUR OWN SERVER?
servers.withalan.com
Music:
- Outro Music: Approaching Nirvana - Swedish Hau5 Party
- Artists Channel: bit.ly/3LmPgi
- Video youtube.com/watch?v=2ETVHA9HNdY
- Buy it here! (Keep it legal guys): bit.ly/H94f1o










