The NxEquipements API lets your own plugin work with equipment somebody built in the editor — give it out, spot it in an inventory, and react when it changes.
What you can do
| Task | Page |
|---|---|
| Give a player a piece of custom equipment | Give items |
| Check whether an item came from NxEquipements | Detect items |
| Work out which set and piece an item is | Detect items |
| List every set and piece on the server | Browse sets |
| Run code when equipment is reloaded | Events |
| Read custom tags off an item | Custom data |
| Give a bonus for wearing a full set | Full example |
What you need
- Java 21
- Paper or Folia 1.21.4+
- Maven or Gradle
No licence key needed to build against the API. The API artifact is published openly. You can ship it inside your own plugin and sell that plugin. Your users still need their own NxEquipements licence to run the plugin itself.
Start at Add the dependency.