promotional bannermobile promotional banner

SignOfTheTimes

Experimental
Countdown timer displayed on sign and scoreboard.

SignOfTheTimes

This project is in planning stage.

Display active countdown timer on a sign and on a scoreboard. Simply create a sign then run the /sott command to activate it. Additionally, you can enable a scoreboard to display to all players.

Test Files

SignOfTheTimes Scoreboard Test
Countdown timer shown using Scoreboard. Problem is the larger of minutes or seconds is moved to the top line. Seconds are based on an interval of 20 Minecraft ticks.

It is likely using scoreboard will not produce desired results. This is because the scoreboard requires a set format for displaying score information. That format include an OfflinePlayerName and a Score. OfflinePlayerName is either an online or offline player's IGN. It can also be any text one chooses. My test used "Minutes:" and "Seconds:". The Score must be an integer and the line with the highest value is moved to the top and the list is order by descending score.

Currently Working On

Sign test and commands.

Proposed commands:

/sott new <name>
Create a new sign timer. Following action is to right-click the sign. One line of sign must be in the format [MM:SS] which sets the start value.
/sott reset [name]
Reset the clock to start value. If name is not provided, following action is to right-click the sign.
/sott start [name]
Start countdown. If name is not provided, following action is to right-click the sign.
/sott stop [name]
Stop countdown. If name is not provided, following action is to right-click the sign.
/sott preset MM:SS [name]
Load timer start value. If name is not provided, following action is to right-click the sign.
/sott remove [name]
Remove a sign from the timer list. If name is not provided, following action is to right-click the sign.
/sott action [name] <action>
Add action to sign. If name not provided following action is to right-click the sign.
/sott list [name]
List action for sign given <name>. If name not provided following action is to break the sign.
/sott tp <name>
Teleport to a sign.

The SignOfTheTimes Team

profile avatar
  • 1
    Projects
  • 1.1K
    Downloads