Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 806 Bytes

File metadata and controls

23 lines (19 loc) · 806 Bytes
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
Setup
/api/setup
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