Skip to content
Success

Changes

Summary

  1. Add the ability to use Duration objects for time (commit: d6f97f3) (details)
Commit d6f97f3d6bd61b68b541a45f479b15ef9eb7d583 by mcmonkey4eva
Add the ability to use Duration objects for time

Three sub-changes to make this fully possible:
- time related tags to get the time info
- change a few millisecond time tags to use Durations instead
- Durations identify by tick number so they can be reconstructed fully,
rather than with poorly estimated day / hour / minute / second (This
will also fix problems like typing '1t' and get '0.0s' back)
(commit: d6f97f3)
The file was modified src/main/java/net/aufdemrand/denizen/objects/Duration.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dPlayer.java (diff)