I have finally come to add the text editing system into the plugin. This will allow you to edit the titles sent to the player in it's entirety. The system has a few pre-set formats to allow you to put in the 'special characters' such as the current time in the world, the proportion of people sleeping in said world and the actual speed multiplication that is being used.
@t : Prints the current time in the world, say 04:27.
@p : Prints the proportion of players who are sleeping (5/10, 5 players sleeping, 10 players in the world).
@s : Prints the current speed that the world is revolving, say x10 speed.
Bugfix:
- Fixed time not showing 0 terms if minutes or hours were singular (used to show 2:5 instead of 02:05)