https://github.com/lonedev6/api-itemsadder
This is the ItemsAdder API repository. It serves as a Maven/Gradle reference for anyone looking to access the API without embedding/owning the entire plugin.
https://github.com/lonedev6/api-itemsadder
Last synced: 10 months ago
JSON representation
This is the ItemsAdder API repository. It serves as a Maven/Gradle reference for anyone looking to access the API without embedding/owning the entire plugin.
- Host: GitHub
- URL: https://github.com/lonedev6/api-itemsadder
- Owner: LoneDev6
- Created: 2020-12-07T18:56:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T13:29:10.000Z (about 1 year ago)
- Last Synced: 2025-07-26T19:03:46.815Z (11 months ago)
- Language: Java
- Homepage: https://itemsadder.devs.beer/developers/java-api
- Size: 1.27 MB
- Stars: 26
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ItemsAdder - API
This repository only serves the point of providing access to the method signatures of ItemsAdder's Java API.
**This repository does NOT contain the source code of ItemsAdder, to test and use this, you will still require a copy of [ItemsAdder](https://www.spigotmc.org/resources/itemsadder.73355/)!**
☕ Java documentation | ☕ JavaDocs | 📓 Skript documentation
> [!WARNING]
> When you use the API it's very important to listen to the [ItemsAdderLoadDataEvent](https://github.com/LoneDev6/API-ItemsAdder/blob/master/src/main/java/dev/lone/itemsadder/api/Events/ItemsAdderLoadDataEvent.java) event in order to make sure items are correctly loaded before accessing them.
> ItemsAdder loading is async, that's why.
## ItemsAdder

To build your project against this library, simply include one of the following references in your `pom.xml`:
```xml
matteodev
https://maven.devs.beer/
```
In your **<dependencies>** section (To find the latest version check the badge above):
```xml
dev.lone
api-itemsadder
{version}
provided
```
---
## Examples
## GUI
https://github.com/LoneDev6/API-ItemsAdder-Example-GUI
## Complex HUDs usage (ServerMonitor)
https://github.com/LoneDev6/API-ItemsAdder-Example-ServerMonitor