This update added an overloaded method:
setBorder(Player, size, time, TimeUnit)
to reduce clutter.
The previous method:
setBorder(Player, size, seconds)
the third parameter is renamed to milliSeconds and looks like the following now:
setBorder(Player, size, milliseconds)