Warning: This project is experimental. Its files will not synchronize across the CurseForge network.
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.
Scoreboard based timer is available. Please, use only on a test server. There are no commands. The timer simply counts down 5 minutes and repeats. The purpose is to demonstrate that the scoreboard puts the higher of scores at the top of the score list. Because of this, the scoreboard does not have the aesthetic appeal desired.
Good question. It seems to take forever. In this case the project is waiting on the file approval, but the file is waiting on the project approval. Entropy!
Very close to having a working example using a sign.
-
View User Profile
-
Send Message
Posted Apr 7, 2014Scoreboard based timer is available. Please, use only on a test server. There are no commands. The timer simply counts down 5 minutes and repeats. The purpose is to demonstrate that the scoreboard puts the higher of scores at the top of the score list. Because of this, the scoreboard does not have the aesthetic appeal desired.
-Chris
-
View User Profile
-
Send Message
Posted Apr 6, 2014@kungfuko
Good question. It seems to take forever. In this case the project is waiting on the file approval, but the file is waiting on the project approval. Entropy!
Very close to having a working example using a sign.
-
View User Profile
-
Send Message
Posted Apr 5, 2014How long will it take to approve this?