BorderAPI
A world border api that allows it to define a world border per player
Releases:
Releases come to Github Releases first as there is a nearly automatic release process implemented. As for now Spigotmc doesn't provide a possibility to automatically create releases.
If you need more than the latest minor release, you can find them here:
https://github.com/yannicklamprecht/WorldBorderAPI/releases
Versioning schema:
Minecraft version -> plugin version
1.<mcversion> -> 1.<mcversion without dots>.<fix version>
e.g:
1.19.3 -> 1.193.0
1.20.2 -> 1.202.0
1.20.4 -> 1.204.0
Usage
To utilize the API as a developer see:
https://github.com/yannicklamprecht/WorldBorderAPI/blob/main/how-to-use.md
Legacy versions:
For legacy versions see an overview here
https://github.com/yannicklamprecht/WorldBorderAPI/blob/main/legacy.md
~ysl3000