mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-06 05:17:05 +02: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.