โŒš Time#

#bs.time:help

Get information about the system time effortlessly.

Enable command blocks

This module uses a command block to get the system time. Be sure that enable-command-block is set to true in you server.properties file.

๐Ÿ”ง Functions#

You can find below all functions available in this module.


System time#

#bs.time:get

Get the system time corresponding to the real hours, minutes and seconds.

Outputs:

Score $time.hours bs.out: System time hours.

Score $time.minutes bs.out: System time minutes.

Score $time.seconds bs.out: System time seconds.

The moment we all dread:

function #bs.time:get

tellraw @a [{"text":"It is "},{"score":{"name":"$time.hours","objective":"bs.out"}},{"text":"h, "},{"score":{"name":"$time.minutes","objective":"bs.out"}},{"text":"m and "},{"score":{"name":"$time.seconds","objective":"bs.out"}},{"text":"s. Time to wake up!"}]

Credits: Aksiome


๐Ÿ’ฌ Did it help you?

Feel free to leave your questions and feedbacks below!