Minecraft Maps / Redstone Device

In-Game Day, Week and Year Counter With Display

  • 3,307 views, 2 today
  • 111 downloads, 0 today
  • 4
  • 1
  • 3
Raecchi's Avatar Raecchi
Level 15 : Journeyman Explorer
1
This is a 10x10x4 box that can be placed in your spawn chunk to track and display in-game days, weeks, and years. Placing it there makes sure that it will always be loaded.

Do not rotate the schematic when you place it. MCEdit 0.1.6 does not correctly rotate comparators, and it will break the counter.


There is a chest included in the schematic with the daylight sensor and directions on how to set up all the scoreboard values correctly. I've duplicated it here for easier reading/copy and pasting commands.

Setup Directions


/scoreboard objectives add day dummy
/scoreboard objectives add week dummy
/scoreboard objectives add year dummy
/scoreboard objectives add showweek dummy Date
/scoreboard objectives setdisplay sidebar showweek

To make sure dates start out at 1, not 0:
/scoreboard players set @a week 1
/scoreboard players set @a year 1

/scoreboard players set Week showweek 1
/scoreboard players set Year showweek 1
(Days will be incremented by 1 when you place the sensor.)

If you want colors to help distinguish days/weeks/years:
/scoreboard teams add Day
/scoreboard teams add Week
/scoreboard teams add Year

/scoreboard teams options Day color <value>
/scoreboard teams options Week color <value>
/scoreboard teams options Year color <value>

Usable values are "black", "dark_blue", "dark_green", "dark_aqua", "dark_red", "dark_purple", "gold", "gray", "dark_gray", "blue", "green", "aqua", "red", "light_purple", "yellow", and "white".


It's quite a bit of setup, but you only need to do it once and then you have an functional clock forever. :)

Additional Notes

Might be wonky in a multiplayer server; the clock requires someone to be on to correctly increment values.
Progress100% complete
Tags

Create an account or sign in to comment.

1
06/28/2014 10:19 am
Level 1 : New Miner
grayushi
grayushi's Avatar
Why wont it work in my server...?
1
04/15/2013 8:47 pm
Level 17 : Journeyman Artist
Seekanddestroy846
Seekanddestroy846's Avatar
Good job, you are better at redstone than I am <)
1
04/15/2013 9:02 pm
Level 15 : Journeyman Explorer
Raecchi
Raecchi's Avatar
Thank you. :) I'm not actually that good at redstone; I just poke at it until it works the way I want. (And Google tutorials, and tear apart other peoples' builds...)
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome