Even with a placeholder plugin installed, the player's playtime isn't replaced. (ddb4a9b)
The Upkeep button shows "Due In: -21000 days" (around 1970) when Upkeep is disabled by the server. (ddb4a9b)
Other Changes
Null or invalid type-safe checking, for example, when loading a boolean value but receives an integer in config.yml, the plugin will automatically return a boolean value (false by default) instead of an integer, no longer causing a massive issue if it occurred.