If you're using
Spigot nothing changes for you. You can keep using the jar named
worldborderapi-1.205.0.jar
If you are on
Paper you can use the Mojang mapped jar
worldborderapi-1.205.0-dev.jar now, as
Paper can handle these in 1.20.5 and up.
Funfact: Due to the state that the internal didn't change for a long time for worldborder related things, you can even use the dev jar on future versions.
- Updating to 1.16.1
- Add new persistent feature (The WorldBorder data gets attached to the Player when sending to client and removed on reset)
considered as beta feature! - Dropping 1.13.x support
I've not tested this version but it is assumed working. If something isn't report it on Github.
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)