GamerSafer / ablockalypse

MIT License
2 stars 0 forks source link

Days/Hours/Minutes in survivaltime placeholders (and fix stories menu) #10

Closed cafestifflered closed 2 years ago

cafestifflered commented 2 years ago

Currently showing hundreds of minutes. Switch to showing hours in the placeholder and the stories menu.

Fix survivaltime ticking while player is offline

image

michelecoco commented 2 years ago

The duration format is configurable in the config.yml at "format.duration". Currently, it's set to "d 'days', HH 'hours', mm 'minutes'". These are the duration formatter docs: https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/time/DurationFormatUtils.html