1
Put the jar in your project
Copy
PerPlayerKit-x.x.x.jar into a lib/ folder in your project root.2
Declare it in pom.xml
pom.xml
3
Declare it in plugin.yml
plugin.yml
Build notes
The list fromgetPublicKits() is a copy, so iterating or modifying it never touches PerPlayerKit’s own data. The PublicKit objects inside it are the live objects. Treat them as read-only.
The dependency is , so the jar is not bundled into your build. Paper resolves PerPlayerKit at runtime through the depend entry.