| title |
Java API |
| sidebarTitle |
Java API |
| description |
PerPlayerKit exposes a small, unstable Java API for listing public kits and applying one to a player. |
| icon |
code |
| related |
|
| Public kits |
/features/public-kits |
|
|
For Java plugin developers. Server owners do not need this page.
The API exposes two operations: list the configured public kits, and apply one to an online player.
The API is **not stable**. Method names, class names and behavior can change in any release. Pin your build to a specific jar version and test before upgrading.
|
|
| Setup |
Add the jar, declare it in plugin.yml |
| Reference |
Methods and the PublicKit fields |
| Example |
A working plugin |