mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-03-12 14:31:11 +01:00
* Refactored `TimeUtil` utility class. * Minimized `TimeUtil#getRemaining`. * Fixed a bug regarding how days and hours were calculated in `TimeUtil#getTime`. * Ditched the use of `int`s and use `long`s instead. * Implemented `int`-taking methods because my dumb ass didn't think it would break.